Kodi Community Forum
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 (/showthread.php?tid=211574)



RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - kmallick - 2015-01-21

(2015-01-21, 16:38)naloj Wrote: Most likely Kodibuntu is configured to use ALSA and Chrome is configured to use pulseaudio. So when you launch NetfliXBMC, Kodi has exclusive access to the audio device via ALSA.

As far as I know, Kodibuntu does not have Pulseaudio installed. I have fiddled around with ALSA settings and everything seems to be fine.
I do not see any Pulse settings when in Lubuntu session either. I am at a loss.


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - naloj - 2015-01-21

(2015-01-21, 21:07)kmallick Wrote: As far as I know, Kodibuntu does not have Pulseaudio installed. I have fiddled around with ALSA settings and everything seems to be fine.
I do not see any Pulse settings when in Lubuntu session either. I am at a loss.

In that case I would guess that Kodi is holding the audio device open. Try turning "Keep audio device alive" off.

http://kodi.wiki/view/Settings/System#Audio_output


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - Acid0057 - 2015-01-22

Yeah it's to bad that there isn't an arm version of chrome 37 for raspberry pi. That's all that is missing for it to work


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - samzstein - 2015-01-22

i have two systems running netflixbmc, they both just stopped populating lists today.... any help would be much appreciated.

http://pastebin.com/7rmQVpKh


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - User 249594 - 2015-01-22

Corona your a hero!!!

Thank u so much for pushing the development forward and that you are doing the job netflix should do!
Just because I didnt get the old addon from addonscriptor to work I tried to integrate Netflix via the Playon Media server, but the streaming lacks
quality and for me it isn´t a good solution. Everything works fine now and the only thing which don´t work is the "add series to library" thing because
of special signs like "äöü".
If thats fixed I´m the happiest kodi user...

Thank you again for greets imunone

ps. sorry for my bad english skills Smile


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - demonhub - 2015-01-22

Here's my setting :

Windows 7 - x64
XBMC 12.3 - FRODO
Chrome - 40.0.2214.91 m
Chrome Launcher - 1.1.4
NetfliXBMC - 1.3.11

I've done the Custom Script Change to point at the chrome.exe

My Error in XBMC.log

12:18:49 T:3584 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=Noah&thumb=C%3a%5cUsers%5cMedia%5cAppData%5cRoaming%5cXBMC%5cuserdata%5caddon_data%5cplugin.video.netflixbmc%5ccache%5ccovers%5c70295061.jpg&url=70295061
12:18:49 T:3584 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=Noah&thumb=C%3a%5cUsers%5cMedia%5cAppData%5cRoaming%5cXBMC%5cuserdata%5caddon_data%5cplugin.video.netflixbmc%5ccache%5ccovers%5c70295061.jpg&url=70295061) failed
12:18:49 T:4168 NOTICE: Thread Background Loader start, auto delete: false
12:18:49 T:2788 ERROR: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "VideoLibrary.GetMovieDetails", "params": {"properties": ["streamdetails"], "movieid": }, "id": 1}'
12:18:49 T:1500 NOTICE: Thread Background Loader start, auto delete: false
12:18:51 T:4428 NOTICE: Debug Disable
12:18:51 T:4428 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'module' object has no attribute 'CREATE_NEW_PROCESS_GROUP'
Traceback (most recent call last):
File "C:\Users\Media\AppData\Roaming\XBMC\addons\plugin.program.chrome.launcher\default.py", line 387, in <module>
showSite(url, stopPlayback, kiosk, userAgent)
File "C:\Users\Media\AppData\Roaming\XBMC\addons\plugin.program.chrome.launcher\default.py", line 191, in showSite
creationflags = subprocess.CREATE_NEW_PROCESS_GROUP
AttributeError: 'module' object has no attribute 'CREATE_NEW_PROCESS_GROUP'
-->End of Python script error report<--


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - bumblebeeman - 2015-01-23

(2015-01-22, 04:30)samzstein Wrote: i have two systems running netflixbmc, they both just stopped populating lists today.... any help would be much appreciated.

http://pastebin.com/7rmQVpKh

Same problem here. Was working great a few days ago.

http://pastebin.com/qm1Mqysp


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - corona - 2015-01-23

(2015-01-21, 16:55)Jamriman Wrote: Ok I installed an updated version. Seems the problem is in Chrome launcher. Thanks.

http://xbmclogs.com/show.php?id=397605

I've never run it with chrome launcher script enabled, so I'm not sure whether you've turned that on on purpose. It appears the script doesn't have the right permissions. Either turn off the script (from chrome launcher settings) and/or run from terminal:
Code:
chmod 755 "/storage/.kodi/addons/plugin.program.chrome.launcher/default.py"



RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - corona - 2015-01-23

(2015-01-22, 19:09)demonhub Wrote: Here's my setting :

Windows 7 - x64
XBMC 12.3 - FRODO
Chrome - 40.0.2214.91 m
Chrome Launcher - 1.1.4
NetfliXBMC - 1.3.11

I've done the Custom Script Change to point at the chrome.exe

My Error in XBMC.log

