[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
(2015-08-21, 00:19)Sleuth255 Wrote: 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.
This did solve a part of my problem, making use of kodi 15.1 windows 8.1 and iexplorer.

I did also change 1 line of Python, and exclude Norton 360 to see a file as a trojan.
http://forum.kodi.tv/showthread.php?pid=...pid2089495

Edit:
Too soon, this addon is still full of problems, many menu options don't work anymore.
Perhaps the page source did change.
Tv shows:
Latest, all shows, gernes.
Movies:
Latest, genres

All those menu options just don't do anything.
To be clear, I don't make use this addon, my smart tv has a netflix app, which is just working fine. I also make use of chromecast, from my android tablet I can chromecast with minor problems.
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 hstegeman - 2015-08-25, 17:06
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