Kodi Community Forum

Full Version: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-11-28, 04:27)LupinSansei Wrote: [ -> ]
(2015-11-24, 19:19)Srut2000 Wrote: [ -> ]Hi I am having trouble I can't get into Netflix everytime it says netfixbmc error on the logging in part then kodi crashes

Same here and no solution.
Yes, same issue here. Tried selecting either Chrome and IE as browser to use.
I have taken my eyes off this thread and its exploded. I run Kodibuntu. So from what I have read so far work is being done to fix some things. Can someone summarise what I need to do to update my current repository to get this updated one.
I'm still looking for what I need to do to get it running in the first place.
i am using zumzen's branch, which works for me, at least "my list" and "genre":
https://github.com/andrewleech/plugin.vi...ZumZen.zip
(2015-11-21, 16:15)JasonPell Wrote: [ -> ]I noticed even playing a video does not work anymore. The WiPlayer URL seems no longer to work

Need to change from:
url = urlMain+"/WiPlayer?movieid="+id

To
url = urlMain+"/watch/"+id

and you need to change the default.py, because netflix changed the site.
Hi, tried to install the addon today. Windows7 and Kodi 15.2
When starting up, its coming to 25%, then KODI crashes after saying to check the logfile.
This is in the Log:
20:08:56 T:5808 NOTICE: URL: https://www.netflix.com/Login
20:08:58 T:2856 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/
20:08:58 T:2856 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/) failed
20:08:58 T:5388 NOTICE: Thread BackgroundLoader start, auto delete: false

any help appreciated.
Dick
(2015-11-18, 15:05)JasonPell Wrote: [ -> ]Action Bar is back

I am still working through a few annoying bugs in the work flow, I am thinking I will throw a apk up on github for you guys to have a look at rather than worrying about going via google play initially. I will post the APK link in the pellcorp google group.

Little late to the party. Had pretty much given up on the plugin due to Netflix's changes. Even thought about stopping my subscription and trying Hulu. Been using chrome launcher and a track ball to surf.

Did you get the apk up on Google? Can anyone be put in the group and use the app? Would love to have my remote back.
(2015-12-04, 03:23)toasterboy1 Wrote: [ -> ]
(2015-11-18, 15:05)JasonPell Wrote: [ -> ]Action Bar is back

I am still working through a few annoying bugs in the work flow, I am thinking I will throw a apk up on github for you guys to have a look at rather than worrying about going via google play initially. I will post the APK link in the pellcorp google group.

Little late to the party. Had pretty much given up on the plugin due to Netflix's changes. Even thought about stopping my subscription and trying Hulu. Been using chrome launcher and a track ball to surf.

Did you get the apk up on Google? Can anyone be put in the group and use the app? Would love to have my remote back.

Its not on google play as yet. It is however available to sideload from a forum post in the google group
I have received no feedback from anyone on their thoughts about the app as yet. I know its a little clunky, but I use it every day and love it. I am planning to add some refinements, such as access to additional details when used from a phone, and also to the netflix reviews for the movie which are currently lacking, but until I get the time to look at it, it is what it is and it does work well as long as you apply the fix I posted about here
http://forum.kodi.tv/showthread.php?tid=...pid2167482
(2015-11-21, 05:22)-zero- Wrote: [ -> ]That's the repo: netflix addon

The push from today is missing. Huh
Will look for it today.
But now I go to sleep.

Thank you, my Netflix is working again! I implemented play_video_main and I can now play videos using Chrome.

Code:
elif mode == 'play_video_main':
    os.system('sh /home/kodi/emu/chrome.sh --koisk --start-fullscreen https://www.netflix.com/watch/%s' % url)
(2015-12-04, 19:15)presslab Wrote: [ -> ]
(2015-11-21, 05:22)-zero- Wrote: [ -> ]That's the repo: netflix addon

The push from today is missing. Huh
Will look for it today.
But now I go to sleep.


Thank you, my Netflix is working again! I implemented play_video_main and I can now play videos using Chrome.

Code:
elif mode == 'play_video_main':
    os.system('sh /home/kodi/emu/chrome.sh --koisk --start-fullscreen https://www.netflix.com/watch/%s' % url)
Can you post a zip file with changes Smile
I am getting an error and here is the log:

23:24:49 T:14820 NOTICE: URL: https://www.netflix.com/Login
23:24:49 T:11612 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/
23:24:49 T:11612 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/) failed
23:24:49 T:14868 NOTICE: Thread BackgroundLoader start, auto delete: false

Sorry I am new trying to figure this out
This new plugin lets me at least search (as it seems to log in and browse). However when trying to launch something, it just keeps drops me back to the beginning (i.e. search for Music or TV Shows). Any thoughts? Using Kodibuntu with Chrome Launcher
(2015-12-02, 21:38)dick.heijkoop Wrote: [ -> ]Hi, tried to install the addon today. Windows7 and Kodi 15.2
When starting up, its coming to 25%, then KODI crashes after saying to check the logfile.
This is in the Log:
20:08:56 T:5808 NOTICE: URL: https://www.netflix.com/Login
20:08:58 T:2856 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/
20:08:58 T:2856 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/) failed
20:08:58 T:5388 NOTICE: Thread BackgroundLoader start, auto delete: false

any help appreciated.
Dick
For some reason "noob questions" are ignored. I am having the exact same issue and no help yet. I have searched high and low, but no tutorial on how to setup this add on. Found one on how to install it, but not on how to configure stuff.
(2015-12-06, 10:59)Plantje Wrote: [ -> ]
(2015-12-02, 21:38)dick.heijkoop Wrote: [ -> ]Hi, tried to install the addon today. Windows7 and Kodi 15.2
When starting up, its coming to 25%, then KODI crashes after saying to check the logfile.
This is in the Log:
20:08:56 T:5808 NOTICE: URL: https://www.netflix.com/Login
20:08:58 T:2856 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/
20:08:58 T:2856 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/) failed
20:08:58 T:5388 NOTICE: Thread BackgroundLoader start, auto delete: false

any help appreciated.
Dick
For some reason "noob questions" are ignored. I am having the exact same issue and no help yet. I have searched high and low, but no tutorial on how to setup this add on. Found one on how to install it, but not on how to configure stuff.
The reason why noob questions are ignored is you all seem to have failed to read any of the previous posts especially the first which says the plugin is mostly broken. So the same helpless questioning without any prior investigation is tiresome.
I would expect normal people would understand people are not going to read through 91 pages. Of course I did read the first post. And yes, I did read there that at the time large parts were broken.
The last update of that post was October, so it is not strange to hope something has been fixed.
And large parts are broken, but nothing seems to work now.
And, last but not least, I would expect somewhere some manual of how the add to can be configured would be available.