![]() |
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) - marriol123343 - 2016-02-19 Easy way - use this one: https://github.com/kolinger/plugin.video.youtube/releases/download/5.1.17/plugin.video.youtube-5.1.17.zip This version use other API Keys. Using the Addon from Bromix Repo would cause the same problem. RE: YouTube (IMPORTANT - READ FIRST POST) - bigpoppapaul - 2016-02-19 (2016-02-18, 12:19)finalmakerr Wrote: @compy Maybe you could give me some advice. I did this fix last week and everything was working beautifully. Then today, I started getting the "marked for deletion" message on some addons that use youtube but not others and not on the youtube app itself. You think I should go through the process of changing the API keys again? RE: YouTube (IMPORTANT - READ FIRST POST) - icetech - 2016-02-19 Thanks whoever came up with .17, working perfect ![]() RE: YouTube (IMPORTANT - READ FIRST POST) - parker.hugh - 2016-02-19 (2016-02-16, 14:52)ntdrt Wrote: I just made quick fix based on random pooling of credentials. Not really a good solution but it will solve problem for now.I have had problems trying to fix the error message ... Exception in ContentProvider, Unknown Kind" I uninstalled addon, then removed directory .kodi/userdata/addon_data/plugin.video.youtube, downloaded the file above and installed from zip. then after generating 2 activation codes for youtube.com/activate I still get same error. (2016-02-19, 01:21)marriol123343 Wrote: Easy way - use this one: https://github.com/kolinger/plugin.video.youtube/releases/download/5.1.17/plugin.video.youtube-5.1.17.zip This version use other API Keys. Then I saw this post with github download link, so I'm wondering is this download link different from the one I have used earlier? RE: YouTube (IMPORTANT - READ FIRST POST) - marriol123343 - 2016-02-19 (2016-02-19, 02:29)parker.hugh Wrote:(2016-02-16, 14:52)ntdrt Wrote: I just made quick fix based on random pooling of credentials. Not really a good solution but it will solve problem for now.I have had problems trying to fix the error message ... Exception in ContentProvider, Unknown Kind" I uninstalled addon, then removed directory .kodi/userdata/addon_data/plugin.video.youtube, downloaded the file above and installed from zip. then after generating 2 activation codes for youtube.com/activate I still get same error. I don't know your device (FTV, Android, Win?), but on Win for example it is the folder $$$...\Kodi\addons\plugin.video.youtube you have to delete (after all the files client.py, client.pyo that have to be deleted from your system). Deleting the YouTube stuff in on the /userdata/ folder is not neccessary, I think. Take a look on your folderstructure and try it again. Take the zip that i post. RE: YouTube (IMPORTANT - READ FIRST POST) - parker.hugh - 2016-02-19 (2016-02-19, 02:53)marriol123343 Wrote: I don't know your device (FTV, Android, Win?), but on Win for example it is the folder $$$...\Kodi\addons\plugin.video.youtube you have to delete (after all the files client.py, client.pyo that have to be deleted from your system). Deleting the YouTube stuff in on the /userdata/ folder is not neccessary, I think. Take a look on your folderstructure and try it again. Take the zip that i post.Thanks marriol123343, I have repeated my setup steps again and once again I clicked on "Browse Channels" and get the same message Exception in ContentProvider, Unknown Kind" But I then decided to try the other links like, "My Subscriptions", "Popular right now", "Search", and they all work ok, I can use YouTube again. Great!! Thanks for the upload. So YouTube addon is working again for me. with the exception of "Browse Channels". Which is not a big deal for me as I never use it to be honest. Has anyone else found this? RE: YouTube (IMPORTANT - READ FIRST POST) - Angry Gorilla - 2016-02-19 For the last 24h my youtube search doesn't work (daily limit exceeded) and also 'popular right now' doesn't work. I see that people here were having some issues with youtube lately but it doesn't seem to be the same issues i had. RE: YouTube (IMPORTANT - READ FIRST POST) - finalmakerr - 2016-02-19 (2016-02-19, 01:53)bigpoppapaul Wrote:(2016-02-18, 12:19)finalmakerr Wrote: @compy You should use @<user name> , i saw your message by a chance really hard to follow. I understand it's working for you in general uses but not in some others addons that are using youtube plugin? I have 5 addons i made that are actualy using youtube and they are working fine. RE: YouTube (IMPORTANT - READ FIRST POST) - brotkiv - 2016-02-19 OK. I've followed activoice's solution on my Raspberry Pi2 running on Openelec, changing the "login_client.py" with SSH. The result is that only "My subscription" is working and playing videos. But NO search, no channels, nothing. Any ideas ? RE: YouTube (IMPORTANT - READ FIRST POST) - Razieal - 2016-02-19 Everytime i try to sign out it doesnt let me i get pop up saying login failed but remains signed in can someone please help me out on this thanks RE: YouTube (IMPORTANT - READ FIRST POST) - bigpoppapaul - 2016-02-19 (2016-02-19, 09:01)finalmakerr Wrote: You should use @<user name> , i saw your message by a chance really hard to follow. @finalmakerr My apologies, I was typing quickly on my phone while simultaneously working on something else so my message ended up being borderline incoherent. Apparently I'm not an adept multitasker. ![]() So what I was saying is: My YouTube addon stopped working last week so I set the new API keys as outlined in the instructions in this thread. That fixed things until today when I began getting the "marked for deletion" message on some YouTube dependent addons (such as Vice) while others (including the YouTube addon itself) work just fine, I found this rather odd and confusing. I guess, based on your response, I should try the fix again and see what happens since you have 5 YouTube dependent addons that are working fine. RE: YouTube (IMPORTANT - READ FIRST POST) - coldkeys - 2016-02-19 Anyone with their own YouTube addons - the 'user' designation for channel id no longer works - In my addons I have changed all the user ids to their channel ids and they now work fine. playlist id still works. This is using a new api. I am currently updating all my addons to reflect this. RE: YouTube (IMPORTANT - READ FIRST POST) - ashlar - 2016-02-19 Any developer that could point in the right direction to have this plugin sending to the video player directly the url of the video selected to play, bypassing the video quality choice? Using the DSPlayer fork I would like to try and use this source filter, setting it up to select the best quality available (DASH versions included) but I can't figure out if it is a simple modification or a complex one. Thanks. YouTube (IMPORTANT - READ FIRST POST) - finalmakerr - 2016-02-19 xbmc.executebuiltin('PlayMedia(plugin://plugin.video.youtube/play/?video_id='+ url +')') This is what I am using in Python. If you want to use it from a skin command then it's should look like that: PlayMedia(plugin://plugin.video.youtube/play/?video_id=WFwHq6cY040) RE: YouTube (IMPORTANT - READ FIRST POST) - ateevee2 - 2016-02-19 Hi all! This one definitely works: https://github.com/kolinger/plugin.video.youtube/releases/download/5.1.17/plugin.video.youtube-5.1.17.zip I had another file (682.33 kb) that didn't work. Make sure you have the plugin.video.youtube-5.1.17.zip that is 554.78kb (the one in the link). What I did: Uninstall youtube add-on Delete the youtube plugin folder in useraaddon Install from zip Launch, go through the setup-wizard and sign in I was having issues with youtube note retrieving video info (time, description) and most categories (subscriptions, etc) would return an error. Now everything is working perfectly. Thanks a lot to all involved =) ****Im running kodi helix 14.2 on an appletv2**** |