[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
Adding movies to the Library does not work.

First adding MyList to the Library does not work. I found I was able to get the function def addMyListToLibrary(): to work if I added:

pDialog = xbmcgui.DialogProgress()
pDialog.create('NetfliXBMC', translation(30142)+"...")
if not singleProfile:
setProfile()
xbmcplugin.setContent(pluginhandle, "movies")

to the beginning of the method.

Second, and more importantly, when I launch Netflix movies from the Library, it will launch the movie in Chrome as expected but it will also play the next movie in the Library.That's if the "Play the next video automatically" setting is set to true. Otherwise, it will attempt to launch 100 tabs in chrome!!

From reading the XBMC source, I guess it reads the launch from the movie.strm as failed and moves on to the next item on the playlist. With the "Play the next video automatically" setting off then it appears there is only one item on the playlist and it will loop it 100 times.

This is on Windows in XBMC 13.2.
Reply


Messages In This Thread
Search empty? - by cgrey - 2014-01-11, 06:13
Not working on windows 7 - by dandiodati - 2014-02-26, 21:55
RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - by kamegami - 2014-09-21, 23:11
Problems with this addon - by builderjer - 2014-11-30, 19:55
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)7