• 1
  • 98
  • 99
  • 100(current)
  • 101
  • 102
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
..
Reply
OK. I've gotten everything working except for the sound. I am having issues with it. Searching through this thread, there has been various different suggestions. Using the latest repo, what is the best way to fix it? I am using the latest development build of kodi on Ubuntu 15.04.
Reply
Try if your browser can play any sound ( with YouTube ) I had the same problem and I had to write a .asoundrc file in home directory. Google for that it is alsa related
Reply
(2015-12-30, 20:55)newsilentsilver Wrote:
(2015-12-30, 18:27)sagrath Wrote: Tested with the Newest Version... Working Ok, Now list appear. Everything is Ok, Will tested controls after came back from work. Big Grin

All is working fine on OpenElec now, too. Smile

I have been keeping an eye on the Netflix plugins and their issues. And surprised to note, that someone has Netflix working on Kodi.
I run OpenElec 6 on ASUS Chromebox and was wondering, if you could share the setup or even better perhaps point me to the directions for the installation.
Primary Sony 85" X8500F LED, Yamaha RX-V685, Odroid N2 4GB running CoreElec 19.4 RC1 (Kodi Matrix), SVS 5.1 Sound
Secondary Panasonic 50" ST50 Plasma, Pioneer AV916, Asus Chromebox running LibreElec (Kodi Leia)
Reply
Hello,

I hope you guys are able to help me. I'm using Kodi Isengard on an Odroid U3 (ARM). Chrome is not available for ARM platforms, therefore I have chromium installed. Is it possible to get Netflixbmc to run with chromium? If so.. could someone explain to me what to do in order to get it to work? Sorry, I'm kinda newbie here.
Reply
Not sure this version is still being worked on. You should probably go here http://forum.kodi.tv/showthread.php?tid=254263
Reply
Chromium is pretty much drop in replacement for chrome. You just need to change the path to chromium instead of chrome.
Check out all my How-To's at http://KnightCinema.com
Maine, USA.
Using XBMC since Dharma 2010
Reply
kodi 15.2-3, running on Archlinux on Intel® Core™ i5-2540M CPU @ 2.60GHz
netflixbmc 1.3.23
Appears to be failing to parse out the title from netflix on line 375 of default.py
Unfortunately I dont know python enough to fix it.

Code:
12:36:59 T:140437956286208  NOTICE: URL: https://www.netflix.com/WiHome
12:37:01 T:140437964678912  NOTICE: Thread BackgroundLoader start, auto delete: false
12:37:03 T:140437973071616  NOTICE: Previous line repeats 1 times.
12:37:03 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:03 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:03 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:04 T:140437989857024  NOTICE: Thread BackgroundLoader start, auto delete: false
12:37:05 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:05 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:05 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:05 T:140437973071616  NOTICE: URL: https://www.netflix.com/WiGenre?agid=83
12:37:07 T:140437973071616  NOTICE: Previous line repeats 1 times.
12:37:07 T:140437973071616   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 1313, in <module>
                                                listVideos(url, type, runAsWidget)
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 277, in listVideos
                                                listVideo(videoID, "", "", False, False, type)
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 376, in listVideo
                                                title = match[0].strip()
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
12:37:07 T:140438742407296   ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=https%3a%2f%2fwww.netflix.com%2fWiGenre%3fagid%3d83
12:37:07 T:140438742407296   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=https%3a%2f%2fwww.netflix.com%2fWiGenre%3fagid%3d83) failed
12:37:07 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:07 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:08 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:08 T:140437964678912  NOTICE: Thread BackgroundLoader start, auto delete: false
Reply
(2016-01-29, 19:40)gregbert Wrote: kodi 15.2-3, running on Archlinux on Intel® Core™ i5-2540M CPU @ 2.60GHz
netflixbmc 1.3.23
Appears to be failing to parse out the title from netflix on line 375 of default.py
Unfortunately I dont know python enough to fix it.

