• 1
  • 25
  • 26
  • 27(current)
  • 28
  • 29
  • 102
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
(2015-03-29, 00:20)nickr Wrote: I haven't got sound in Netflix via chrome at all. I have audio going via HDMI to my tv. On Linux - Ubuntu precise. Kodi 14.2.

Does youtube work in chrome when you launch chrome by itself?
Reply
Don't know if this is a custom for Kodibuntu, or if it's included in the standard kodi packages, but in Kodibuntu there is a startup script that reads the sound configuration of Kodi and writes it into .asoundrc. So no need to mess with asound settings. (Worst case scenario, you just do a reboot)
Reply
Hey guys,

I have a small code fix to contribute. When profile names were being displayed the '&' was showing as '&' so i modified the following line:
Code:
profile = {'name': p, 'token': t, 'isKids': e=='jfk'}

To

Code:
profile = {'name': HTMLParser.HTMLParser().unescape(p), 'token': t, 'isKids': e=='jfk'}

I'm no python programmer, but googled it and it seemed to work for me.

Thanks
Reply
Not sure if any one else is having this issue, but when i tried to map the escape key to exit netflix, nothing happens. I'm using chrome and windows.
Reply
(2015-03-30, 04:01)jrbilodeau Wrote: Hey guys,

I have a small code fix to contribute. When profile names were being displayed the '&' was showing as '&' so i modified the following line:
Code:
profile = {'name': p, 'token': t, 'isKids': e=='jfk'}

To

Code:
profile = {'name': HTMLParser.HTMLParser().unescape(p), 'token': t, 'isKids': e=='jfk'}

I'm no python programmer, but googled it and it seemed to work for me.

Thanks

I will add to my pr to leech repo
Reply
Issue:
Webremote is broken when playing media imported to library. Without webremote enabled, the addon works perfectly, but when webremote is enabled an "opening stream" dialog appears in the media center window, which is in the background. The remote is still focused on the window at this point, and the dialog stays until the cancel button is selected. After a few seconds a playback failed dialog appears and the remote works as it should.

Steps to reproduce the issue:
-fresh install of Kodi 14.2 (also tried with 13.2)
-install Chrome Launcher 1.1.4 and NetfliXMBC 1.3.11
-leave everything default apart from username and password
-webremote enabled
-add tv library as source
-import shows into library
-play media

Code:
02:39:20 T:4516  NOTICE: Previous line repeats 3 times.
02:39:20 T:4516  NOTICE: Thread JobWorker start, auto delete: true
02:39:20 T:5840  NOTICE: Thread BackgroundLoader start, auto delete: false
02:39:27 T:2804  NOTICE: Previous line repeats 1 times.
02:39:27 T:2804  NOTICE: Thread FileCache start, auto delete: false
02:39:28 T:4144  NOTICE: Previous line repeats 2 times.
02:39:28 T:4144  NOTICE: Thread JobWorker start, auto delete: true
02:39:28 T:5544  NOTICE: Thread BackgroundLoader start, auto delete: false
02:39:33 T:1696  NOTICE: Previous line repeats 2 times.
02:39:33 T:1696  NOTICE: Thread FileCache start, auto delete: false
02:39:38 T:5264  NOTICE: Previous line repeats 2 times.
02:39:38 T:5264  NOTICE: Thread BackgroundLoader start, auto delete: false
02:39:41 T:5236  NOTICE: Previous line repeats 1 times.
02:39:41 T:5236  NOTICE: Thread LanguageInvoker start, auto delete: false
02:39:41 T:5236  NOTICE: -->Python Interpreter Initialized<--
02:39:41 T:2948  NOTICE: Thread LanguageInvoker start, auto delete: false
02:39:41 T:2948  NOTICE: -->Python Interpreter Initialized<--
02:39:41 T:2948  NOTICE: Debug Disable
02:39:58 T:4948   ERROR: CPythonInvoker(3, C:\Users\Logan\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py): script didn't stop in 5 seconds - let's kill it
02:39:58 T:4948   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.netflixbmc/?mode=playVideo&url=80004521]
02:40:32 T:3404  NOTICE: Thread BackgroundLoader start, auto delete: false
02:40:32 T:4484  NOTICE: Thread JobWorker start, auto delete: true
02:40:32 T:5236  NOTICE: Previous line repeats 1 times.
02:40:32 T:5236   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.SystemExit'>
                                            Error Contents: <NULL>
                                            Traceback (most recent call last):
                                              File "C:\Users\Logan\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 1014, in onAction
                                                proc = subprocess.Popen('WMIC PROCESS get Caption', shell=True, stdout=subprocess.PIPE)
                                              File "D:\Program Files (x86)\Kodi\system\python\Lib\subprocess.py", line 661, in __init__
                                                if mswindows:
                                            SystemExit
                                            -->End of Python script error report<--

