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] - sepulchre - 2019-01-25 (2019-01-18, 04:04)sepulchre Wrote: Anyone run into an issue where TV shows added to the library wont play yet playing them directly from within the add-on they are fine?anyone having this issue? RE: Netflix Add-on [input-stream] - neurosis13 - 2019-01-26 (2019-01-25, 19:21)sepulchre Wrote:had the same issue... downgraded to the 13.21 and readded the content to the libary and it was fine again(2019-01-18, 04:04)sepulchre Wrote: Anyone run into an issue where TV shows added to the library wont play yet playing them directly from within the add-on they are fine?anyone having this issue? RE: Netflix Add-on [input-stream] - neurosis13 - 2019-01-26 would it be possible to also export the artwork like clear logo landscape,fanart etc. alongside the movies and tv-shows ? that would be a nice feature. RE: Netflix Add-on [input-stream] - sepulchre - 2019-01-26 (2019-01-26, 01:22)neurosis13 Wrote:thanks I'll give that a try(2019-01-25, 19:21)sepulchre Wrote:had the same issue... downgraded to the 13.21 and readded the content to the libary and it was fine again(2019-01-18, 04:04)sepulchre Wrote: Anyone run into an issue where TV shows added to the library wont play yet playing them directly from within the add-on they are fine?anyone having this issue? RE: Netflix Add-on [input-stream] - vitocorl - 2019-01-26 I have installed Kodi Rc 5.2 on an Android Box (Xiaomi MiBox S) and i am trying to use the Netflix Plugin, put it always gives out an error. Can someone check my debug log and make a suggestion? https://paste.kodi.tv/rigekodimu.kodi RE: Netflix Add-on [input-stream] - essam315 - 2019-01-26 (2019-01-26, 12:37)vitocorl Wrote: I have installed Kodi Rc 5.2 on an Android Box (Xiaomi MiBox S) and i am trying to use the Netflix Plugin, put it always gives out an error. Can someone check my debug log and make a suggestion?Try here. https://github.com/asciidisco/plugin.video.netflix/issues/601#issuecomment-453928589 RE: Netflix Add-on [input-stream] - vitocorl - 2019-01-26 Just posted my Kodi Log there and i am waiting for their response, thanks for the suggestion RE: Netflix Add-on [input-stream] - Schumannumw - 2019-01-27 Sorry if I missed this in a previous post. I have the export to my library working. But i added the wrong show. Using the delete option from the library is only temporary. It comes back next time it scans. What is the correct way to undo an export from the Netflix addon? RE: Netflix Add-on [input-stream] - skylarking - 2019-01-27 (2019-01-27, 07:29)Schumannumw Wrote: Sorry if I missed this in a previous post.On the first page of this thread it is explained how to export a Netflix movie or TV show, where the .strm file is saved, how to set up a source pointing to these exported files and how to scan them into your library. What needs to be noted is that whether we have a Netflix source (containing .strm files pointing to a Netflix movie/tv show) or a local HDD source (containing video in mkvs, mp4s or other files), they are treated the same way by Kodi. That is, when we remove a library entry, it is only removed from your database. The actual movie or stream files still exist and are never removed from your file system, so every time you scan your library they come back... The correct way to permanently remove a movie or tv show from Kodi is to highlight the item within Kodi and select manage from the context menu then select remove from library (or such). Finally by using the os, or Kodi file manager under system, navigate to the source location where Netflix exports too and delete the .strm files and directeory for the show you’ve removed from the library... Doing this it shouldn’t come back RE: Netflix Add-on [input-stream] - hstegeman - 2019-01-27 When I try to open a tv episode in Netflix, kodi is crashing. kodi logfile: https://pastebin.com/pNGX8d3Z kodi_stacktrace-18.0-RC5 Git_20190112-3cbd6c1eec-20190127-140440.txt Thread 6404 (process 1176) # 0 I have two other systems which are working fine with the netflix addon. RE: Netflix Add-on [input-stream] - Schumannumw - 2019-01-28 (2019-01-27, 09:53)skylarking Wrote:Thank you!(2019-01-27, 07:29)Schumannumw Wrote: Sorry if I missed this in a previous post.On the first page of this thread it is explained how to export a Netflix movie or TV show, where the .strm file is saved, how to set up a source pointing to these exported files and how to scan them into your library. RE: Netflix Add-on [input-stream] - serganap - 2019-01-28 What is the best way to add ALL available Netflix series and movies (or ALL series from one genre, f.e. NetflixAddOn > Genres > Thriller) to the kodi media database? RE: Netflix Add-on [input-stream] - docwra - 2019-01-28 For info as even I get confused, this is the latest repository for the most recent changes. I wish the authors would work from one account, but this is the best we can get for the moment. https://github.com/CastagnaIT/plugin.video.netflix RE: Netflix Add-on [input-stream] - CiNcH - 2019-01-29 Indeed a weird state we are currently in. Can't find builds of the above repo. Several betas from several repos are floating around. Some won't show all content, some won't play stuff in 4K, some can't export library... RE: Netflix Add-on [input-stream] - DNKK - 2019-01-29 (2019-01-29, 09:15)CiNcH Wrote: Indeed a weird state we are currently in. Can't find builds of the above repo. Several betas from several repos are floating around. Some won't show all content, some won't play stuff in 4K, some can't export library...The problem is that the main maintainer for the plugin has become inactive @asciidisco. To get the latest just use the clone or download button to download the latest from here and install the zip file it will install as a plugin and you will an updated plugin to the last commit on this repo https://github.com/CastagnaIT/plugin.video.netflix https://github.com/CastagnaIT/plugin.video.netflix/archive/release/0.14.0.zip |