• 1
  • 88
  • 89
  • 90(current)
  • 91
  • 92
  • 109
[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC
(2013-01-14, 17:36)stevepro Wrote:
(2013-01-14, 17:29)kadeschs Wrote: Please, if you would. I can't seem to get this working. I'm on Frodo so that could be the problem.


Here is a link to the files.
https://code5systems.s3.amazonaws.com/XM...-Files.zip

Made use of this one and got it working. Thanks!
Reply
Ok... Back to talking to myself...

Is there any way to get the cursor to autohide while watching a video? Not a big deal but it would be nice for it to go hide for a bit.
Reply
locoguano,

Is everything working smoothly for you? I followed the walkthrough and I only seem to get the Top 25, New Releases, etc. to populate.
For some reason I can't browse any genres. Or my queue.

FYI I'm on OSX with Frodo RC3. Also tried Eden with same results.

EDIT: Sorry, I did some further reading in the thread and I think this has been addressed already. I'll tinker with it later. Thanks
Reply
(2013-01-25, 04:25)locoguano Wrote: Ok... Back to talking to myself...

Is there any way to get the cursor to autohide while watching a video? Not a big deal but it would be nice for it to go hide for a bit.

Check out http://www.softwareok.com/?seite=Microso...ouseCursor
Reply
(2013-01-25, 15:17)beemarp Wrote: locoguano,

Is everything working smoothly for you? I followed the walkthrough and I only seem to get the Top 25, New Releases, etc. to populate.
For some reason I can't browse any genres. Or my queue.

FYI I'm on OSX with Frodo RC3. Also tried Eden with same results.

EDIT: Sorry, I did some further reading in the thread and I think this has been addressed already. I'll tinker with it later. Thanks

The only thing not working for me now is Genres. Ironically, before Genres was the only thing that did work. I used the debugging to get my key and secret from the xbmc log. I used the developer api walkthrough to get my userinfo.txt info.
Reply
(2013-01-25, 04:25)locoguano Wrote: Is there any way to get the cursor to autohide while watching a video? Not a big deal but it would be nice for it to go hide for a bit.

When a video opens, the browser itself is in full screen but Netflix (the site) technically isn't. That's why the cursor is still on the screen. I use autohotkey to send an 'f' to toggle full screen when a video opens. I also use it to intercept keys from my remote and give them new abilities when Netflix is open, so FF, RW, Play, and Pause work. Stop works too, and that kills the browser window to go back to XBMC.
Reply
Bug 
I have Frodo RC3 installed on Win 7 x64 SP1 with XBMCflicks 1.0.23

I get as far as permitting XBMC to access my Netflix account and then return with the script error because nothing is written to userinfo.txt . It's there but blank.

Here is the section from my xbmc.log. I blanked out the auth data.

22:02:39 T:4748 NOTICE: -->Python Interpreter Initialized<--
22:02:40 T:4748 NOTICE: ##########################################################
22:02:40 T:4748 NOTICE: Arg1: 0
22:02:40 T:4748 NOTICE: Arg2: ?mode=10
22:02:40 T:4748 NOTICE: Mode: 10
22:02:40 T:4748 NOTICE: ##########################################################
22:02:40 T:4748 NOTICE: root folder: D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263
22:02:40 T:4748 NOTICE: working folder: D:\Users\Media\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
22:02:40 T:4748 NOTICE: links folder: D:\Users\Media\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
22:02:40 T:4748 NOTICE: real link path: D:\Users\Media\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
22:02:40 T:4748 NOTICE: resource folder: D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources
22:02:40 T:4748 NOTICE: lib folder: D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib
22:02:40 T:4748 NOTICE: userinfo folder: D:\Users\Media\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
22:02:40 T:4748 NOTICE: USER INFO FILE LOC: D:\Users\Media\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\userinfo.txt
22:02:40 T:4748 NOTICE: couldn't load user information from userinfo.txt file
22:02:40 T:4748 NOTICE: .. getAuth called ..
22:02:40 T:4748 NOTICE: OSX Setting is set to: False
22:02:40 T:4748 NOTICE: .. user configured ..
22:02:40 T:4748 NOTICE: Token did not contain any errors
22:02:40 T:4748 NOTICE: Authorize user access here: https://api-user.netflix.com/oauth/login...nsumer_key= &oauth_token=
22:02:40 T:4748 NOTICE: and then put this key / secret in MY_USER.request:
'key': ' ',
'secret': ' '
22:02:40 T:4748 NOTICE: and run again.
22:02:41 T:4748 NOTICE: browser open has completed
22:03:46 T:4748 NOTICE: The dialog was displayed, hopefully you read the text and waited until you authorized it before clicking ok.
22:03:46 T:4748 NOTICE: user key set to:
22:03:46 T:4748 NOTICE: user secret set to:
22:03:46 T:4748 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'httplib.BadStatusLine'>
Error Contents:
Traceback (most recent call last):
File "D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263\default.py", line 26, in <module>
import resources.lib.menu as menu
File "D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\menu.py", line 474, in <module>
getInstantQueue()
File "D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\iqueue.py", line 1379, in getInstantQueue
initApp()
File "D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\iqueue.py", line 1374, in initApp
user = getAuth(netflixClient,VERBOSE_USER_LOG)
File "D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\iqueue.py", line 85, in getAuth
tok = netflix.user.getAccessToken( MY_USER['request'] )
File "D:\Users\Media\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\Netflix.py", line 74, in getAccessToken
response = client.connection.getresponse()
File "D:\Program Files\XBMC\system\python\Lib\httplib.py", line 990, in getresponse
response.begin()
File "D:\Program Files\XBMC\system\python\Lib\httplib.py", line 391, in begin
version, status, reason = self._read_status()
File "D:\Program Files\XBMC\system\python\Lib\httplib.py", line 355, in _read_status
raise BadStatusLine(line)
BadStatusLine
-->End of Python script error report<--
22:03:46 T:2696 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10
22:03:46 T:2696 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed

Anyone know how to rectify this problem? I can manual put the info into userinfo.txt but it would be nice to solve the coding problem.

Edit: Finding time in the cracks between family, kids, job, etc I squeeze in what debugging I can. I've punched my keys in per post on page 114 except I am using auth_consumer = rquest_key and auth_token = requestSecret. I now have listings in Top 25 and All New.. . The rest come up blank but no script error. Launching a title does not launch my ie wrapped browser so I need to troubleshoot that. I then have a box in XBMC say to click ok when done.

So my take on this is the code just needs to some updating to work properly with the API. As I work towards this post from page 115, I may find it has already been solved. Would be nice to roll the changes back into github so that new users who download from original posts don't have to search through to figure stuff out.

Update: Per http://developer.netflix.com/blog/read/U...PI_Program:

" Functional Changes

•We have already modified the value of the <available_until> element for all titles to be 1/1/2100 unless the title is to become unavailable within two weeks of the requesting date.
•We will be removing the following endpoints, effective on September 15, 2012:
•/users/userID/rental_history
•/users/userID/rental_history/shipped
•/users/userID/rental_history/returned
•/users/userID/rental_history/watched
•/users/userID/at_home
•We will be removing the following elements from the title_states endpoint, effective on September 15, 2012
•<watched_date>
•<playback_bookmark>
•<watched_to_end>
•We will be removing the following RSS feeds, effective on September 15, 2012:
•Most Recent Rental Activity
•Movies At Home
•We will be removing all metadata for the rental history, recently watched, at home, etc. in all expands for all endpoints.
•We will be changing the API base URL domain from api.netflix.com to api-public.netflix.com. This new domain is active now. All requests will need to point to it by September 15, 2012, when the api.netflix.com domain will be retired.
•We will be retiring all existing versions of the catalog index files, to be replaced with new catalog index files. The new files will be structurally the same as the 2.0 version but there will be two files, one for streaming and one for DVD. The new files will be available in the coming weeks (we will post here with the new endpoints) and we plan to retire all other existing endpoints on September 15, 2012.
•We will be retiring the AppGallery pages found at http://www.netflix.com/AppGallery. This is effective immediately. These pages were outdated and seldom used as people tend to go to various App stores and other Web sites to find applications.
To be clear, none of these changes will affect the Queue-related resources or data."

So might as well dump that code so people don't keep asking about it.
Reply
In Frodo final I get a repeating clinking sound when selecting a video.... It keeps going and slowly fades over about 20 seconds as the video plays. Only does it in final, not rc3. Does it in all skins.
Reply
(2013-01-07, 17:14)yabsie Wrote: I am going to ask one more time, I have asked several times but no one has responded. NF has not enabled instant queues for me, if I am on boxee,or the web, I have to instant queue , however it works just fine for me on the plugin, so what I am seeing is different that what you are seeing and until IO see what is happening I cant fix anything

if you have browse by genre working (i.e your userinfo,txt is in good shape) but your Instant Queue is empty, can you:
1) attempt to access your instant queue with debugging on and send me the xbmc.log file
2) browse to a movie, right click choose "add to instant queue", check if its shows up in the queue on the plugin and also check if it shows up in the instant queue on NF

