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] - snoopyjoe - 2019-12-07 (2019-12-07, 16:59)CastagnaIT Wrote:@CastagnaIT So do you recommend that we not use the "Keep my list in sync" feature to avoid Netflix banning accounts? I've noticed that setting will do a complete export of "My List" and library update. Even for movies and shows that have not changed or isn't new. I think the feature is neat because one can add content from another device and it will sync to Kodi. Also, which may have been solved in recent updates, the export new episodes setting didn't always work well.(2019-12-06, 12:08)boblo Wrote: Hello,The thing you propose is unmanageable it would involve a secure ban of the account, RE: Netflix Add-on [input-stream] - boblo - 2019-12-07 (2019-12-07, 16:59)CastagnaIT Wrote:Many thanks for your explanation. I understand your concern and I have given up my idea. But what about the wrong video category in movie list (my post with screenshot)?(2019-12-06, 12:08)boblo Wrote:(2019-11-24, 17:40)CastagnaIT Wrote: Important notification to users for next update (0.16.0)Hello, Thanks again RE: Netflix Add-on [input-stream] - proxymatt - 2019-12-08 (2018-03-08, 11:33)docwra Wrote: Adding Netflix items to your librarySo this works well for me and I have Netflix content displaying with my own content in the library. However the resume function doesn't work for Netflix shows/movies, only for my local stuff; is that normal behavior or a bug? RE: Netflix Add-on [input-stream] - Dumyat - 2019-12-08 (2019-12-08, 01:11)proxymatt Wrote:Do you have resume options enabled in the addon settings?(2018-03-08, 11:33)docwra Wrote:However the resume function doesn't work for Netflix shows/movies, only for my local stuff; is that normal behavior or a bug? Under the playback options, I have the following 2 options enabled:- 1) Enable STRM resume workaround (only library) 2) Ask to resume video I'm using both Windows 10 and Android. Resume works on both platforms for my Netflix library content with these options enabled. RE: Netflix Add-on [input-stream] - proxymatt - 2019-12-08 (2019-12-08, 01:52)Dumyat Wrote:(2019-12-08, 01:11)proxymatt Wrote:Do you have resume options enabled in the addon settings?(2018-03-08, 11:33)docwra Wrote:However the resume function doesn't work for Netflix shows/movies, only for my local stuff; is that normal behavior or a bug? I have both setting enabled on my Win10 machine and Shield; and resume doesn't work correctly. I have the same behavior on both machines:
RE: Netflix Add-on [input-stream] - CastagnaIT - 2019-12-08 (2019-12-07, 20:36)snoopyjoe Wrote:There is a clear notice in the addon readme for autoupdate/autosync library feature,(2019-12-07, 16:59)CastagnaIT Wrote:@CastagnaIT So do you recommend that we not use the "Keep my list in sync" feature to avoid Netflix banning accounts? I've noticed that setting will do a complete export of "My List" and library update. Even for movies and shows that have not changed or isn't new. I think the feature is neat because one can add content from another device and it will sync to Kodi. Also, which may have been solved in recent updates, the export new episodes setting didn't always work well.(2019-12-06, 12:08)boblo Wrote: Hello,The thing you propose is unmanageable it would involve a secure ban of the account, The last users who tested these features told me that everything works, and i didn't find any other problems, so talking about problems with previous versions does not help. If you're having problems with the current version make a report (2019-12-07, 21:30)boblo Wrote:(2019-12-07, 16:59)CastagnaIT Wrote:Many thanks for your explanation. I understand your concern and I have given up my idea. But what about the wrong video category in movie list (my post with screenshot)?(2019-12-06, 12:08)boblo Wrote: Hello, that description must be fixed by the source code of the addon you mentioned RE: Netflix Add-on [input-stream] - boblo - 2019-12-08 (2019-12-08, 14:49)CastagnaIT Wrote:Aren't you the developer of this add-on? If not, could you pass this little typo on to him?(2019-12-07, 20:36)snoopyjoe Wrote:(2019-12-07, 16:59)CastagnaIT Wrote: Many thanks for your explanation. I understand your concern and I have given up my idea. But what about the wrong video category in movie list (my post with screenshot)? The HBO Go addon has this bug too (the developer already knows that), but not Amazon VOD, because this addon uses the generic word 'Videos' for both Movies and TV Shows. And I think it's not just a cosmetic bug, because a Movie list is detected as a TV Show list by third-party addons like Library Integration Tool. Thank you so much RE: Netflix Add-on [input-stream] - CastagnaIT - 2019-12-08 Quote:Library Integration tool detects this directory as a TV Show list, not as a Movie list. This bug is also present in the HBO Go addon (its developer already knows this).The fix need in Library Integration tool addon not in netflix addon RE: Netflix Add-on [input-stream] - orenmi - 2019-12-08 before I update nvidia shield to 8, are all the issues solved? can you stream 4K and Atmos? (I remember I read a few months go that there were issues but I dont know if we are passed that) RE: Netflix Add-on [input-stream] - boblo - 2019-12-09 (2019-12-08, 18:23)CastagnaIT Wrote:I agree, but the Netflix addon shows the wrong video category, as I proved with my screenshot, so the text should be corrected in the Netflix addon. My suggestion is to use the generic word 'Videos' for both categories (as Amazon VOD does), because there are lists with mixed content (shows and movies), for example 'Recommended for you' or 'Netflix Originals'.Quote:Library Integration tool detects this directory as a TV Show list, not as a Movie list. This bug is also present in the HBO Go addon (its developer already knows this).The fix need in Library Integration tool addon not in netflix addon I appreciate your work. This addon is very stable and highly configurable. I just want to help. Thanks RE: Netflix Add-on [input-stream] - GenesisDH - 2019-12-09 (2019-12-08, 20:07)orenmi Wrote: before I update nvidia shield to 8, are all the issues solved?You'll need a Kodi nightly installed to get 4K working. RE: Netflix Add-on [input-stream] - CastagnaIT - 2019-12-09 (2019-12-09, 00:42)boblo Wrote:Show me the menu with a screenshot that opens the list of your previous screenshot(2019-12-08, 18:23)CastagnaIT Wrote:I agree, but the Netflix addon shows the wrong video category, as I proved with my screenshot, so the text should be corrected in the Netflix addon. My suggestion is to use the generic word 'Videos' for both categories (as Amazon VOD does), because there are lists with mixed content (shows and movies), for example 'Recommended for you' or 'Netflix Originals'.Quote:Library Integration tool detects this directory as a TV Show list, not as a Movie list. This bug is also present in the HBO Go addon (its developer already knows this).The fix need in Library Integration tool addon not in netflix addon RE: Netflix Add-on [input-stream] - boblo - 2019-12-09 (2019-12-09, 09:41)CastagnaIT Wrote:A picture is worth a thousand words:(2019-12-09, 00:42)boblo Wrote:Show me the menu with a screenshot that opens the list of your previous screenshot(2019-12-08, 18:23)CastagnaIT Wrote: The fix need in Library Integration tool addon not in netflix addonI agree, but the Netflix addon shows the wrong video category, as I proved with my screenshot, so the text should be corrected in the Netflix addon. My suggestion is to use the generic word 'Videos' for both categories (as Amazon VOD does), because there are lists with mixed content (shows and movies), for example 'Recommended for you' or 'Netflix Originals'. Note that I have a spanish account, therefore you'll see a lot of menu entries in spanish (in spite of I have changed the interface language to English). If you can change not only the text 'TV Shows/Movies' on the upper left corner, but also internally for Kodi the video category to a generic category 'Videos', it is likely Library Integration Tool works perfectly with your addon, because LIT could not detect the content type of this list and then LIT would ask the user the content type (currently LIT incorrectly detects this list as a TV Show list). Amazon VOD works perfectly with LIT in this way and remember there are lists with mixed content. I'm glad to help. Thank you very much indeed for your support. RE: Netflix Add-on [input-stream] - orenmi - 2019-12-09 (2019-12-09, 05:12)GenesisDH Wrote:(2019-12-08, 20:07)orenmi Wrote: before I update nvidia shield to 8, are all the issues solved?You'll need a Kodi nightly installed to get 4K working. V19 nightly? do you know the download link? RE: Netflix Add-on [input-stream] - boblo - 2019-12-09 (2019-12-09, 19:49)orenmi Wrote:Install the Kodi Android Installer add-on on your current Kodi setup, click here for further information. You will be able to install a nightly, release or test build version easily. Remember that Shield TV uses the ARMv8a architecture (64-bit).(2019-12-09, 05:12)GenesisDH Wrote:(2019-12-08, 20:07)orenmi Wrote: before I update nvidia shield to 8, are all the issues solved?You'll need a Kodi nightly installed to get 4K working. Hope this helps. |