![]() |
|
[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC (/showthread.php?tid=87552) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 |
- robweber - 2011-01-19 17:22 Chimera2345 Wrote:I'm just using EventGhost (no AHK at all), got a folder that becomes exclusive when iexplore.exe activates (had problems with the iewrap crashing when going into full screen). My only problem is that the only way to exit is to send ALT-F4, which works fine but if you happen to hit the button more than once it quits XBMC as well. Hopefully the issues with IEwrap and full screen can be fixed and I can use F10 to quit Netflix rather than ALT-F4. I use ALT+F4 to exit it as well. What I have is a macro that does a few things 1) use Alt+F4 to close iexplorer 2) find the xbmc window 3) bring that window to the front. Granted XBMC will probably come back on its own but it helps to be sure. As soon as iexplorer closes I have Eventghost disable the XBMCFlicks folder so that hitting the button again doesn't do anything in XBMC. this way I can also re-map that button to an XBMC function and make everything behave more predictable (family likes it when stuff works the same). I'd be happy to share my EventGhost file if anyone wants it. - Chimera2345 - 2011-01-19 17:53 Thanks Rob. Do you have to do Alt-F4 twice (once to get out of fullscreen mode)?? I'm missing something - Ricky Mac - 2011-01-19 21:03 How do I get my Netflix to look like this?- http://forum.xbmc.org/showpost.php?p=665668&postcount=37 And, is there a simple how-to to add shortcuts from add-ons to the main startup screen? Custom Menu / Favorites - Ricky Mac - 2011-01-19 21:27 I think this is what I'm looking for- http://forum.xbmc.org/showpost.php?p=658639&postcount=204 Netflix in Firefox is playing behind xbmc - Crash - 2011-01-19 23:52 Hello, I've installed the plugin and everything seems to be working. However, when I play a netflix movie the firefox screen and movie are playing behind the xbmc window. This is on Mac OSX. I can Cmd Tab to switch to firefox and there's my movie playing. Any help would be appreciated. Duane - fekker - 2011-01-20 00:19 Crash Wrote:Hello, in the playercorefactory.xml,try setting hide xbmc to true <hidexbmc>true</hidexbmc> - Crash - 2011-01-20 00:24 fekker Wrote:in the playercorefactory.xml,try setting hide xbmc to true I tried that. When I set that option to true, then when I play a netflix movie xbmc goes away for an instant and then comes right back again with the movie playing behind it. Oh, and thanks for helping
- robweber - 2011-01-21 16:07 Chimera2345 Wrote:Thanks Rob. Do you have to do Alt-F4 twice (once to get out of fullscreen mode)?? Forgot about that part - I do an 'Esc' keypress, then Alt-F4 to close out. When I get home from work I'll post my Eventghost setup in case there is anything useful you could pull from it. - Chimera2345 - 2011-01-21 17:44 I changed my eventghost config last night so now when I press the exit button on the remote it sends the command "taskkill /im iexplore.exe" rather than ALT-F4. This just kills IE dead, not clean but works perfectly and obviously won't exit out of XBMC. Definitely interested to see your EG config though. netflix playing behind xbmc - Crash - 2011-01-21 18:14 Regarding the issue with netflix playing behind xbmc, I've tried setting both <hidexbmc>true</hidexbmc> <hideconsole>true</hideconsole> without luck. It does have the affect of making xbmc go away for an instant, but then it comes right back covering the netflix movie. Is there a setting in xbmc itself somewhere that says to always stay on top? |