It's not an extremely debilitating issue, but it is annoying to basically spam the select key for 5-10 seconds to be able to control the stream.
Reply
(2015-03-30, 05:50)mcney Wrote: First off, this is a wonderful addon even if it took me a while to get (almost) everything working perfectly. The only issue I have now is when I enable the web interface, the "opening stream" dialog stays active. Chrome still plays but my web interface buttons don't work until I press the select button and cancel the dialog. After that, everything works as it should. I think it must be related to the web interface setting, because the dialog doesn't stay open when the web interface isn't enabled. Has anybody else had this issue? I've made sure that I have the newest version of the addons. I've tried two different methods of the web interface, Chrome and Yatse, and both of them had the same issue. I've also searched this thread and the old one for literally hours and could not find a fix. I'm running Windows 8.1 with Kodi 14.2.

What web interface are you referring to?
Reply
(2015-03-30, 08:44)JasonPell Wrote: What web interface are you referring to?

Sorry, I edited my post to try to make it more helpful. By that I meant the web interface through my browser by going to my local IP, and the webremote app I have on my phone.
Reply
Sorry still have no idea What you mean. Is this a kodi web interface?
Reply
Yes it is
Reply
Anyone have any insight into my issue?
Every time I click on configure control utility I get a script error. Also it appears the control utility doesn't launch in the background so my control over chrome is limited.

The following is a copy of my log after I try to configure the utility.

Code:
07:22:43 T:3744 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.WindowsError'>
Error Contents: [Error 2] The system cannot find the file specified
Traceback (most recent call last):
File "C:\Users\Will\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc-master\default.py", line 1123, in <module>
configureUtility()
File "C:\Users\Will\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc-master\default.py", line 685, in configureUtility
subprocess.Popen('"'+utilityPath+'"'+' config=yes', shell=False)
File "C:\Program Files (x86)\Kodi\system\python\Lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Program Files (x86)\Kodi\system\python\Lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
-->End of Python script error report<--
Reply
Hi,

great work with the add on. I already used it for some time before it broke and I'm glad to see it stll alive.

I did the setup last weekend, but I wasn't able to get it working.

Whenever I start a film or series, I get the following error:

Code:
22:35:37 T:4548  NOTICE: Thread LanguageInvoker start, auto delete: false
22:35:37 T:4548  NOTICE: -->Python Interpreter Initialized<--
22:35:37 T:7100   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=26.03.15%20-%20Doctor%20Who%3a%20Staffel%208%3a%20%22Flatline%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f0350%2f9260350.jpg&url=80005482
22:35:37 T:7100   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=26.03.15%20-%20Doctor%20Who%3a%20Staffel%208%3a%20%22Flatline%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f0350%2f9260350.jpg&url=80005482) failed
22:35:37 T:4308  NOTICE: Thread BackgroundLoader start, auto delete: false
22:35:55 T:4640  NOTICE: script.tv.show.next.aired: ### no prior data found
22:35:57 T:4640  NOTICE: script.tv.show.next.aired: ### starting data update
I already came across this error in the board, but up to now there doesn't seem to be an answer to it ... unless I missed it.
Any ideas on this?

I'm using Kodi 14.2 on Win 8.1 with IE11 (gives the same with Chrome) and the austrian Netflix.

Thanks
Reply
Great addon no problems using it for me only thing I don't like is the poster is very low quality flat out making out what the poster says and looks poor compared to the rest of kodi, anyway to increase the quality of the metadata/posters?
Reply
(2015-03-31, 02:07)bluc Wrote: Great addon no problems using it for me only thing I don't like is the poster is very low quality flat out making out what the poster says and looks poor compared to the rest of kodi, anyway to increase the quality of the metadata/posters?

I think NetfliXBMC has a functionality to add the Netflix shows to the library, from there you could probably scrape better sources to get highres artwork. I wasn't able to make it work, though.
Reply
(2015-03-30, 22:46)Bass_Hunter Wrote: Hi,

great work with the add on. I already used it for some time before it broke and I'm glad to see it stll alive.

I did the setup last weekend, but I wasn't able to get it working.

Whenever I start a film or series, I get the following error:

Code:
22:35:37 T:4548  NOTICE: Thread LanguageInvoker start, auto delete: false
22:35:37 T:4548  NOTICE: -->Python Interpreter Initialized<--
22:35:37 T:7100   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=26.03.15%20-%20Doctor%20Who%3a%20Staffel%208%3a%20%22Flatline%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f0350%2f9260350.jpg&url=80005482
22:35:37 T:7100   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=26.03.15%20-%20Doctor%20Who%3a%20Staffel%208%3a%20%22Flatline%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f0350%2f9260350.jpg&url=80005482) failed
22:35:37 T:4308  NOTICE: Thread BackgroundLoader start, auto delete: false
22:35:55 T:4640  NOTICE: script.tv.show.next.aired: ### no prior data found
22:35:57 T:4640  NOTICE: script.tv.show.next.aired: ### starting data update
I already came across this error in the board, but up to now there doesn't seem to be an answer to it ... unless I missed it.
Any ideas on this?

I'm using Kodi 14.2 on Win 8.1 with IE11 (gives the same with Chrome) and the austrian Netflix.

Thanks

Ensure you are using latest plugin from http://www.alelec.net/kodi/repository.alelec.zip

And due to a bug ensure your language is set to de-AT

There is a patch on the way to pick up the country automatically but its not there yet

This is all I can suggest initially
Reply
  • 1
  • 25
  • 26
  • 27(current)
  • 28
  • 29
  • 102

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