everyone is complaining that instant queues are not working , but no one is helping, I am getting more than a little frustrated.


Yabsie, I have just read through a good chunk of this thread and followed set up your XBMCflicks hack add-on and have it to the point where I have access to some features but not instant queue. Here is my debug output from trying to access instant queue. My steps are below:
1) Open XBMC
2) Open XBMCFlicks
3) try Instant Queue:All (Nothing there)
4) try Instant Queue:Movies (Nothing there)
5) try Instant Queue:TV (Nothin there)
6) Go to Top 25 New Arrivals and try to add movie to Instant queue by right clicking->add to Instant queue
7) check Instant Queue: All again (Nothing there)

Code:
13:39:43 T:4204  NOTICE: -----------------------------------------------------------------------
13:39:43 T:4204  NOTICE: Starting XBMC (11.0 Git:20120321-14feb09), Platform: Windows 7, 64-bit (WoW) Service Pack 1 build 7601. Built on Mar 21 2012 (compiler 1600)
13:39:43 T:4204  NOTICE: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz
13:39:43 T:4204  NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
13:39:43 T:4204  NOTICE: Running with administrator rights
13:39:43 T:4204  NOTICE: Aero is enabled
13:39:43 T:4204  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
13:39:43 T:4204  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
13:39:43 T:4204  NOTICE: special://masterprofile/ is mapped to: C:\Users\User\AppData\Roaming\XBMC\userdata
13:39:43 T:4204  NOTICE: special://home/ is mapped to: C:\Users\User\AppData\Roaming\XBMC\
13:39:43 T:4204  NOTICE: special://temp/ is mapped to: C:\Users\User\AppData\Roaming\XBMC\cache
13:39:43 T:4204  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
13:39:43 T:4204  NOTICE: Local hostname: MIKE-PC
13:39:43 T:4204  NOTICE: Log File is located: C:\Users\User\AppData\Roaming\XBMC\xbmc.log
13:39:43 T:4204  NOTICE: -----------------------------------------------------------------------
13:39:43 T:4204  NOTICE: Setup SDL
13:39:43 T:4204  NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GTX 560M, adapter 0.
13:39:43 T:4204  NOTICE: Primary mode: 1920x1080 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1152x864 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1280x1024 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1366x768 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1400x1050 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1600x1024 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: Previous line repeats 2 times.
13:39:43 T:4204  NOTICE: Additional mode: 1920x1080 @ 60.00 - Full Screen
13:39:43 T:4204  NOTICE: load settings...
13:39:43 T:4204  NOTICE: special://profile/ is mapped to: special://masterprofile/
13:39:43 T:4204  NOTICE: loading special://masterprofile/guisettings.xml
13:39:43 T:4204  NOTICE: Getting hardware information now...
13:39:43 T:4204  NOTICE: Checking resolution 11
13:39:43 T:4204  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
13:39:43 T:4204  NOTICE: Loaded playercorefactory configuration
13:39:43 T:4204  NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
13:39:43 T:4204  NOTICE: Loaded playercorefactory configuration
13:39:43 T:4204  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
13:39:43 T:4204  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
13:39:43 T:4204  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videoextensions>
                                                <add>.html</add>
                                              </videoextensions>
                                            </advancedsettings>
