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] - debennett2 - 2020-11-23 (2020-11-22, 22:36)gujal Wrote:For clarity, since I have a few installs, how would one go through rolling back on a Windows machine?(2020-11-22, 20:21)marcopt Wrote: Even for myself problem, From today as I try to play a video Kodi closes automatically RE: Netflix Add-on [input-stream] - gujal - 2020-11-24 (2020-11-23, 14:26)debennett2 Wrote:You have to download 2.6.5 and install from zip, and then disable autoupdate for Inputstream Adaptive for the time being.(2020-11-22, 22:36)gujal Wrote:For clarity, since I have a few installs, how would one go through rolling back on a Windows machine?(2020-11-22, 20:21)marcopt Wrote: Even for myself problem, From today as I try to play a video Kodi closes automatically you can get 2.6.5 here Code: http://mirrors.kodi.tv/addons/matrix/inputstream.adaptive+windows-x86_64/inputstream.adaptive-2.6.5.zip RE: Netflix Add-on [input-stream] - gujal - 2020-11-27 With Latest nightly KodiSetup-20201124-7a3e5a31-master-x64.exe and InputStream Adaptive 2.6.6 the crashes are gone and all videos play fine in the Netflix Addon RE: Netflix Add-on [input-stream] - FolkSong - 2020-11-28 My inputstream.adaptive is at 2.4.6 and shows no update available. I tried to install 2.6.6 from a zip file but it says dependencies not satisfied. I'm running Kodi 18.9. What am I missing here? (I'm getting quite a few crashes when trying to play Netflix videos, it sometimes works though) RE: Netflix Add-on [input-stream] - gujal - 2020-11-28 (2020-11-28, 09:39)FolkSong Wrote: My inputstream.adaptive is at 2.4.6 and shows no update available. I tried to install 2.6.6 from a zip file but it says dependencies not satisfied. I'm running Kodi 18.9. What am I missing here?Kodi 18.9 uses IA 2.4.6 and works fine. I never had issues with Netflix content on this combination 2.6.x is for the upcoming Kodi Matrix RE: Netflix Add-on [input-stream] - FolkSong - 2020-11-30 (2020-11-28, 23:36)gujal Wrote:(2020-11-28, 09:39)FolkSong Wrote: My inputstream.adaptive is at 2.4.6 and shows no update available. I tried to install 2.6.6 from a zip file but it says dependencies not satisfied. I'm running Kodi 18.9. What am I missing here?Kodi 18.9 uses IA 2.4.6 and works fine. I never had issues with Netflix content on this combination Oh ok. I wonder why it doesn't work well for me. I get frequent crashes to desktop when trying to play Netflix videos. Here is a debug log if anyone is interested. It does work sometimes. RE: Netflix Add-on [input-stream] - gujal - 2020-11-30 (2020-11-30, 09:47)FolkSong Wrote: Oh ok. I wonder why it doesn't work well for me. I get frequent crashes to desktop when trying to play Netflix videos. Here is a debug log if anyone is interested. It does work sometimes. Could be because of your Ryzen CPU, There was a DXVA fix specific to Ryzen 5 that was merged recently on the master branch https://github.com/xbmc/xbmc/pull/18834 But as you are on 18.9, no idea if that would be backported RE: Netflix Add-on [input-stream] - Thub - 2020-12-03 I powered on a LibreELEC box that I haven't used for a few months and it updated a lot of add-ons (along with LibreELEC 9.2.6 incl. Kodi 18.9). When I first launched the Netflix add-on it looked like it was migrating some database stuff and asked me if I wanted to switch to the new "watched" system now or later. I chose to do it now and it seemed to finish what it was doing. I had to use the key file method to log into my Netflix account, but it looked good and was syncing with the Kodi library. However, now I can't get episode lists in the Netflix add-on. When I go to My List, select a TV show and a season number, I get an error message box. The error message that pops up on screen is "DBSQLiteError:" along with a suggestion to check the logs. Digging into the logs (see Kodi and Netflix Add-On debug log here) it looks like it's expecting a new table that was likely introduced when "watched status" handling was changed: Code: ERROR: [plugin.video.netflix (0)] SQLite error no such table: watched_status_override: Is this something that failed during the migration for the "watched status" feature change? Can I fix the database? Is this a change to Kodi's video library database or one of the Netflix add-on's databases? RE: Netflix Add-on [input-stream] - CastagnaIT - 2020-12-04 (2020-12-03, 02:46)Thub Wrote: I powered on a LibreELEC box that I haven't used for a few months and it updated a lot of add-ons (along with LibreELEC 9.2.6 incl. Kodi 18.9). When I first launched the Netflix add-on it looked like it was migrating some database stuff and asked me if I wanted to switch to the new "watched" system now or later. I chose to do it now and it seemed to finish what it was doing. I had to use the key file method to log into my Netflix account, but it looked good and was syncing with the Kodi library. you have made a version update too high reinstall the addon from scratch RE: Netflix Add-on [input-stream] - Thub - 2020-12-04 (2020-12-04, 12:45)CastagnaIT Wrote:(2020-12-03, 02:46)Thub Wrote: I powered on a LibreELEC box that I haven't used for a few months and it updated a lot of add-ons (along with LibreELEC 9.2.6 incl. Kodi 18.9). When I first launched the Netflix add-on it looked like it was migrating some database stuff and asked me if I wanted to switch to the new "watched" system now or later. I chose to do it now and it seemed to finish what it was doing. I had to use the key file method to log into my Netflix account, but it looked good and was syncing with the Kodi library. What version should I have? 1.11.0 is the version that upgraded automatically from "CastagnaIT Repository for KODI 18.x LEIA - repository.castagnait-1.0.1.zip" on the github page. Is this not the repository I should be using? RE: Netflix Add-on [input-stream] - Thub - 2020-12-06 (2020-12-04, 22:16)Thub Wrote:(2020-12-04, 12:45)CastagnaIT Wrote:(2020-12-03, 02:46)Thub Wrote: I powered on a LibreELEC box that I haven't used for a few months and it updated a lot of add-ons (along with LibreELEC 9.2.6 incl. Kodi 18.9). When I first launched the Netflix add-on it looked like it was migrating some database stuff and asked me if I wanted to switch to the new "watched" system now or later. I chose to do it now and it seemed to finish what it was doing. I had to use the key file method to log into my Netflix account, but it looked good and was syncing with the Kodi library. I installed 1.10.1 and it seems to be working again, but I had to turn off auto-update for this add-on so it doesn't just update and stop working again. RE: Netflix Add-on [input-stream] - JayZ@ - 2020-12-07 Hi, Thanks for the add on. I’ve installed it on my libreelec instance and it works great. Having said that, I do have one query. I’m connecting to a VPN through the OpenVPN addon. However, when I change the location on the VPN, the program library is not refreshed according to the new location. I’ve tried multiple options - select the manual update option in the configuration, clearing the cache, logging out and then back in, rebooting the machine - but none of these seem to work. Any suggestions? Thanks in advance. RE: Netflix Add-on [input-stream] - Klojum - 2020-12-07 (2020-12-07, 18:38)JayZ@ Wrote: Having said that, I do have one query So do we. There is a VPN policy (wiki) applicable on this forum. I suggest you read it before continuing your question(s). RE: Netflix Add-on [input-stream] - Facakente - 2020-12-08 Hi there , just noticed that atmos isn’t working in Netflix addon, can you tell me if you are able to get atmos ? RE: Netflix Add-on [input-stream] - chandoliasnikos - 2020-12-08 (2020-12-08, 20:47)Facakente Wrote: Hi there , just noticed that atmos isn’t working in Netflix addon, can you tell me if you are able to get atmos ?Yes, atmos works fine for me. Owner of a Fire stick 4K and Samsung QR70 soundbar. |