[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
(2014-08-05, 21:23)aferrandi Wrote: Temporary (not perfect) solution for the problem of Chrome/Pipelight in Linux, if you have Netflix Desktop installed and you don't want to use an old version of Chrome:

Make a copy of the file ~/.xbmc/addons/plugin.video.netflixbmc/default.py, so that if something goes wrong you can go back to the existing solution.
Then in the file ~/.xbmc/addons/plugin.video.netflixbmc/default.py, instead of:
Code:
elif osLinux:
        xbmc.executebuiltin("RunPlugin(plugin://plugin.program.chrome.launcher
  .
  .
  .  
  elif osWin:
write:

Code:
elif osLinux:
        subprocess.Popen("firefox '"+url+"'", shell=True)
        try:
            xbmc.sleep(5000)
            if linuxFullscreen:
                subprocess.Popen('xdotool key F11', shell=True)
        except:
            pass
    elif osWin:

It works for me. Remember that when the plugin gets updated the default.py file looses all these changes.

I gave this a try but have no sound. when starting it from netflixbmc. If i open firefox from desktop everything works fine.
Image
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 - Inofficial Netflix Add-on (Win/OSX/Linux) - by Frozin - 2014-08-11, 08:26
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