Kodi Community Forum

Full Version: Netflix Add-on [input-stream]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2018-11-16, 09:35)Quihico Wrote: [ -> ]
(2018-11-16, 08:45)essam315 Wrote: [ -> ]and a fixed release for 0.14.0, done and tested by me.
  I am getting errors on playcount with both those zips.
Changing line 177 in ~\resources\lib\navigation\player.py
from:
python:
'playcount': infos['playcount'],
to:
python:
'playcount': infos.get('playcount', 0),
fixed it for me.

Tip:
Make sure the name of folder is exactly the same as the addon_id as stated in the addon.xml before zipping it up.
Otherwise you can end up with a bunch of similarly named folders each containing (earlier) full versions of the addon.    
I had no problems with the two releases, and the name of the folder in the zip file is not important you can name it as you like, you just need to uninstall the older Netflix addon first before installing the new one, you can do this by right clicking on the addon icon and choose "Information" then choose "Uninstall", or delete Kodi folder in 

C:\Users\Essam\AppData\Roaming\Kodi

or uninstall Kodi full uninstall (I'm using windows 10).
(2018-11-16, 09:35)Quihico Wrote: [ -> ]
(2018-11-16, 08:45)essam315 Wrote: [ -> ]and a fixed release for 0.14.0, done and tested by me.
  I am getting errors on playcount with both those zips.
Changing line 177 in ~\resources\lib\navigation\player.py
from:
python:
'playcount': infos['playcount'],
to:
python:
'playcount': infos.get('playcount', 0),
fixed it for me.

Tip:
Make sure the name of folder is exactly the same as the addon_id as stated in the addon.xml before zipping it up.
Otherwise you can end up with a bunch of similarly named folders each containing (earlier) full versions of the addon. 
Where is the resources folder? I am using libreelec on a chromebox.

I get the playcount error with the fixed 14 and just no playback on the fixed 13.16
(2018-11-16, 11:48)Ryangodammit Wrote: [ -> ]
(2018-11-16, 09:35)Quihico Wrote: [ -> ]
(2018-11-16, 08:45)essam315 Wrote: [ -> ]and a fixed release for 0.14.0, done and tested by me.
  I am getting errors on playcount with both those zips.
Changing line 177 in ~\resources\lib\navigation\player.py
from:
python:
'playcount': infos['playcount'],
to:
python:
'playcount': infos.get('playcount', 0),
fixed it for me.

Tip:
Make sure the name of folder is exactly the same as the addon_id as stated in the addon.xml before zipping it up.
Otherwise you can end up with a bunch of similarly named folders each containing (earlier) full versions of the addon.   
Where is the resources folder? I am using libreelec on a chromebox.

I get the playcount error with the fixed 14 and just no playback on the fixed 13.16  
 I tested the fixed 0.14.0 and 0.13.16 on windows 10, try this one it might work for you, make sure to install and enable the latest inputstream.adaptive-2.3.9.

https://mega.nz/#!5o0QWIDI!RrtDTWJHBmGHW...erKp8aXEjI
(2018-11-16, 11:20)essam315 Wrote: [ -> ]I had no problems with the two releases
That is good to hear.
I did experience an issue (on LibreELEC + Rpi3B) and was able to solve it.
In hopes of helping others who might be experiencing the same issue, I posted the fix here.
(2018-11-16, 11:20)essam315 Wrote: [ -> ]the name of the folder in the zip file is not important you can name it as you like
Correct, but when there is no consistency in the naming-conventions, you can and will end up with a bunch of unnecessary duplicate folders.
This will likely not hinder proper functioning of the addon but it does look rather messy and reduces available storage space.
(2018-11-16, 11:20)essam315 Wrote: [ -> ]you just need to uninstall the older Netflix addon first before installing the new one
Correct, this will avoid the duplicate folders but you did not mention these steps in your post containing the zips.
 
(2018-11-16, 11:48)Ryangodammit Wrote: [ -> ]Where is the resources folder? I am using libreelec on a chromebox.
Inside the addon folder so for LibreELEC that should be something like:
/storage/.kodi/addons/plugin.video.netflix/resources/lib/navigation/player.py
(2018-11-16, 12:12)essam315 Wrote: [ -> ]
(2018-11-16, 11:48)Ryangodammit Wrote: [ -> ]
(2018-11-16, 09:35)Quihico Wrote: [ -> ]  I am getting errors on playcount with both those zips.
Changing line 177 in ~\resources\lib\navigation\player.py
from:
python:
'playcount': infos['playcount'],
to:
python:
'playcount': infos.get('playcount', 0),
fixed it for me.

Tip:
Make sure the name of folder is exactly the same as the addon_id as stated in the addon.xml before zipping it up.
Otherwise you can end up with a bunch of similarly named folders each containing (earlier) full versions of the addon.   
Where is the resources folder? I am using libreelec on a chromebox.

I get the playcount error with the fixed 14 and just no playback on the fixed 13.16   
 I tested the fixed 0.14.0 and 0.13.16 on windows 10, try this one it might work for you, make sure to install and enable the latest inputstream.adaptive-2.3.9.

https://mega.nz/#!5o0QWIDI!RrtDTWJHBmGHW...erKp8aXEjI 
 Still no playback unfortunately.

i uninstalled my netflix addon then reinstalled it from the zip 13.16.3 and same result
(2018-11-16, 12:16)Quihico Wrote: [ -> ]
(2018-11-16, 11:20)essam315 Wrote: [ -> ]I had no problems with the two releases
That is good to hear.
I did experience an issue (on LibreELEC + Rpi3B) and was able to solve it.
In hopes of helping others who might be experiencing the same issue, I posted the fix here.
(2018-11-16, 11:20)essam315 Wrote: [ -> ]the name of the folder in the zip file is not important you can name it as you like
Correct, but when there is no consistency in the naming-conventions, you can and will end up with a bunch of unnecessary duplicate folders.
This will likely not hinder proper functioning of the addon but it does look rather messy and reduces available storage space.
(2018-11-16, 11:20)essam315 Wrote: [ -> ]you just need to uninstall the older Netflix addon first before installing the new one
Correct, this will avoid the duplicate folders but you did not mention these steps in your post containing the zips.
 
(2018-11-16, 11:48)Ryangodammit Wrote: [ -> ]Where is the resources folder? I am using libreelec on a chromebox.
Inside the addon folder so for LibreELEC that should be something like:
/storage/.kodi/addons/plugin.video.netflix/resources/lib/navigation/player.py  
 This new one might work for you without any problems.

https://mega.nz/#!5o0QWIDI!RrtDTWJHBmGHW...erKp8aXEjI

Read the last comments here, and you might like to share your fix with them.

https://github.com/asciidisco/plugin.vid...x/pull/519
Which nightly are you guys running?

I was on a sweet spot with the libreelec and netflix addons I was running, maybe now I've changed up my netflix version I need to change up my libreelec too
(2018-11-16, 12:29)Ryangodammit Wrote: [ -> ]Which nightly are you guys running?

I was on a sweet spot with the libreelec and netflix addons I was running, maybe now I've changed up my netflix version I need to change up my libreelec too
 I'm using windows 10 and have no knowledge about other operating systems, Uninstall everything and try this version which is based on "Quihico" Fix.

https://mega.nz/#!NxVHgKQB!mCJ8T3xohRWXi...l04Wmp_4js
for some reason I can't get the inputstream.adaptive 2.3.9 to install from a zip. Do I need to do anything out of the ordinary to install it?
Got it working with the 14 you just posted, you're a genius. Thanks

Still haven't updated inputstream.adaptive though, maybe it doesn't matter
(2018-11-16, 13:14)Ryangodammit Wrote: [ -> ]Got it working with the 14 you just posted, you're a genius. Thanks

Still haven't updated inputstream.adaptive though, maybe it doesn't matter
 Updating inputstream.adaptive is important, read here for the instructions.

https://forum.kodi.tv/showthread.php?tid...pid2792150

https://forum.kodi.tv/showthread.php?tid...pid2792151
Hi Guys

i'm trying to test version 14 beta 15 (fixed version) but i'm not able to login. I'm using it on latest libreelec milhouse.
did also a test on windows kodi 18 beta 5. Same result. 
Did i do something wrong ? 

log file: 

https://paste.kodi.tv/awidusuxev.kodi

thnx
(2018-11-16, 15:29)Jellejans Wrote: [ -> ]Hi Guys

i'm trying to test version 14 beta 15 (fixed version) but i'm not able to login. I'm using it on latest libreelec milhouse.
did also a test on windows kodi 18 beta 5. Same result. 
Did i do something wrong ? 

log file: 

https://paste.kodi.tv/awidusuxev.kodi

thnx
Uninstall everything and use this official release.

https://github.com/asciidisco/plugin.vid....13.17.zip
Thnx it's working now. What's different in version 14 that it's not working ? Except it's in beta.
(2018-11-16, 15:58)Jellejans Wrote: [ -> ]Thnx it's working now. What's different in version 14 that it's not working ? Except it's in beta.
Netflix has changed something which make the fixed version 0.14.0 not working in some operating systems and needs more fixes to work again.