13:39:43 T:4204  NOTICE: Getting hardware information now...
13:39:43 T:4204  NOTICE: Checking resolution 11
13:39:43 T:4204  NOTICE: Default DVD Player: dvdplayer
13:39:43 T:4204  NOTICE: Default Video Player: dvdplayer
13:39:43 T:4204  NOTICE: Default Audio Player: paplayer
13:39:43 T:4204  NOTICE: Disabled debug logging due to GUI setting. Level 0.
13:39:43 T:4204  NOTICE: Log level changed to 0
13:39:43 T:4204  NOTICE: Loading media sources from special://masterprofile/sources.xml
13:39:44 T:4204  NOTICE: initializing playlistplayer
13:39:44 T:4204  NOTICE: DONE initializing playlistplayer
13:39:44 T:4204  NOTICE: initialize done
13:39:44 T:4204  NOTICE: Running the application...
13:39:44 T:4204  NOTICE: ES: Starting event server
13:39:44 T:4784  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
13:39:44 T:4784  NOTICE: UDP: Listening on port 9777
13:39:44 T:4084  NOTICE: -->Python Interpreter Initialized<--
13:39:44 T:1148  NOTICE: -->Python Interpreter Initialized<--
13:39:44 T:4084  NOTICE:  StorageServer Module loaded RUN
13:39:44 T:4084  NOTICE: StorageClient-1.5.0 Starting server
13:39:44 T:4084  NOTICE: StorageServer-1.5.0 Storage Server starting C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\script.common.plugin.cache\commoncache.db
13:39:45 T:4744   ERROR: CRemoteControl::Connect - failed to connect
13:39:53 T:3048  NOTICE: -->Python Interpreter Initialized<--
13:39:53 T:3048  NOTICE: ##########################################################
13:39:53 T:3048  NOTICE: Arg1: 0
13:39:53 T:3048  NOTICE: Arg2:
13:39:53 T:3048  NOTICE: Mode: 0
13:39:53 T:3048  NOTICE: ##########################################################
13:39:56 T:3984  NOTICE: -->Python Interpreter Initialized<--
13:39:56 T:3984  NOTICE: ##########################################################
13:39:56 T:3984  NOTICE: Arg1: 0
13:39:56 T:3984  NOTICE: Arg2: ?mode=0
13:39:56 T:3984  NOTICE: Mode: 0
13:39:56 T:3984  NOTICE: ##########################################################
13:39:59 T:6116  NOTICE: -->Python Interpreter Initialized<--
13:39:59 T:6116  NOTICE: ##########################################################
13:39:59 T:6116  NOTICE: Arg1: 0
13:39:59 T:6116  NOTICE: Arg2: ?mode=10
13:39:59 T:6116  NOTICE: Mode: 10
13:39:59 T:6116  NOTICE: ##########################################################
13:39:59 T:6116  NOTICE: root folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3
13:39:59 T:6116  NOTICE: working folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:39:59 T:6116  NOTICE: links folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:39:59 T:6116  NOTICE: Searaches folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\Searches
13:39:59 T:6116  NOTICE: real link path: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:39:59 T:6116  NOTICE: resource folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources
13:39:59 T:6116  NOTICE: lib folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources\lib
13:39:59 T:6116  NOTICE: userinfo folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:39:59 T:6116  NOTICE: USER INFO FILE LOC: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\userinfo.txt
13:39:59 T:6116  NOTICE: matched file contents, it is in the correct format
13:39:59 T:6116  NOTICE: finished loading up user information from file
13:39:59 T:6116  NOTICE: .. getAuth called ..
13:39:59 T:6116  NOTICE: OSX Setting is set to: False
13:39:59 T:6116  NOTICE: .. user configured ..

