![]() |
|
[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 |
- samzstein - 2011-03-19 23:13 where can i find the log file? - samzstein - 2011-03-19 23:22 where can i post a .txt file? - jorsoban - 2011-03-19 23:56 pastie.org - valanbrown - 2011-03-20 08:52 mojo6911 Wrote:I have a problem with my Instant Queue. I have a number of TV shows and they show up fine. When I browse to play an episode, it is just empty and there is no episode list. Any help? fekker Wrote:TV Shows - if it isn't showing the episodes, put it in debug (the plugin that is) and post the log for inspection, also try turning on the auto-expand episode option in the plugin settings as it does the episodes different, post results please I'm getting this too, here's my debug: http://pastie.org/private/eys29zskhncfh1epwya also, they did not show up after turning on auto expand - recalledolive - 2011-03-20 20:51 decorder28 Wrote:Thank you Fekker for your help. I Changed the Initial Auth browser open in the iqueue.py file and deleted the userinfo.txt . The Iqueue file looked like this I registered just to post this. I figured out how to get it to pop up the auth window on OSX. I changed the path like so to point to firefox. Code: def startBrowser(url):I hope your user name gets this message because this frustrated the crap outta me until I figured this out. I'm not sure if this was solved later on in this post but maybe we can add this "how / what to edit for osx" somewhere. EDIT: I realized that I didn't say what to edit. Edit iqueue.py with that I showed up there. Then open XBMC go to the xbmcflicks add-on and get to the part where it asks for auth. Once clicked it should open firefox (or whatever browser you specified). Now while trying a bunch of things, I made my XBMC windowed while I did this. That way I was able to see when a browser opened up. That step might not be needed but I found it handy. Good luck! - fekker - 2011-03-20 23:55 Here's the fix for tvshows where episodes don't display, i'll get it committed for rev 1.0.16 you can grab it from GIT at the following location (save target as, name is iqueue.py) https://github.com/spudsdude/XBMC-Flicks/raw/master/resources/lib/iqueue.py - fekker - 2011-03-21 00:00 recalledolive Wrote:I registered just to post this. I figured out how to get it to pop up the auth window on OSX. I changed the path like so to point to firefox. I'll update the code with this command, thanks ! - imthebrain - 2011-03-21 08:38 how do you stop the movie and return back to xbmc?? - samzstein - 2011-03-21 15:10 If your in fullscreen mode watching netflix Alt+F4 will take u out of full screen. A second Alt+F4 command will then close the video and turn u to XBMC. - samzstein - 2011-03-23 03:29 for some reason now it wont load any categories from netflix. here is my pastebin.. http://pastie.org/1702181 |