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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
|
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?v1.15.1 RE: Netflix Add-on [input-stream] - R.O.H. - 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. - 2021-06-02 (2021-06-02, 10:29)CastagnaIT Wrote: NOTICE FOR ARM DEVICES - NO VIDEO PLAYBACK PROBLEM - POSSIBLE 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. - 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 helpneed 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. - 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 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? 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 helpneed 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 Thank you! Version 1.12.5 has landed on Libreelec i see all episodes now on list(next page etc) |