![]() |
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) - xbmc old school - 2016-01-03 (2015-12-22, 12:31)bromix Wrote: Delete the cache and wait for the next update. What is the simplest way to clear the cache? I'm on ubuntu RE: YouTube (IMPORTANT - READ FIRST POST) - rodalpho - 2016-01-03 Even though nobody else seems to have encountered the bug where dates are all 11/30/65535 or 7/03/7080, it turns out this is a bug in Kodi with Ubuntu 15.10. The bug will be fixed in Jarvis beta5. https://github.com/xbmc/xbmc/pull/8620 Unfortunately there are no nightly builds of Jarvis, only Krypton, so if you want this fix without going to Kodi v17 you'll need to compile it yourself. I'm just gonna wait, myself. RE: YouTube (IMPORTANT - READ FIRST POST) - DjDiabolik - 2016-01-04 (2016-01-03, 07:45)messers Wrote: CUT CUTLol yes... but one request it's ? One search ? One pack ? ![]() Otherwise i hope someone can continue to develop this fantastic video addons.......... thanks for all bromix ![]() RE: YouTube (IMPORTANT - READ FIRST POST) - messers - 2016-01-04 (2016-01-04, 03:05)DjDiabolik Wrote:(2016-01-03, 07:45)messers Wrote: CUT CUTLol yes... but one request it's ? One search ? One pack ? One request is one request for information. It's 100% self explanatory. RE: YouTube (IMPORTANT - READ FIRST POST) - Imgema - 2016-01-04 This addon just doesn't work properly for me. Sometimes i can see all the options, like "watch later" etc. Other times there are very few options and most of them give me an "unknown kind" or "exceeded limit" error. I updated to the latest version of the plugin, tried restarting, tried reloging but it still doesn't work. The only way it may work is to try again next day and hope that it works. Sometimes it does but it's completely random. RE: YouTube (IMPORTANT - READ FIRST POST) - jchirag - 2016-01-04 (2016-01-04, 06:03)Imgema Wrote: This addon just doesn't work properly for me. Sometimes i can see all the options, like "watch later" etc. Other times there are very few options and most of them give me an "unknown kind" or "exceeded limit" error. I updated to the latest version of the plugin, tried restarting, tried reloging but it still doesn't work. The only way it may work is to try again next day and hope that it works. Sometimes it does but it's completely random. That is because the it uses APIs to get the data and it has daily limits. RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-01-04 see nickr's post if you want a simple explanation. thx RE: YouTube (IMPORTANT - READ FIRST POST) - Imgema - 2016-01-04 Ok thanks guys. So what i'm getting is that as the plugin is used by more people, it becomes less usable? RE: YouTube (IMPORTANT - READ FIRST POST) - thetazzbot - 2016-01-04 Seems like the solution here is to make the API keys a configuration item and require users to register to get their own, then they will never have any problems. RE: YouTube (IMPORTANT - READ FIRST POST) - rodalpho - 2016-01-04 A much more user-friendly solution is to create a bunch of API keys (like, 1000) and upon each user's first time signing in, randomly pick one key from that pool to use forever. But in lieu of that, yeah, I would love to be able to use my own keys without being forced to text-edit a python script every time the addon updates. Although since the youtube addon is no longer in development, I guess updates overwriting edits may not be a huge problem any more. RE: YouTube (IMPORTANT - READ FIRST POST) - robo989 - 2016-01-05 (2016-01-03, 19:56)rodalpho Wrote: Even though nobody else seems to have encountered the bug where dates are all 11/30/65535 or 7/03/7080, it turns out this is a bug in Kodi with Ubuntu 15.10. The bug will be fixed in Jarvis beta5. Think lots of people have it, it's in all the Jarvis builds I've tried, beta or otherwise. RE: YouTube (IMPORTANT - READ FIRST POST) - robo989 - 2016-01-05 (2016-01-04, 06:03)Imgema Wrote: This addon just doesn't work properly for me. Sometimes i can see all the options, like "watch later" etc. Other times there are very few options and most of them give me an "unknown kind" or "exceeded limit" error. I updated to the latest version of the plugin, tried restarting, tried reloging but it still doesn't work. The only way it may work is to try again next day and hope that it works. Sometimes it does but it's completely random. I noticed this on 17.xx Kodi builds, go back to 16/Jarvis. RE: YouTube (IMPORTANT - READ FIRST POST) - Imgema - 2016-01-05 (2016-01-05, 11:36)robo989 Wrote:I'm using 15.2(2016-01-04, 06:03)Imgema Wrote: This addon just doesn't work properly for me. Sometimes i can see all the options, like "watch later" etc. Other times there are very few options and most of them give me an "unknown kind" or "exceeded limit" error. I updated to the latest version of the plugin, tried restarting, tried reloging but it still doesn't work. The only way it may work is to try again next day and hope that it works. Sometimes it does but it's completely random. RE: YouTube (IMPORTANT - READ FIRST POST) - soupboy - 2016-01-06 Not sure what I'm done wrong here. Might be because I'm running the latest Raspberry Pi Openelec Builds which are based on the master (kodi 17?) I've setup api's etc and changed them in the login.py and can search and use my subscriptions fine but when I go to playlists I get a popup saying The request uses the <code>mine</code> parameter but .... (can't see the rest as it disappears before I see it) Same thing happens in My Channels -> Playlists Any ideas? RE: YouTube (IMPORTANT - READ FIRST POST) - PatK - 2016-01-09 Happy New Year, just read your first post and have enjoyed this Youtube add-on, thank-you for the hard work and the maintenance. May you be a Kodi supporter for life, you are appreciated. |