\/\/\/\/\/\/\/\/ MORE FROM THE DEBUG OUTPUT BELOW \/\/\/\/\/\/\/\/\/\/\/\/\/
Reply
Code:
13:39:59 T:6116  NOTICE: *** What's in the Instant Queue? ***
13:39:59 T:6116  NOTICE: params: {'max_results': '50'}
13:39:59 T:6116  NOTICE: http://api-public.netflix.com/users/xxxxxxxxxxxxxxxxxxxxxxx/queues/instant?oauth_nonce=04413939&oauth_timestamp=1359830399&oauth_consumer_key=xxxxxxxxxxxxxxxxxxxxxxx&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&max_results=50&oauth_token=xxxxxxxxxxxxxxxxxxxxxxx&filters=http%3A%2F%2Fapi-public.netflix.com%2Fcategories%2Ftitle_formats%2Finstant&v=2.0&output=json&oauth_signature=aFhyKhaLQLOGJ5gvkO320rTkssQ%3D&expand=%40title%2C%40synopsis%2C%40directors%2C%40formats%2C%40episodes%2C%40short_synopsis
13:39:59 T:6116  NOTICE: Max value: 50
13:39:59 T:6116  NOTICE: In CA: False
13:39:59 T:6116  NOTICE: {u'status': {u'status_code': 403, u'message': u'Account inactive'}, u'error': True}
13:40:04 T:3520  NOTICE: -->Python Interpreter Initialized<--
13:40:04 T:3520  NOTICE: ##########################################################
13:40:04 T:3520  NOTICE: Arg1: 0
13:40:04 T:3520  NOTICE: Arg2: ?mode=0
13:40:04 T:3520  NOTICE: Mode: 0
13:40:04 T:3520  NOTICE: ##########################################################
13:40:05 T:1836  NOTICE: -->Python Interpreter Initialized<--
13:40:06 T:1836  NOTICE: ##########################################################
13:40:06 T:1836  NOTICE: Arg1: 0
13:40:06 T:1836  NOTICE: Arg2: ?mode=11
13:40:06 T:1836  NOTICE: Mode: 11
13:40:06 T:1836  NOTICE: ##########################################################
13:40:06 T:1836  NOTICE: root folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3
13:40:06 T:1836  NOTICE: working folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:40:06 T:1836  NOTICE: links folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:40:06 T:1836  NOTICE: Searaches folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\Searches
13:40:06 T:1836  NOTICE: real link path: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:40:06 T:1836  NOTICE: resource folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources
13:40:06 T:1836  NOTICE: lib folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources\lib
13:40:06 T:1836  NOTICE: userinfo folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:40:06 T:1836  NOTICE: USER INFO FILE LOC: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\userinfo.txt
13:40:06 T:1836  NOTICE: matched file contents, it is in the correct format
13:40:06 T:1836  NOTICE: finished loading up user information from file
13:40:06 T:1836  NOTICE: .. getAuth called ..
13:40:06 T:1836  NOTICE: OSX Setting is set to: False
13:40:06 T:1836  NOTICE: .. user configured ..
13:40:06 T:1836  NOTICE: *** What's in the Instant Queue? ***
13:40:06 T:1836  NOTICE: params: {'max_results': '50'}
13:40:06 T:1836  NOTICE: http://api-public.netflix.com/users/xxxxxxxxxxxxxxxxxxxxxxx/queues/instant?oauth_nonce=83306993&oauth_timestamp=1359830406&oauth_consumer_key=xxxxxxxxxxxxxxxxxxxxxxx&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&max_results=50&oauth_token=xxxxxxxxxxxxxxxxxxxxxxx&filters=http%3A%2F%2Fapi-public.netflix.com%2Fcategories%2Ftitle_formats%2Finstant&v=2.0&output=json&oauth_signature=sOAOwqzz43LyoU0Q3%2FfstQt2qbg%3D&expand=%40title%2C%40synopsis%2C%40directors%2C%40formats%2C%40episodes%2C%40short_synopsis
13:40:06 T:1836  NOTICE: Max value: 50
13:40:06 T:1836  NOTICE: In CA: False
13:40:06 T:1836  NOTICE: {u'status': {u'status_code': 403, u'message': u'Account inactive'}, u'error': True}
13:40:08 T:1080  NOTICE: -->Python Interpreter Initialized<--
13:40:08 T:1080  NOTICE: ##########################################################
13:40:08 T:1080  NOTICE: Arg1: 0
13:40:08 T:1080  NOTICE: Arg2: ?mode=0
13:40:08 T:1080  NOTICE: Mode: 0
13:40:08 T:1080  NOTICE: ##########################################################
13:40:10 T:3344  NOTICE: -->Python Interpreter Initialized<--
13:40:10 T:3344  NOTICE: ##########################################################
13:40:10 T:3344  NOTICE: Arg1: 0
13:40:10 T:3344  NOTICE: Arg2: ?mode=12
13:40:10 T:3344  NOTICE: Mode: 12
13:40:10 T:3344  NOTICE: ##########################################################
13:40:10 T:3344  NOTICE: root folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3
13:40:10 T:3344  NOTICE: working folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:40:10 T:3344  NOTICE: links folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:40:10 T:3344  NOTICE: Searaches folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\Searches
13:40:10 T:3344  NOTICE: real link path: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:40:10 T:3344  NOTICE: resource folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources
13:40:10 T:3344  NOTICE: lib folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources\lib
13:40:10 T:3344  NOTICE: userinfo folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:40:10 T:3344  NOTICE: USER INFO FILE LOC: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\userinfo.txt
13:40:10 T:3344  NOTICE: matched file contents, it is in the correct format
13:40:10 T:3344  NOTICE: finished loading up user information from file
13:40:10 T:3344  NOTICE: .. getAuth called ..
13:40:10 T:3344  NOTICE: OSX Setting is set to: False
13:40:10 T:3344  NOTICE: .. user configured ..
13:40:10 T:3344  NOTICE: *** What's in the Instant Queue? ***
13:40:10 T:3344  NOTICE: params: {'max_results': '50'}
13:40:10 T:3344  NOTICE: http://api-public.netflix.com/users/xxxxxxxxxxxxxxxxxxxxxxx/queues/instant?oauth_nonce=64899446&oauth_timestamp=1359830410&oauth_consumer_key=xxxxxxxxxxxxxxxxxxxxxxx&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&max_results=50&oauth_token=xxxxxxxxxxxxxxxxxxxxxxx&filters=http%3A%2F%2Fapi-public.netflix.com%2Fcategories%2Ftitle_formats%2Finstant&v=2.0&output=json&oauth_signature=xvmRxzgeX9HS3DQ93fRYAtTd418%3D&expand=%40title%2C%40synopsis%2C%40directors%2C%40formats%2C%40episodes%2C%40short_synopsis
13:40:10 T:3344  NOTICE: Max value: 50
13:40:10 T:3344  NOTICE: In CA: False
13:40:10 T:3344  NOTICE: {u'status': {u'status_code': 403, u'message': u'Account inactive'}, u'error': True}
13:40:12 T:4988  NOTICE: -->Python Interpreter Initialized<--
13:40:12 T:4988  NOTICE: ##########################################################
13:40:12 T:4988  NOTICE: Arg1: 0
13:40:12 T:4988  NOTICE: Arg2: ?mode=0
13:40:12 T:4988  NOTICE: Mode: 0
13:40:12 T:4988  NOTICE: ##########################################################
13:40:15 T:3200  NOTICE: -->Python Interpreter Initialized<--
13:40:16 T:3200  NOTICE: ##########################################################
13:40:16 T:3200  NOTICE: Arg1: 0
13:40:16 T:3200  NOTICE: Arg2: ?mode=50
13:40:16 T:3200  NOTICE: Mode: 50
13:40:16 T:3200  NOTICE: ##########################################################
13:40:16 T:3200  NOTICE: root folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3
13:40:16 T:3200  NOTICE: working folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:40:16 T:3200  NOTICE: links folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:40:16 T:3200  NOTICE: Searaches folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\Searches
13:40:16 T:3200  NOTICE: real link path: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:40:16 T:3200  NOTICE: resource folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources
13:40:16 T:3200  NOTICE: lib folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources\lib
13:40:16 T:3200  NOTICE: userinfo folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:40:16 T:3200  NOTICE: USER INFO FILE LOC: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\userinfo.txt
13:40:16 T:3200  NOTICE: matched file contents, it is in the correct format
13:40:16 T:3200  NOTICE: finished loading up user information from file
13:40:16 T:3200  NOTICE: .. getAuth called ..
13:40:16 T:3200  NOTICE: OSX Setting is set to: False
13:40:16 T:3200  NOTICE: .. user configured ..
13:40:16 T:3200  NOTICE: No filter
13:40:16 T:3200  NOTICE: triggered count on movies limiter:1 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416809: start addlink :  The Sadistic Baron Von Klaus
13:40:16 T:3200  NOTICE:
                                            1359830416810: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:2 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416810: start addlink :  Wu Dang
