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] - Dumyat - 2018-03-23 (2018-03-23, 04:38)locoguano Wrote: Only knock on this addon is the library integration. The KodiNerds Amazon addon lets you click on the watchlist folder and add all movies and shows to the library. Netflix addon forces you to add one movie or series at a time. It works, just a tedious process.Yeah, that's true enough. At first, I probably would have agreed completely with you and having the ability to add everything at once. But there are some Netflix programmes I probably wouldn't want to include in my Kodi library and some programmes I already have stored locally, so also wouldn't need them added by Netflix. So adding on an item by item basis seems to work better for me personally. Maybe the developer will add this feature as a optional extra so users can choose. RE: Netflix Add-on [input-stream] - yurimcz - 2018-03-23 (2018-03-23, 01:11)Dumyat Wrote:(2018-03-23, 00:42)yurimcz Wrote: Anyone have this addon working on Android? I always get a "playback failed" error when I try to play a video.Yes, played something yesterday and was working fine. Are you using Kodi 18? Yes, I tried some versions but it doesn't work. Wich one are you using? RE: Netflix Add-on [input-stream] - danikz - 2018-03-24 Hi, Is anyone running this on a raspberri pi 3b? I am not able to download Kodi 18, seems like the link to download is broken, it says "guide" and actually takes me to a guide Anywhere else it can be downloaded from? I got the Raspberri to use it as a media center (and I just stream from Netflix) so I am super sad I cannot do it , have been trying for a couple of days so now I decided to post on the board, as I may be doing something wrong as well. Can you let me know? Thanks! RE: Netflix Add-on [input-stream] - cabarrar - 2018-03-24 Same problem on android amlogic. I've tried everything but I can't make it work. RE: Netflix Add-on [input-stream] - drdwridav - 2018-03-24 (2018-03-24, 00:53)danikz Wrote: Hi,Download libreelec as your kodi OS from website: https://libreelec.tv Then upgrade to kodi 18 (Milhouse build) from here (plenty of instructions as to what to do) https://forum.kodi.tv/showthread.php?tid=298461 RE: Netflix Add-on [input-stream] - danikz - 2018-03-25 Thank you! Will try that ! RE: Netflix Add-on [input-stream] - sstavross - 2018-03-26 Hi! I am writting this post in order to help anyone who tried to run Netflix addon on Pi3 and had a "Netflix error. Check the log file" and found something similar to Error Type: <type 'exceptions.UnicodeDecodeError'> Error Contents: 'ascii' codec can't decode byte 0xce in position 0: ordinal not in range(128) This problem occurs when you have non-ascii characters in your profile names in Netflix!! So, if you have greek or kyrillic or arabic etc characters in some of of your netflix profiles, just delete these characters and you are ok! More here RE: Netflix add-on and Kodi 18 nightly [Unavailable dependencies] - locoguano - 2018-04-13 I only got these messages if I tried to install Netflix on 17. I'd try a fresh install of 18 and then add Netflix. RE: Netflix Add-on [input-stream] - dave157 - 2018-04-15 (2018-03-24, 12:53)drdwridav Wrote:Hi, I'm running LibreELEC (Milhouse's #0407 build) on a Dell Chromebox (Celeron), but the Netflix videos don't play. I do have the input-stream enabled, is there a specific setting that I missed? Thanks in advance!(2018-03-24, 00:53)danikz Wrote: Hi,Download libreelec as your kodi OS from website: **update: I SSH'd into LibreELEC and ran the 'getwidevine' commands from this link on the GitHub https://github.com/asciidisco/plugin.video.netflix/wiki/Installation and voila. Thx for the hard work OP RE: Netflix Add-on [input-stream] - LupinSansei - 2018-05-02 Has anyone tried this recently? After logging it and then trying to play something it acts as if its going to play but then goes back to my videos root folder. I have the correct file in cdm etc. *Edit* An older version seems to be working. RE: Netflix Add-on [input-stream] - sagrath - 2018-05-02 It's working for me. I'm using the last version on Github, update via Repository provide on github. RE: Netflix Add-on [input-stream] - LupinSansei - 2018-05-03 (2018-05-02, 20:12)sagrath Wrote: It's working for me. I'm using the last version on Github, update via Repository provide on github.Thanks. I'll give the latest a try again. RE: Netflix Add-on [input-stream] - host505 - 2018-05-04 The add-on now has a way to provide the appropriate and latest libwidevine through a helper module that is installed as a dependency. So I'd suggest removing the one you have on your cdm folder, restart and try to play a video, and (logically) it will prompt you to fetch latest libwidevine. RE: Netflix Add-on [input-stream] - Arokhaerr - 2018-05-04 How to install on osmc? The getwidevine.sh does not work and the helper plugin does not seem to work either. RE: Netflix Add-on [input-stream] - natethomas - 2018-05-09 (2018-05-04, 10:37)host505 Wrote: The add-on now has a way to provide the appropriate and latest libwidevine through a helper module that is installed as a dependency.Can confirm. Just tried this in Windows. On first playback, libwidevine is installed. I had to restart Kodi for it to work though. I'd guess that's just the nature of dll files though. |