12:18:49 T:3584 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=Noah&thumb=C%3a%5cUsers%5cMedia%5cAppData%5cRoaming%5cXBMC%5cuserdata%5caddon_data%5cplugin.video.netflixbmc%5ccache%5ccovers%5c70295061.jpg&url=70295061
12:18:49 T:3584 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=Noah&thumb=C%3a%5cUsers%5cMedia%5cAppData%5cRoaming%5cXBMC%5cuserdata%5caddon_data%5cplugin.video.netflixbmc%5ccache%5ccovers%5c70295061.jpg&url=70295061) failed
12:18:49 T:4168 NOTICE: Thread Background Loader start, auto delete: false
12:18:49 T:2788 ERROR: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "VideoLibrary.GetMovieDetails", "params": {"properties": ["streamdetails"], "movieid": }, "id": 1}'
12:18:49 T:1500 NOTICE: Thread Background Loader start, auto delete: false
12:18:51 T:4428 NOTICE: Debug Disable
12:18:51 T:4428 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'module' object has no attribute 'CREATE_NEW_PROCESS_GROUP'
Traceback (most recent call last):
File "C:\Users\Media\AppData\Roaming\XBMC\addons\plugin.program.chrome.launcher\default.py", line 387, in <module>
showSite(url, stopPlayback, kiosk, userAgent)
File "C:\Users\Media\AppData\Roaming\XBMC\addons\plugin.program.chrome.launcher\default.py", line 191, in showSite
creationflags = subprocess.CREATE_NEW_PROCESS_GROUP
AttributeError: 'module' object has no attribute 'CREATE_NEW_PROCESS_GROUP'
-->End of Python script error report<--

Drats, it looks like the definition of subprocess.CREATE_NEW_PROCESS_GROUP doesn't really exist, even though it's in the docs: https://docs.python.org/2/library/subprocess.html
I can't actually make it work myself in quick tests, not sure who caused the problem. Maybe it only works in new versions only on windows. Either way, I'll have to manually define it.

I've just pushed a fix for this to the repo, hopefully that resolves the issue for you

(2015-01-23, 05:43)bumblebeeman Wrote:
(2015-01-22, 04:30)samzstein Wrote: i have two systems running netflixbmc, they both just stopped populating lists today.... any help would be much appreciated.

http://pastebin.com/7rmQVpKh

Same problem here. Was working great a few days ago.

http://pastebin.com/qm1Mqysp

I looks like the regex's (for site scraping) aren't working for you any more. The plugin still works fine for me though, so I'm not sure what's going on. Maybe netflix is doing some A/B testing of new site features/layout/code and you've got the new one while I'm still on old.

Actually could you turn on debug in chrome launcher settings, maybe that'll print out the url's that are failing.


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - User 249594 - 2015-01-23

Yesterday I recognized a checkbox for trying out betarelease on netflix. I think its located at the general settings tab.
I'm from germany so I don't know if its the same in other countrys.


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - Jamriman - 2015-01-23

(2015-01-23, 09:13)corona Wrote:
(2015-01-21, 16:55)Jamriman Wrote: Ok I installed an updated version. Seems the problem is in Chrome launcher. Thanks.

http://xbmclogs.com/show.php?id=397605

I've never run it with chrome launcher script enabled, so I'm not sure whether you've turned that on on purpose. It appears the script doesn't have the right permissions. Either turn off the script (from chrome launcher settings) and/or run from terminal:
Code:
chmod 755 "/storage/.kodi/addons/plugin.program.chrome.launcher/default.py"

When I disable script, I get chrome launcher not found. Maybe my Netflix config is wrong. Thanks for your help!

http://xbmclogs.com/show.php?id=399963


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - nissefisk - 2015-01-23

(2015-01-21, 21:30)naloj Wrote:
(2015-01-21, 21:07)kmallick Wrote: As far as I know, Kodibuntu does not have Pulseaudio installed. I have fiddled around with ALSA settings and everything seems to be fine.
I do not see any Pulse settings when in Lubuntu session either. I am at a loss.

In that case I would guess that Kodi is holding the audio device open. Try turning "Keep audio device alive" off.

http://kodi.wiki/view/Settings/System#Audio_output

I have this problem as well, no sound via Netflix and Chrome on Kodibuntu. All the other plugins seems to work just fine and no problem with audio if I try to play a Netflix movie in Lubuntu without Kodi.
Tried to change "Keep audio device alive" to off but that didnt helpSad


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - elduende - 2015-01-23

hi, since some time i played a little with this addon and now my kids use a lot of netflix so i make a fresh install of kodi (was on gotham before) but i can not install netflixbmc i got an installation failed message, yesterday when tried on gotham (before fresh install) it goes ok

my config
windows seven
kodi helix RC

thx


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - bumblebeeman - 2015-01-24

(2015-01-23, 09:38)corona Wrote: I looks like the regex's (for site scraping) aren't working for you any more. The plugin still works fine for me though, so I'm not sure what's going on. Maybe netflix is doing some A/B testing of new site features/layout/code and you've got the new one while I'm still on old.

Actually could you turn on debug in chrome launcher settings, maybe that'll print out the url's that are failing.

I installed the updated NetflixBMC from your repository and everything's back on. Should have tried that before posting.


RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - staffan80 - 2015-01-24

Hi,

This plugin is working great. I used to watch Netflix with a Google Chromecast but i am now fed up with it. I hate that the chromecast is locked to 60hz refreshrate, I can't live with the stutter!

If i manually switch my computer to output 24p by xrandr the netflix plugin is running far smoother then the chromecast! I am wondering if there is any solution to detect the framerate in the plugin and let it switch to match it?

I guess this can be hard because to implement but would it be possible to write something that switches to 24p when i start the plugin and restores it when i exit?

I thinks this question has come up before but no one answered it.

Kind regars Staffan