13:40:16 T:3200  NOTICE:
                                            1359830416810: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:3 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416810: start addlink :  Bob The Builder: Teamwork Time!
13:40:16 T:3200  NOTICE:
                                            1359830416810: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:4 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416810: start addlink :  Amber Alert

Code:
13:40:16 T:3200  NOTICE:
                                            1359830416810: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:5 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416810: start addlink :  101 Dalmatians
13:40:16 T:3200  NOTICE:
                                            1359830416818: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:6 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416818: start addlink :  The Asphyx
13:40:16 T:3200  NOTICE:
                                            1359830416818: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:7 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416818: start addlink :  The Castle
13:40:16 T:3200  NOTICE:
                                            1359830416818: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:8 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416818: start addlink :  Ferris Bueller's Day Off
13:40:16 T:3200  NOTICE:
                                            1359830416818: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:9 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416819: start addlink :  Girl on a Motorcycle
13:40:16 T:3200  NOTICE:
                                            1359830416819: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:10 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416819: start addlink :  The Prophecy
13:40:16 T:3200  NOTICE:
                                            1359830416819: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:11 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416819: start addlink :  House of Whipcord
13:40:16 T:3200  NOTICE:
                                            1359830416819: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:12 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416819: start addlink :  The Nutty Professor
13:40:16 T:3200  NOTICE:
                                            1359830416819: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:13 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416819: start addlink :  Scrooged
