Kodi Community Forum
Release Netflix Add-on [input-stream] - 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 Netflix Add-on [input-stream] (/showthread.php?tid=329767)



RE: Netflix Add-on [input-stream] - melons2 - 2021-05-24

Which is the correct version to use inside KODI Matrix?

Thanks


RE: Netflix Add-on [input-stream] - xalaros10 - 2021-05-25

(2021-05-24, 03:12)melons2 Wrote: Which is the correct version to use inside KODI Matrix?

Thanks
v1.15.1


RE: Netflix Add-on [input-stream] - R.O.H.3000 - 2021-05-29

How can I SET SUBTITLES via python?

I know I can get the subtitle information of the currently played video stream using json:

Code:
{"jsonrpc": "2.0", "method": "Player.GetProperties", "id": 1, "params": {"playerid": 1, "properties": ["subtitles", "currentsubtitle", "subtitleenabled"]}}

I would like to SET one of the available subtitles via a python script.

Appreciate any help. Thanks!


RE: Netflix Add-on [input-stream] - CastagnaIT - 2021-06-02

NOTICE FOR ARM DEVICES - NO VIDEO PLAYBACK PROBLEM - POSSIBLE SOLUTIONS

This problem concerns ONLY and exclusively devices with ARM architecture like Raspberry and similar.

Recently has been released a new Widevine library version (needed to play the DRM videos)
that in order to work require some specific changes to the operative system and this is the cause of the problem.

There are already some solutions which you can see on this Issue thread:
https://github.com/CastagnaIT/plugin.video.netflix/issues/1179

Unfortunately, current solutions do not cover all types of systems where Kodi is running and also not all Kodi versions
I will try to keep the linked page updated to include future new solutions.


RE: Netflix Add-on [input-stream] - R.O.H.3000 - 2021-06-02

(2021-06-02, 10:29)CastagnaIT Wrote: NOTICE FOR ARM DEVICES - NO VIDEO PLAYBACK PROBLEM - POSSIBLE SOLUTIONS

This problem concerns ONLY and exclusively devices with ARM architecture like Raspberry and similar.

Recently has been released a new Widevine library version (needed to play the DRM videos)
that in order to work require some specific changes to the operative system and this is the cause of the problem.

There are already some solutions which you can see on this Issue thread:
https://github.com/CastagnaIT/plugin.video.netflix/issues/1179

Unfortunately, current solutions do not cover all types of systems where Kodi is running and also not all Kodi versions
I will try to keep the linked page updated to include future new solutions.

thank you for all the hard work!

Could you please take a look at my question? (Just before your post.) I posted it days ago but haven't had any luck.


RE: Netflix Add-on [input-stream] - Theike - 2021-06-02

Did a clean windows 10 install on my nuc. Clean Kodi matrix 9.1 4k hdr and sdr files run great. But after the install of the netflix addon the micro stutter starts. Without the addon everything runs as it should. So I assume there is something wrong with the Netflix addon.


RE: Netflix Add-on [input-stream] - kuluba - 2021-06-14

Would it be possible to create an interface to https://forum.kodi.tv/showthread.php?tid=224794 ?


RE: Netflix Add-on [input-stream] - R.O.H.3000 - 2021-06-14

How can I SET SUBTITLES via python?

I know I can get the subtitle information of the currently played video stream using json:

Code:
{"jsonrpc": "2.0", "method": "Player.GetProperties", "id": 1, "params": {"playerid": 1, "properties": ["subtitles", "currentsubtitle", "subtitleenabled"]}}

I would like to SET one of the available subtitles via a python script.

Appreciate any help. Thanks!


RE: Netflix Add-on [input-stream] - Alexandr E - 2021-06-16

Hi i have a big problem, please help

Netflix Addon shows only first 44 episodes on list, i cant see all episodes (for example telenovella "Pasión de Gavilanes")

How can i fix it?

Netflix add 1.12.4 Kodi 18.x Libreelec


RE: Netflix Add-on [input-stream] - CastagnaIT - 2021-06-17

(2021-06-16, 17:19)Alexandr E Wrote: Hi i have a big problem, please help

Netflix Addon shows only first 44 episodes on list, i cant see all episodes (for example telenovella "Pasión de Gavilanes")

How can i fix it?

Netflix add 1.12.4 Kodi 18.x Libreelec
need some investigation to see if it is not a problem of current implementation or need to implement a new way to get the episodes list
then you can do nothing by yourself, will be fixed in the future


RE: Netflix Add-on [input-stream] - R.O.H.3000 - 2021-06-17

@CastagnaIT

any idea regarding my issue:::

How can I SET SUBTITLES via python?

I know I can get the subtitle information of the currently played video stream using json:

Code:
{"jsonrpc": "2.0", "method": "Player.GetProperties", "id": 1, "params": {"playerid": 1, "properties": ["subtitles", "currentsubtitle", "subtitleenabled"]}}

I would like to SET one of the available subtitles via a python script.


RE: Netflix Add-on [input-stream] - CastagnaIT - 2021-06-18

(2021-06-17, 19:50)3000 Wrote: @CastagnaIT

any idea regarding my issue:::

How can I SET SUBTITLES via python?

I know I can get the subtitle information of the currently played video stream using json:

Code:
{"jsonrpc": "2.0", "method": "Player.GetProperties", "id": 1, "params": {"playerid": 1, "properties": ["subtitles", "currentsubtitle", "subtitleenabled"]}}

I would like to SET one of the available subtitles via a python script.

if there is you can find kodi JSON RPC API syntax in kodi Wiki


RE: Netflix Add-on [input-stream] - 27hectormanuel - 2021-06-24

How can I use NFAuthenticationKey.exe! Is not working


RE: Netflix Add-on [input-stream] - 27hectormanuel - 2021-06-25

(2021-05-24, 03:12)melons2 Wrote: Which is the correct version to use inside KODI Matrix?

Thanks

Version 1.16.1 has the log in problem?


RE: Netflix Add-on [input-stream] - Alexandr E - 2021-06-25

(2021-06-17, 13:20)CastagnaIT Wrote:
(2021-06-16, 17:19)Alexandr E Wrote: Hi i have a big problem, please help

Netflix Addon shows only first 44 episodes on list, i cant see all episodes (for example telenovella "Pasión de Gavilanes")

How can i fix it?

Netflix add 1.12.4 Kodi 18.x Libreelec
need some investigation to see if it is not a problem of current implementation or need to implement a new way to get the episodes list
then you can do nothing by yourself, will be fixed in the future

Thank you! Version 1.12.5 has landed on Libreelec i see all episodes now on list(next page etc)