Release YouTube (IMPORTANT - READ FIRST POST) - 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 YouTube (IMPORTANT - READ FIRST POST) (/showthread.php?tid=200735) 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
RE: YouTube (IMPORTANT - READ FIRST POST) - parcel - 2016-03-07 (2016-03-06, 12:52)warheat1990 Wrote:(2016-03-06, 12:22)jdf76 Wrote: You will need to supply a little more information. I suggest you start with supplying a log file to determine what is happening. your ffmpeg don't support https. Code: 18:08:45 T:1633678320 NOTICE: Creating Demuxer RE: YouTube (IMPORTANT - READ FIRST POST) - pawprints1986 - 2016-03-07 (2016-03-06, 12:19)jdf76 Wrote: Hi there. Thanks for the vote of confidence. Thank you for this link!!!! i had been looking around in the settings off and on for days, looking for anywhere logical to input new api settings into my older existing youtube addon, with no luck and no current youtube (on PC) tutorial about configuring it. this makes things so much easier!! RE: YouTube (IMPORTANT - READ FIRST POST) - misty01 - 2016-03-07 (2016-03-06, 23:25)clarjon1 Wrote: Snipped... @clarjon1: What version of youtube add-on were you running and modified? The reason I ask is because itag 91 was patched in version 5.1.20.2. The video resolution was verified by forum member parcel, not just copy and paste and change itag id #. Code: from parcel, itag 91 patched in version 5.1.20.2 thru 5.1.20.4: Kolifanes applied your patch and released 5.1.20.5, but this broke live streams again because itag 92 is now missing. Code: from version 5.1.20.5 Anyway itag 92 needs to be put back in and I'm not so sure there can be 2 entries for itag 91 because that may cause a conflict. If anything I would prefer to keep the itag 91 patch that was video resolution verified by parcel. The last working release prior to your suggested patch was 5.1.20.4. If you were running 5.1.20.4 and you patched it with a 2nd itag 91 entry, then please be clear about it so the add-on can be patched correctly. Hopefully you'll let us know what version you were running and patched. Right now I think the best thing to do is take release 5.1.20.5 down and reinstate version 5.1.20.4 as the last release or bump version 5.1.20.4 up to 5.1.20.6 (in addon.xml). As previously mentioned in the thread, the best way to keep track of all changes is via git for version control and suggested changes made via pull requests. That way code changes can be reviewed before a new release is made. Let's all work together to have a working youtube add-on. RE: YouTube (IMPORTANT - READ FIRST POST) - helmer - 2016-03-07 The API Is that needed for "normal" users of the addon? Or can we just go ahead and update. I can´t login to youtube on my PI. I have a clean PI with openelec 6.0.3 //Thanks RE: YouTube (IMPORTANT - READ FIRST POST) - Kolifanes - 2016-03-07 Restored 5.1.20.4 RE: YouTube (IMPORTANT - READ FIRST POST) - mandricus - 2016-03-07 Hi guys. First of all, thank you for your great efforts on the plugin. I really appreciate it, as you are trying to restore this important Kodi functionality. Please don't mind useless people ranting about the fact that the plugin is not working. I see that you are trying to do your best in order to find a viable solution and a viable approach. This is not easy but I'm pretty sure a solution will be found. As far as I can understand, there is still a pretty amount of work to be done before the plugin can be declared stable and pushed into the Kodi repository. From an user perspective: if you want to have a working Youtube plugin in Kodi, there are two options at the moment: 1) Wait for the development of the plugin. Some day this plugin will be pushed in the main Kodi repository, and people will receive the update via the usual Kodi plugins update method. 2) Try to manually update the plugin with the version still in development (it will require a certain amount of skills). Regarding point 2), I think would be useful for the users to have a reference post always updated with latest install instructions. There are a lot of post in this thread from different users providing install instructions. I think a reference post, regularly updated by the developers, would be useful for all users wondering what they have to do in order to install and test the plugin. This could also help to spread plugin usage, and to gather more feedback from users (but please make clear to the users that the plugin is still a work in progress) AFAIK at the moment these are the steps needed in order to install the plugin: 1) Delete $KODI/userdata/addon_data/plugin.video.youtube folder $KODI/addons/plugin.video.youtube 2) restart kodi. 3) Download latest version of the plugin in development from https://github.com/Kolifanes/plugin.video.youtube/releases . Put the .zip file into a folder readable by Kodi. Install the plugin from the .zip file (Settings → Add-ons → Install from zip file -> Navigate to the ZIP file) you should be gold at that point, if it still doesn't work go ahead and get the kodi.log file. see http://kodi.wiki/view/Log_file/Easy Please correct / integrate steps if needed. RE: YouTube (IMPORTANT - READ FIRST POST) - un1versal - 2016-03-07 (2016-03-07, 10:54)Kolifanes Wrote: Restored 5.1.20.4 Why did you chnage all file permission to 755? I mean everything is now 755 that doesnt need to be. RE: YouTube (IMPORTANT - READ FIRST POST) - misty01 - 2016-03-07 (2016-03-07, 10:35)helmer Wrote: The API The add-on can be used without login (I'm guessing that's how you want to use it), you are good to go. Latest feature allows users with their own API key a way to change the API key used by the add-on without digging into the code to make changes, that is all. RE: YouTube (IMPORTANT - READ FIRST POST) - bakito - 2016-03-07 Just a message to thanks everyone that fix as much as they can this essential add on... Cheers RE: YouTube (IMPORTANT - READ FIRST POST) - gitman - 2016-03-07 thanks for the update, hope to see it in the official repo soon. question - the "Recommended for You" list has always shown up empty for me, even on the original Youtube 5.x. does anyone else have this problem? RE: YouTube (IMPORTANT - READ FIRST POST) - helmer - 2016-03-07 (2016-03-07, 18:06)misty01 Wrote:(2016-03-07, 10:35)helmer Wrote: The API No i wanted to login But with .4 version i can do that now. So no problem RE: YouTube (IMPORTANT - READ FIRST POST) - mandricus - 2016-03-07 (2016-03-07, 22:17)helmer Wrote: No i wanted to login But with .4 version i can do that now. So no problem Hi, I downloaded .4 version but I'm not able to login. Can you please explain what I have to do? I tried to hit "Logout" on the plugin, looks like now I'm not logged anymore, but don't know how to start again the login/authorization process. RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-03-07 If you can't log out just delete the $KODI/userdata/addon_data directory and it should reset the plugin as if it's never had been launched. $KODI is your kodi directory. see Userdata (wiki) for help RE: YouTube (IMPORTANT - READ FIRST POST) - mandricus - 2016-03-07 Thank you. I deleted all the folders again, reinstalled from scratch the .zip and now everything works. RE: YouTube (IMPORTANT - READ FIRST POST) - garfin - 2016-03-08 Hi, could someone please pen an "Dummies guide to generating API keys.." ? I followed as best i could some posts back around page 184 of this thread.. Here is your API key AIzaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxcw OAuth client Here is your client ID 52487164738-eqtxxxxxxxxxxxxxxxxxxxxxxvmvhb2q.apps.googleusercontent.com Here is your client secret lQ0xxxxxxxxxxxxxxKjd and yet when i enter those into the API keys tab on a fresh install of .5 version, API key does not authenticate. (also, client ID.. Do i need to drop the .apps.googleusercontent.com from the end of that key? The way the default keys are displayed on .5 API tab, seems to suggest yes.) |