13:40:16 T:3200  NOTICE:
                                            1359830416819: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:14 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416820: start addlink :  Three Ages
13:40:16 T:3200  NOTICE:
                                            1359830416820: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:15 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416820: start addlink :  The Sinful Nuns of St. Valentine
13:40:16 T:3200  NOTICE:
                                            1359830416820: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:16 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416820: start addlink :  Grim
13:40:16 T:3200  NOTICE:
                                            1359830416820: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:17 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416820: start addlink :  Breeders
13:40:16 T:3200  NOTICE:
                                            1359830416820: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:18 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416820: start addlink :  Marlene
13:40:16 T:3200  NOTICE:
                                            1359830416821: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:19 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416821: start addlink :  Lost in New York
13:40:16 T:3200  NOTICE:
                                            1359830416821: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:20 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416821: start addlink :  That's the Way I Like It
13:40:16 T:3200  NOTICE:
                                            1359830416821: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:21 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416821: start addlink :  The Sacrifice
13:40:16 T:3200  NOTICE:
                                            1359830416821: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:22 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416821: start addlink :  Female Vampire
13:40:16 T:3200  NOTICE:
                                            1359830416821: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:23 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416821: start addlink :  The Gift
13:40:16 T:3200  NOTICE:
                                            1359830416822: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:24 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416822: start addlink :  Destination Vegas
