![]() |
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] - rhinoTV - 2019-11-18 (2019-11-18, 09:54)stefive83 Wrote:Thank you for the reply and all the work to maintain this addon! Really appreciate the ability to access the Atmos soundtrack on my Shield TV.(2019-11-18, 04:36)rhinoTV Wrote:I suggest you to read the main page of: https://github.com/CastagnaIT/plugin.video.netflix(2019-10-15, 14:16)daffeh Wrote: After quite some time spent fiddling i've got about everything working except viewstate or however you want to call it. Is the watch state feature something that can be added in the somewhat near future, or does it look challenging to implement? RE: Netflix Add-on [input-stream] - Janosch Simon - 2019-11-19 hey all im on a macos 10.15.1 and tried kodi 18.4 with this https://github.com/CastagnaIT/plugin.video.netflix and its seems to be a something wromg with the login url? HTTPError: 403 Client Error: Forbidden for url: https://www.netflix.com/Login?nextpage=https%3A%2F%2Fwww.netflix.com%2Fprofiles%2Fmanage here is the complete log https://paste.kodi.tv/ejacuqiboc.kodi cheers and thx janosch RE: Netflix Add-on [input-stream] - Janosch Simon - 2019-11-19 (2019-11-19, 09:44)Janosch Simon Wrote: hey all im on a macos 10.15.1 and tried kodi 18.4 with this https://github.com/CastagnaIT/plugin.video.netflix and its seems to be a something wromg with the login url?dont know if the developers made just an update but now its works ![]() thx RE: Netflix Add-on [input-stream] - devidin - 2019-11-19 Hello, plugin works perfeclty in Kodi with internal player. But... I would like to enhance viewing of Netflix with additional video and audio renderers (madVR, DmitriRender, JRiver room correction, ...), hence I need to go through MPC-HC. So, I try to use it with MPC-HC to open the video stream through the add on's service, but the player says "Failed to render the file". Settings seems ok since the argument received is something like: http://localhost:7968/manifest?id=81026918 ... and should be the same as the one used by internal player of Kodi whith which it works perfecly well. I don't understand what's going on. Can someone help me please? Thank you in advance! ============================== playercorefactory.xml ============================== <playercorefactory> <players> <player name="MPC-HC" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\Devidin\AppData\Roaming\Kodi\userdata\startmpchc.bat</filename> <args>{1} /fullscreen /close</args> <hidexbmc>false</hidexbmc> <hideconsole>false</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <rule video="true" player="MPC-HC"/> </rules> </playercorefactory> ============================== startmpchc.bat ============================== echo %* echo %* > "C:\Users\Devidin\AppData\Roaming\Kodi\userdata\startmpchc.log" "C:\Program Files\MPC-HC\mpc-hc64.exe" %* RE: Netflix Add-on [input-stream] - clarkss12 - 2019-11-20 Trying to install Netflix to Beelink GT1 Mini@2 (Amlogic S905X3) I keep getting an error..... Here is the log....... I followed the instructions from page 1. Instructions Android - Install the repository on your machine using Install from zip - Enable Input Stream Add-on Add-ons >> Package icon >> My Add-ons >> Video Player Inputstream >> Inputstream Adaptive >> menu >> enable - Install the addon from Addons >> Package icon >> Install from repository >> netflix repository >> video Ads-ons >> Netflix Add-on - Configure the netflix Add-on with your Login details for netflix - Copy your Netflix ESN id (android settings >> about) to the Add-on settings (expert >> ESN). Yes its really, really long!! UPDATE Feb-2019: you probably don't need to do this any more as the Add-on should auto find it. - Restart Kodi IMPORTANT!! https://paste.kodi.tv/oyuhufirik RE: Netflix Add-on [input-stream] - CastagnaIT - 2019-11-20 (2019-11-20, 00:13)clarkss12 Wrote: Trying to install Netflix to Beelink GT1 Mini@2 (Amlogic S905X3) I keep getting an error..... Here is the log....... I followed the instructions from page 1. Open a new github issue here: https://github.com/CastagnaIT/plugin.video.netflix I can provide you some test to do RE: Netflix Add-on [input-stream] - konbaasiang - 2019-11-21 Howdy, I've been using the Netflix add-on on a couple of different systems (one at a time) for a while, and it has worked perfectly -- until half an hour ago, when I get the same error message on all systems: "Netflix returned the following error:" "Entity used incorrect key exchange data type." I was using 0.15.10. I installed 0.15.11 manually but it made no difference. Looks like something must have changed on their end. Here's the full debug log: https://paste.kodi.tv/avaxotoxep.kodi Any help appreciated. RE: Netflix Add-on [input-stream] - effe.rnr - 2019-11-21 Hi, I tried the new export function. It deleted my old exports. After that I got a http-error and now the addon won't open any more (http-error too). I can upload a log tomorrow. thx for help RE: Netflix Add-on [input-stream] - InstantSunrise - 2019-11-23 Is there any way to make the plugin sync the watched status and "resume from" position with the one that Netflix uses? So that if I use their official app to watch a couple episodes of a series I can pick up where I left off when I come back to my Kodi setup? RE: Netflix Add-on [input-stream] - neeto33 - 2019-11-23 Hi, Just a head up. I could not get this app working by following the instructions for my Windows 10 64bit kodi install: "Windows (64bit) - Download the appropriate widevine dll from here But could get to working it by copying widevinecmd.dll installed by chrome from: C:\Users\username\AppData\Local\Google\Chrome\User Data\WidevineCDM\4.10.1582.2\_platform_specific\win_x64 after installing from here C:\Users\username\AppData\Roaming\Kodi\cdm Regards, neeto RE: Netflix Add-on [input-stream] - CastagnaIT - 2019-11-23 (2019-11-23, 09:56)neeto33 Wrote: Hi, Instruction at first post are wrong so first, uninstall Kodi also user data when prompt after install it again and follow this guide: https://github.com/CastagnaIT/plugin.video.netflix/wiki/How-install-the-addon RE: Netflix Add-on [input-stream] - fvisagie - 2019-11-23 (2019-11-23, 10:49)stefive83 Wrote:(2019-11-23, 09:56)neeto33 Wrote: Hi, Which Kodi platforms does this apply to, or 64-bit Windows only? I haven't been able to get this add-on working on my Raspberry Pi 3B Raspbian Kodi installation. RE: Netflix Add-on [input-stream] - Sholander - 2019-11-23 (2019-11-23, 14:45)fvisagie Wrote: I haven't been able to get this add-on working on my Raspberry Pi 3B Raspbian Kodi installation. If you have a problem with "cryptodome dependency" (look it up in your Kodi log) then read this post. RE: Netflix Add-on [input-stream] - CastagnaIT - 2019-11-24 Important notification to users for next update (0.16.0) In the next update, among other improvements, there is an important change for the future of the add-on that will make many users complain, at least initially. A separate watched status marks for each profile has been introduced What does that involve? This means that any data stored by Kodi of a video played with a profile, will no longer be mixed with the other netflix profiles. The side effect is that this cause a loss of all watched status marks you have currently saved. But ONLY in the case you browse the lists WITHIN the add-on, so NOT externally of the add-on like Kodi library, and, NOT in Netflix website. For the moment i left the choice to the user to activate or not, this option, you will be asked the choice at the first time you start the addon after the update. You also can also return to the old method in real time (to temporarily restoring the existing watched status): Go to add-on expert settings, by turning ON or OFF the "Keep watched status marks separate for each profile" option. But remember that this choice i leave is TEMPORARY. This is to give you time to take note of the videos already seen, and implement the change with less pain. In future versions this change will be permanent! If you have not already made the change, you will no longer be able to recover the existing watched status. This new version will be released i think in less than 7 days from today. This is a notice you will have plenty of time to realize the change. RE: Netflix Add-on [input-stream] - docwra - 2019-11-25 (2019-11-23, 10:49)CastagnaIT Wrote: instruction at first post are wrongUpdated 1st post. |