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] - steo86 - 2018-09-29 Hello, same to me. Addon is running flawless on my HTPC on linux (ubuntu 18.04. with kernel 4.19-rc5) system based on ryzen g2200. But streams are only running at 1080p. What is needed to get 4k working? RE: Netflix Add-on [input-stream] - mzup - 2018-10-01 Hi I tried searching the thread for this and didn't find it. My List in this add-on does not match with My List in Netflix website. Has anyone else seen this? I verified I am using same profile and even logged out and back into add-on to see if it would update it, but no luck. P.S. Also the continue watching doesn't match up either. RE: Netflix Add-on [input-stream] - Adebisi_33 - 2018-10-02 Hi guys, I am desperate... I searched everywhere on the internet since this morning and I have no answer. I love Kodi and all its features but I miss one thing: make netflix works on kodi I have a Xiaomi Box, everything works on Kodi, all my extensions, my library is fine, everything is ok, but I just cant make Netflix work in kodi..... I followed all the instructions, I manage to install the extension, I manage to launch the film, but as soon as I run it, it works for 2 or 3 seconds and then the video hangs and the screen freezes If I restart the video this time I have a black screen and I hear the sound of the video, but just the sound .... I tried everything, I'm on kodi 18, I enabled InputStreamVideo, I tried all versions of the Netflix plugin and I even uninstalled then reinstall Kodi ... but still the same problem, please help me ... Or is it just impossible to run this addon on an Android Box? thanks, and sorry for my bad english RE: Netflix Add-on [input-stream] - docwra - 2018-10-03 (2018-10-02, 17:59)Adebisi_33 Wrote: Hi guys, I am desperate...You say you are desperate, but you failed to even post a log file. Bug reports are useless without a log file.... RE: Netflix Add-on [input-stream] - mzup - 2018-10-03 (2018-10-01, 20:16)mzup Wrote: HiOK So by a fluke i figured out what my issue is. I usually have my settings to show only unwatched shows and hide the watched ones. For some reason I had changed it to show all videos in my movies section. Then I happened to go back into netflix and saw all the shows I had put in My List!!. Only issue is they are mark as watched when they really aren't. I tried to go into context menu and mark them as unwatched but there is no option for that. So this isn't really a bug but more a quirk I guess. Depends on how you look at it. RE: Netflix Add-on [input-stream] - Ismadder1 - 2018-10-03 i have the same issue but on z7+ forumuler RE: Netflix Add-on [input-stream] - menno - 2018-10-11 Great addon! There is only one problem for me so far. If I load the series " Escobar el Patron del Mal" it only lists 42 episodes in season one while there are of 70. There seems to be embedded some sort of limit in episodes to cache/load. If that bug is smashed I ll be even more happy RE: Netflix Add-on [input-stream] - ashlar - 2018-10-11 Anybody using this in Windows that could tell me if 1080p playback is provided? What about multichannel audio? RE: Netflix Add-on [input-stream] - essam315 - 2018-10-11 (2018-10-11, 14:17)menno Wrote: Great addon! There is only one problem for me so far. If I load the series " Escobar el Patron del Mal" it only lists 42 episodes in season one while there are of 70.The fix for this problem is easy, if you are using windows, use this workaround (it might slow down the browsing speed, but for me it working great), go to this path C:\Users\Essam\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib and open "NetflixSession.py" with Notepad++, and replace def fetch_episodes_by_season(self, season_id, list_from=-1, list_to=40): with def fetch_episodes_by_season(self, season_id, list_from=-1, list_to=200): Or you can use this modified release, Uninstall Kodi and make sure to choose: “Yes, I am sure and grant permission to also delete the profile folder” when you uninstalling the program. https://mega.nz/#!h58ADChJ!67l95sobRc3oKrmFj1uNzUWqN-YF8aJo-6quAQCp_20 RE: Netflix Add-on [input-stream] - essam315 - 2018-10-11 (2018-10-11, 14:38)ashlar Wrote: Anybody using this in Windows that could tell me if 1080p playback is provided? What about multichannel audio?Yes, 1080p playback is provided but not for every movie or TV show, stand on the movie title and look at the bottom right corner and you will see the resolution which the movie will be played in it. RE: Netflix Add-on [input-stream] - docwra - 2018-10-12 Just a heads up that inputstream was broken in the last few nightly releases, it should be fixed now though. RE: Netflix Add-on [input-stream] - menno - 2018-10-12 (2018-10-11, 21:34)essam315 Wrote:Thanks, I suspected something like this, @ developer plz remove this limit(2018-10-11, 14:17)menno Wrote: Great addon! There is only one problem for me so far. If I load the series " Escobar el Patron del Mal" it only lists 42 episodes in season one while there are of 70.The fix for this problem is easy, if you are using windows, use this workaround (it might slow down the browsing speed, but for me it working great), go to this path RE: Netflix Add-on [input-stream] - Germeleon - 2018-10-13 Dear Team, I'm using a RPi 3 with Milhouse latest libreelec Kodi 18 Alpha build (see logs). I noticed when I enable "Options"> "Expert" > "check SSL" (german "SSL-Überprüfung"), my Netflix Addon doesn't work anymore and in the logs it throws a 10:00:15.310 T:1666093936 ERROR: /storage/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:858: InsecureRequestWarning: Unverified HTTPS request is bei ng made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning) error (see attached logs). So my question is: When will you fix the error above and re-enable the SSL check under Libreelec? Or is it a libreelec-based problem? I would love to know that my Netflix connection stays safe under any conditions . You'll find my log here RE: Netflix Add-on [input-stream] - Germeleon - 2018-10-13 Dear Team, i have to add that I can't access some menu entrys of the Nextflix Addon at times (same RPI like in the former post). When I try to select "Netflix originale"(Netflix originals), "Derzeit beliebt" (current most viewed?), "Beliebt auf Netflix" (current most viewed on netflix?) I receive an error popup "Netflix Error". Logs are here . Hope you can find the reason for this If it's okay I would like to add a change request: Is it possible to implement a "update database manually" function? I don't use my RPI on a daily basis so a scheduled update doesn't fit my "user experience" . That would be a great feature. Kind Regards, Germeleon RE: Netflix Add-on [input-stream] - davidguttermans - 2018-10-13 I want this on windows ples help me how to use this. |