13:40:16 T:3200  NOTICE:
                                            1359830416822: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:25 of 25
13:40:16 T:3200  NOTICE:
                                            1359830416822: start addlink :  Die Screaming, Marianne
13:40:16 T:3200  NOTICE:
                                            1359830416822: end addlink
13:40:16 T:3200  NOTICE: triggered count on movies limiter:26 of 25
13:40:18 T:4128 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
13:40:18 T:4128   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
13:40:32 T:1128  NOTICE: -->Python Interpreter Initialized<--
13:40:32 T:1128   ERROR: Error: You must add org.python.pydev.debug.pysrc to your PYTHONPATH.
13:40:34 T:1172  NOTICE: -->Python Interpreter Initialized<--
13:40:34 T:1172  NOTICE: ##########################################################
13:40:34 T:1172  NOTICE: Arg1: 0
13:40:34 T:1172  NOTICE: Arg2: ?mode=0
13:40:34 T:1172  NOTICE: Mode: 0
13:40:34 T:1172  NOTICE: ##########################################################
13:40:35 T:1168  NOTICE: -->Python Interpreter Initialized<--
13:40:35 T:1168  NOTICE: ##########################################################
13:40:35 T:1168  NOTICE: Arg1: 0
13:40:35 T:1168  NOTICE: Arg2: ?mode=10
13:40:35 T:1168  NOTICE: Mode: 10
13:40:35 T:1168  NOTICE: ##########################################################
13:40:35 T:1168  NOTICE: root folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3
13:40:35 T:1168  NOTICE: working folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:40:35 T:1168  NOTICE: links folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:40:35 T:1168  NOTICE: Searaches folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\Searches
13:40:35 T:1168  NOTICE: real link path: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
13:40:35 T:1168  NOTICE: resource folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources
13:40:35 T:1168  NOTICE: lib folder: C:\Users\User\AppData\Roaming\XBMC\addons\XBMC-yabsiehacks-Flicks-0.3\resources\lib
13:40:35 T:1168  NOTICE: userinfo folder: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
13:40:35 T:1168  NOTICE: USER INFO FILE LOC: C:\Users\User\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflicks\userinfo.txt
13:40:35 T:1168  NOTICE: matched file contents, it is in the correct format
13:40:35 T:1168  NOTICE: finished loading up user information from file
13:40:35 T:1168  NOTICE: .. getAuth called ..
13:40:35 T:1168  NOTICE: OSX Setting is set to: False
13:40:35 T:1168  NOTICE: .. user configured ..
13:40:35 T:1168  NOTICE: *** What's in the Instant Queue? ***
13:40:35 T:1168  NOTICE: params: {'max_results': '50'}
13:40:35 T:1168  NOTICE: http://api-public.netflix.com/users/xxxxxxxxxxxxxxxxxxxxxxx/queues/instant?oauth_nonce=14636986&oauth_timestamp=1359830435&oauth_consumer_key=xxxxxxxxxxxxxxxxxxxxxxx&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&max_results=50&oauth_token=xxxxxxxxxxxxxxxxxxxxxxx&filters=http%3A%2F%2Fapi-public.netflix.com%2Fcategories%2Ftitle_formats%2Finstant&v=2.0&output=json&oauth_signature=bLWefncwyBZBkJNjsE5SuTZu4xU%3D&expand=%40title%2C%40synopsis%2C%40directors%2C%40formats%2C%40episodes%2C%40short_synopsis
13:40:36 T:1168  NOTICE: Max value: 50
13:40:36 T:1168  NOTICE: In CA: False
13:40:36 T:1168  NOTICE: {u'status': {u'status_code': 403, u'message': u'Account inactive'}, u'error': True}
Reply
(2013-02-02, 18:36)locoguano Wrote: In Frodo final I get a repeating clinking sound when selecting a video.... It keeps going and slowly fades over about 20 seconds as the video plays. Only does it in final, not rc3. Does it in all skins.

Have upgraded to final and do not have that problem. I am using the iewrapper as my player. Just checked "Anastasia" and it jumped right in where I had left off earlier. I do sometimes have the wrapper hang, though, when I click the X while the movie is playing.
Reply
Not familiar with IEWrapper... ?
Reply
How can I get this to pop up in Safari instead of chrome?

edit: figured it out but how to I get it to launch with focus?
Reply
(2013-02-03, 06:20)locoguano Wrote: Not familiar with IEWrapper... ?

Actually when I checked the name it's iewrap but the instructions are on page 1 of this post. You modify your playercorefactory.xml per the instructions on that page.

Reply
(2013-02-03, 06:38)kevinkelm Wrote: How can I get this to pop up in Safari instead of chrome?

edit: figured it out but how to I get it to launch with focus?

See http://wiki.xbmc.org/index.php?title=External_players

I think the hidexbmc tag might be the solution.
Reply
  • 1
  • 88
  • 89
  • 90(current)
  • 91
  • 92
  • 109

Logout Mark Read Team Forum Stats Members Help
[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC16