[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
I fixed the mylist problem by uncommenting a second load(url) attempt in the listvideos def of the add-on's default.py:

Specifically, I removed the comment on the last line of the following:
Code:
def listVideos(url, type):
    pDialog = xbmcgui.DialogProgress()
    pDialog.create('NetfliXBMC', translation(30142)+"...")
    pDialog.update( 0, translation(30142)+"...")
    xbmcplugin.setContent(pluginhandle, "movies")
    content = load(url)
#   content = load(url) # Terrible... currently first call doesn't have the content, it requires two calls....

looks like the two call requirement is back... I'm testing for other impact.

edit:

No other adverse impact found.
Reply


Messages In This Thread
Who's Watching is empty? - by RiverBend - 2015-01-08, 18:55
Full-screen mode - by oakertood - 2015-03-29, 01:08
25% - by Mattlock - 2015-07-06, 03:56
RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - by Sleuth255 - 2015-08-21, 00:19
Additional/Original Browser Option? - by durv - 2015-09-07, 05:07
[RELEASE] NetfliXBMC - EMPTY LISTS - by Nibar - 2015-12-08, 03:38
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217