Code:
12:36:59 T:140437956286208  NOTICE: URL: https://www.netflix.com/WiHome
12:37:01 T:140437964678912  NOTICE: Thread BackgroundLoader start, auto delete: false
12:37:03 T:140437973071616  NOTICE: Previous line repeats 1 times.
12:37:03 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:03 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:03 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:04 T:140437989857024  NOTICE: Thread BackgroundLoader start, auto delete: false
12:37:05 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:05 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:05 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:05 T:140437973071616  NOTICE: URL: https://www.netflix.com/WiGenre?agid=83
12:37:07 T:140437973071616  NOTICE: Previous line repeats 1 times.
12:37:07 T:140437973071616   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 1313, in <module>
                                                listVideos(url, type, runAsWidget)
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 277, in listVideos
                                                listVideo(videoID, "", "", False, False, type)
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 376, in listVideo
                                                title = match[0].strip()
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
12:37:07 T:140438742407296   ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=https%3a%2f%2fwww.netflix.com%2fWiGenre%3fagid%3d83
12:37:07 T:140438742407296   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=https%3a%2f%2fwww.netflix.com%2fWiGenre%3fagid%3d83) failed
12:37:07 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:07 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:08 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:08 T:140437964678912  NOTICE: Thread BackgroundLoader start, auto delete: false
I will suggest deleting the master in plugin.video.netflixbmc. Because kodi is trying to access plugin://plugin.video.netflixbmc/..... not plugin.video.netflixbmc-master

I think that might be your problem. Please be gentle if I am wrong, still a newb to kodi just trying to help and learn where I can
Reply
This addon don´t work anymore!
Reply
(2015-12-30, 23:08)sirhcjw Wrote: All working like a charm for me now thanks for all the hard work.

Anyone on kodibuntu to get this working in full screen just install blackbox window manager and official chrome browser

Then make these changes to the launchBrowser.sh script on my instalation the path is

.kodi/addons/plugin.video.netflix/resources/launchBrowser.sh

Code:
#!/bin/bash

# copy from https://github.com/andrewleech/plugin.video.netflixbmc/blob/master/browser.sh

# Managed to resolve the issues with, but will leave this here anyway, as its a good fallback
CHROME_STARTED=`ps -ef | grep google-chrome | grep -v "grep" | wc -l`
if [ $CHROME_STARTED -gt 0 ]; then
        exit 1;
fi

# lets find out if xdotool actually exist before we try to call it
command -v xdotool >/dev/null 2>&1
XDOTOOL=$?

url=$1

# start window manager to make fullscreen work
/usr/bin/blackbox &

# move mouse pointer to bottom right of screen
if [ $XDOTOOL -eq 0 ]; then
        # no point sleeping if xdotool is not installed.
        #sleep 5
        xdotool mousemove 9999 9999 click 1
else
        echo "xdotool is not installed, can't remove cursor"
fi

# notice no ampersand to keep google chrome in front so remote works
/usr/bin/google-chrome --start-maximized --disable-translate --disable-new-tab-first-run --no-default-browser-check --no-first-run --kiosk "$url"

# kill window manager so we exit back to kodi
killall blackbox >/dev/null 2>&1

installed the addon from page 1 but i dont have a launchBrowser.sh not even the folder
Reply
I have just installed netflixbmc on the latest Kodi release on ubuntu, installed chome and chrome launcher.

I launch the add-on and go to movies>latest.

It thinks for a while and then comes up with "Netflixbmc error: check log for details"

That happens with any option.

What could be the issue? Where do I find the log?
Reply
(2016-02-13, 13:13)Spacedementia87 Wrote: I have just installed netflixbmc on the latest Kodi release on ubuntu, installed chome and chrome launcher.

I launch the add-on and go to movies>latest.

It thinks for a while and then comes up with "Netflixbmc error: check log for details"

That happens with any option.

What could be the issue? Where do I find the log?

I am not sure if this addon is even working or being updated any more. If I am right than you have other choices for netflix on kodi that you can use instead. At least until this one is fixed. Hope this helps.
Reply
This one don´t work anymore!!
Use Flix2Kodi...
Let this thread dead!
Reply
That was what I was saying except was trying to break it to him a little more gently. lol. anyway had to post one more time so I could get #1500. Moving on.
Reply
  • 1
  • 98
  • 99
  • 100(current)
  • 101
  • 102

Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217