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] - knives of ice - 2020-01-23 if you are getting the ESN error here is the easiest way to fix it - if you are using an Android phone at least find your ESN number. take a picture of it. download google lens from the play store on your phone. with the google lens app it will recognize the text in the picture and you can copy/paste the numbers and put them into text. then grab the settings file for the Netflix addon in kodi via the X-plore app. open the settings file in notepad and copy/paste your ESN into the correct field. re-copy the settings file back into your Kodi folder. WIN. this is the only way i could get it to work for me. trying to copy/paste with a Kodi app like the Yatse remote or Shield remote app for some reason would never work. RE: Netflix Add-on [input-stream] - knives of ice - 2020-01-23 The one thing I still can't get to work is for a show to auto playback in 4K. it will playback in 1080p HDR, but it will not automatically playback in 4K no matter what setting I try. Has anyone found anything that will auto pick 4K HDR on the Nvidia Shield? RE: Netflix Add-on [input-stream] - CastagnaIT - 2020-01-23 (2020-01-23, 00:49)boblo Wrote:(2020-01-22, 23:41)GenesisDH Wrote:You've misunderstood me. Now I'm not asking for a feature to make a full export of an entire directory (I already understood the reason to avoid this). I'm asking for a setting to choose if the user wants list pagination or not. If this feature is too aggressive, could allow to choose among 50/100/150/200 results per page, for example. Amazon VOD has this setting (allows up to 250 results per page).(2020-01-22, 17:30)boblo Wrote: I'd like to request a feature for the addon: please let the user choose if title lists are paginated or not. I'm using a addon to sync Netflix and other platforms into my library and the item 'Next Page' is synced too, when this entry is not actually a movie or TV show.He already gave you that answer: the paging is a complex method which covers many aspects of the addon, then i will not make any changes can be considered the choosing the number of results per page but more results, more time is needed to process the data, not everyone uses fast devices then we will need also to review the request method to try, if possible, to optimize it will be put in the To do queue RE: Netflix Add-on [input-stream] - boblo - 2020-01-23 (2020-01-23, 15:34)CastagnaIT Wrote:I don't understand why the implementation of choosing the number of results per page is not complex for you and enabling/disabling pagination is. Perhaps you didn't understand my request? With pagination disabled I mean that the addon would list a directory in one page (screen), for example all comedy movies, so there is no need to click the 'Next page' entry to view more results (this entry would not appear). IMHO I think the former is more complex than the latter although I don't know your code or Python language. But I appreciate your decision.(2020-01-23, 00:49)boblo Wrote:(2020-01-22, 23:41)GenesisDH Wrote: He already gave you that answer:You've misunderstood me. Now I'm not asking for a feature to make a full export of an entire directory (I already understood the reason to avoid this). I'm asking for a setting to choose if the user wants list pagination or not. If this feature is too aggressive, could allow to choose among 50/100/150/200 results per page, for example. Amazon VOD has this setting (allows up to 250 results per page). Thanks for considering my request. PS. People with slow devices would be able to select less results per page. And people with faster devices (or more patience) would be able to select more results per page. That's the idea. As I said before, the Amazon VOD addon allows this (up to 250 results per page). RE: Netflix Add-on [input-stream] - powermarcel10 - 2020-01-23 Hi guys, I'm having a lot of crashes using the up next addon in combination with the Netflix addon. (kodi 18.5) are there more people with this problem? I have tried to play with some settings, but cannot solve it. When I'm back at home I will try to upload some logs. I'm getting an error message. But was wondering if I'm the only one.. RE: Netflix Add-on [input-stream] - CastagnaIT - 2020-01-23 (2020-01-23, 16:52)powermarcel10 Wrote: Hi guys, I'm having a lot of crashes using the up next addon in combination with the Netflix addon. (kodi 18.5) are there more people with this problem? I have tried to play with some settings, but cannot solve it. If you have installed the latest Daily build version, is mandatory to install the latest Up Next add-on version (version 1.1.0 or up) Since the next release of Netflix add-on, will no longer be compatible with the old versions of Up Next add-on RE: Netflix Add-on [input-stream] - knives of ice - 2020-01-23 so, is there a way to automatically pick the 4K stream if its available? I can only get 4K streams to play if i choose the stream manually on my Shield RE: Netflix Add-on [input-stream] - DoctorBR - 2020-01-24 (2020-01-23, 08:08)knives of ice Wrote: (...) open the settings file in notepad and copy/paste your ESN into the correct field. (...) @knives of ice, what is the correct field to use? RE: Netflix Add-on [input-stream] - boblo - 2020-01-24 (2020-01-24, 04:25)DoctorBR Wrote:Open org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.video.netflix/settings.xml and search for the string '<setting id="esn">'. Put the Netflix code inside the XML tag and save the file. For example:(2020-01-23, 08:08)knives of ice Wrote: (...) open the settings file in notepad and copy/paste your ESN into the correct field. (...) Code: <setting id="esn">NFANDROID2-PRV- ... </setting> I was able to paste the code in the Settings dialog box (without modifying the settings file) by using the scrcpy utility to control any Android device with your computer (root is not required). You can copy and paste anything you want between your computer and your device without errors, type with your computer keyboard, use your mouse... etc. Hope this helps Xiaomi Mi Box 3 (MDZ-16-AB) ESN - DoctorBR - 2020-01-24 (2020-01-24, 04:40)boblo Wrote: Open org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.video.netflix/settings.xml and search for the string '<setting id="esn">'. Put the Netflix code inside the XML tag and save the file. (...)@boblo, thank you very much for responding. Is this the string I should add the ESN to? <setting id="esn" type="NFANDROID2-PVR-XIAOMIM12TRIAL-XIAOMMIBOX3" label="30034" value="" default=""/> RE: Xiaomi Mi Box 3 (MDZ-16-AB) ESN - boblo - 2020-01-24 (2020-01-24, 06:08)DoctorBR Wrote:I don't have the 'type' property. Put the string as I said before, remove the 'type' property.(2020-01-24, 04:40)boblo Wrote: Open org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.video.netflix/settings.xml and search for the string '<setting id="esn">'. Put the Netflix code inside the XML tag and save the file. (...)@boblo, thank you very much for responding. Is this the string I should add the ESN to? <setting id="esn" type="NFANDROID2-PVR-XIAOMIM12TRIAL-XIAOMMIBOX3" label="30034" value="" default=""/> RE: Netflix Add-on [input-stream] - knives of ice - 2020-01-25 (2020-01-23, 20:46)knives of ice Wrote: so, is there a way to automatically pick the 4K stream if its available? I can only get 4K streams to play if i choose the stream manually on my Shield Can someone please help me with this? I can get 4k to play but only if I choose the stream manually. I keep searching this thread and can't find the answer. is there away or setting i'm missing so that the stream starts automatically at 4K if its available? RE: Netflix Add-on [input-stream] - MrMagic - 2020-01-25 (2020-01-25, 09:05)knives of ice Wrote:(2020-01-23, 20:46)knives of ice Wrote: so, is there a way to automatically pick the 4K stream if its available? I can only get 4K streams to play if i choose the stream manually on my Shield In the Netflix addon settings make sure that at least "Enable HEVC profiles" is enabled. Also "Force support of HDCP 2.2" needs to be enabled. In the InputStream Adaptive addon settings make sure that "Stream selection" is set to Auto and both "Override HDCP status" and "Ignore Display Resolution" are enabled. RE: Netflix Add-on [input-stream] - Nsx2050 - 2020-01-25 Any ideas on how to get 4K streams? The Enable HEVC Profiles options is greyed out for me using an Nvidia Shield Pro 2019, normal app works fine for 4k RE: Netflix Add-on [input-stream] - knives of ice - 2020-01-25 (2020-01-25, 12:42)MrMagic Wrote:(2020-01-25, 09:05)knives of ice Wrote:(2020-01-23, 20:46)knives of ice Wrote: so, is there a way to automatically pick the 4K stream if its available? I can only get 4K streams to play if i choose the stream manually on my Shield yeah, this results in a max stream of 1080p each time. I don't understand why I read that whole section on Github. Is anyone successfully getting streams to auto play in 4K on the Shield? EDIT - nope IT WORKED! maybe i didn't have it ticked one time but tried again and it worked. awesome, thanks so much |