![]() |
|
[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 |
- Repeater07 - 2011-07-15 05:36 xboxbox451... thanks for the xml on your Eventghost setup. I used this as my base...and this may not be the correct form for my question...so slap me down if so... I have everything working with the the netflix and xmbc from a software point of view...just not from the remote...I used your file you provided as a base and the only delta is the remote I am using is the base mode...which works great for xbmc...but when I click to netflick window the commands seem to lose focus and I can't ensure the commands work...did you have to do anything to ensure "focus" was on netflix (iexplorer)? or am i missing something? - xboxbox451 - 2011-07-15 13:16 Repeater07 Wrote:but when I click to netflick window the commands seem to lose focus and I can't ensure the commands work...did you have to do anything to ensure "focus" was on netflix (iexplorer)? or am i missing something? The "Netflix" folder becomes active only when the process "iexplore.exe" is called by the Netflix Web API which is when a Netflix show is started, at the same time the "XBMC2 Buttons" folder disables. The reverse happens when the "iexplore.exe" process is closed or unfocused. This was necessary, since the emulated keyboard macros used in the Netflix folder share the same remote events as the macros in the XBMC Buttons folder. Otherwise there may be conflicts upon launching certain macros. The only way I tested the commands in the "Netflix" folder, was by adding my remote events to the macros, then starting a Netflix show so the "iexplore.exe" process starts and comes into focus, then test. Even if you minimized the Netflix show while playing, the "Netflix" folder will deactivate when "iexplore.exe" loses focus. If you can minimize Netflix during playback for testing, and want to test the macros, then either disable the "Task Create/Switch Events" plugin, or disable the last two macros in the tree titled, "Enable Netflix..." "Enable XBMC2...". Also enable the "Netflix" folder once the others are disabled. Hope this helps. - Repeater07 - 2011-07-15 16:56 Thanks xbox. It helped some. I switched the iexplore.exe to a window for testing. Eventghost is working correctly and so is my remote. The "Netflix" window just isn't doing anything with the keys when they are pressed. I think my next step is to continue to play around with the keys that Netflix will respond to. - xboxbox451 - 2011-07-15 17:18 Repeater07 Wrote:Thanks xbox. It helped some. I switched the iexplore.exe to a window for testing. Eventghost is working correctly and so is my remote. The "Netflix" window just isn't doing anything with the keys when they are pressed. I think my next step is to continue to play around with the keys that Netflix will respond to. 1. Did you add your remote control events into the associated Netflix Macros? 2. When the Netflix movie window is open, it must be also focused for the netflix folder to become active. If there's a red X on the netflix folder, then the folder is disabled. You can PM me if you have more questions, since I don't want to clog this topic with a bunch of EventGhost talk. - speed32219 - 2011-07-15 18:27 Update to my previous post about HTML5/Netflix and Android/Linux support. Update: I have just installed the latest chrome for linux, went to youtube and tested it on their beta html5 videos using the XBMC launcher plugin. It works great with the videos in full screen, just needs the ability to go full screen on startup which is being worked on from the google searches I did. Netflix is still looking for MAC/Win devices though, so the html5 is not yet implemented on their end. As soon as netflix releases HTML5 for the droid market, which is suppose to be out in beta now, should be good to go with our Ubuntu/Linux boxes. FYI, I am using the daily/dev version of Chrome, it has the html5 support in it. Well it seems that Netflix for anroid is out and it is run by an App with Andoid 2.2 or 2.3 OS. No mention of HTML5 with that App though, so maybe the stuff on the net is wishing and not reality. Maybe a hack to the app is going to be needed, yes "hack the app" is the new motto for linux users wanting to use the netlix product. Also, it seems that html5 right now as far as I can see is doing SW rendering and Not hardware accelerated as in flash, although 20% across the atom cpu's seems like some sort of acceleration is going on. -------------------------------------------------------------------------------- - RGB_Gamer - 2011-07-17 04:16 Repeater07 Wrote:xboxbox451... Would you mind providing xml files so I can get my Windows 7 64-bit machine with XBMC working with Netflix? The wife really would appreciate it! - Petoria - 2011-07-20 04:44 Can someone look at this xml file for me and tell me where I went wrong. I'm guessing I put things out of order and it's not working. If I delete say all the lines for netflix, the regular player and ISO automount will work. Thanks in advanced Code: <playercorefactory>- fekker - 2011-07-21 04:22 Petoria Wrote:Can someone look at this xml file for me and tell me where I went wrong. I'm guessing I put things out of order and it's not working. If I delete say all the lines for netflix, the regular player and ISO automount will work. Thanks in advanced You have an un-closed element for the rules. Code: <rules action="prepend">you can try adding the end tag to the first rules element, but it's going to depend if it will read multiple elements for the rules or if they all need to be in the <rules> .... </rules> section Code: <rule name="html" filetypes="*html" player="IE"/> but that might not work - samzstein - 2011-07-23 04:40 my TV and Movie queues keep coming up empty, http://pastebin.com/G4YAZpc8 link to my log file. please help
- Petoria - 2011-07-23 04:52 fekker Wrote:You have an un-closed element for the rules. After playing around with it to see what works, i've gotten my auto mount and netflix to work by placing Code: <rule name="html" filetypes="*html" player="IE"/> |