![]() |
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: RE: YouTube v5.X.X - KODI 14.X Helix - Martijn - 2015-04-12 (2015-04-12, 19:05)bromix Wrote: Nobody will die because YouTube for KODI isn't working Some might disagree RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-12 (2015-04-12, 19:07)Martijn Wrote:(2015-04-12, 19:05)bromix Wrote: Nobody will die because YouTube for KODI isn't working Maybe, but some people have to calm down...this is something technically. We don't know if the quota is really depleted or if this has something to do with the deprecation of APIv2 (it wouldn't be the first time based on their issue-tracker). Therefore I will relax and enjoy the nice weather ![]() btw. with 5.1.0~beta9 everyone can check the quota per user, it has some minimal quota-optimization included - but not really much what could prevent to burn 50,000,000 units per day...I will have to run this for some time, so I can estimate what's really happening. ![]() RE: YouTube v5.X.X - KODI 14.X Helix - rodalpho - 2015-04-12 (2015-04-12, 19:05)bromix Wrote: Plausible, but to explain this to a user would be a pain...to generate an API-Key you must be authenticated and sometimes you have to (based on the service of Google) provide your phone-number or creditcard...no wayYes, it was a pain for the twitter clients that had to do the same thing, but it was the only way for them to function. Agree it should be plan B. Ultimately, as long as we don't show their advertisements, google is incentivized to block our access. And even if we do show their ads, they often have corporate goals that don't align with what users want-- for example, they blocked youtube clients on windows phone even when microsoft disallowed video downloading and showed their ads, because they wanted to promote android. Exactly like twitter, google really wants youtube users to use the standard HTML5 youtube client, because they completely control the experience. They haven't completely cut off API users because that would cause more fuss than slowly choking them to death through ever more nonsensical and painful restrictions. RE: YouTube v5.X.X - KODI 14.X Helix - MediaPi - 2015-04-12 Dam you Bromix! My addon isn't broken and I don't have to do anything to fix it, its perfect. ![]() RE: YouTube v5.X.X - KODI 14.X Helix - blachanc - 2015-04-12 (2015-04-12, 20:22)MediaPi Wrote: Dam you Bromix! My addon isn't broken and I don't have to do anything to fix it, its perfect. +1, and bromix, yes the weather is great today in Montréal !!!! RE: YouTube v5.X.X - KODI 14.X Helix - JasonPell - 2015-04-13 Its also possible someone has stolen your keys correct? As you are using an android key which would normally be obsfucated inside a apk file. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-13 (2015-04-13, 00:58)JasonPell Wrote: Its also possible someone has stolen your keys correct? As you are using an android key which would normally be obsfucated inside a apk file.You can't obfuscate string literals. Therefore keys can't be obfuscated. And I'm not using an Android Key ![]() RE: YouTube v5.X.X - KODI 14.X Helix - blachanc - 2015-04-13 (2015-04-13, 01:04)bromix Wrote:(2015-04-13, 00:58)JasonPell Wrote: Its also possible someone has stolen your keys correct? As you are using an android key which would normally be obsfucated inside a apk file.You can't obfuscate string literals. Therefore keys can't be obfuscated. And I'm not using an Android Key Not sure this will bring any value but here it goes... @ 2pm I saw the quota at 33 (in the advance tab), then l listen to 5-6 videos, did three searches, and then the quota increased to 533.... (On a raspberryPI) Ben Edit: I saw a similar quota spending/consumption on my second PI. RE: YouTube v5.X.X - KODI 14.X Helix - AusMatt - 2015-04-13 Would it be possible to automatically generate a unique API-Key per user device at installation time (say based off the device's MAC address)? It would seem difficult to overcome this issue (through caching etc) if we're all using the same pool of units. RE: YouTube v5.X.X - KODI 14.X Helix - sualfred - 2015-04-13 (2015-04-13, 03:20)AusMatt Wrote: Would it be possible to automatically generate a unique API-Key per user device at installation time (say based off the device's MAC address)? The key is generated by Google, not by Kodi. Just read: https://developers.google.com/youtube/v3/getting-started RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-13 (2015-04-13, 01:56)blachanc Wrote: ...You're right...the search is the evil brother here ![]() (2015-04-13, 09:46)sualfred Wrote:(2015-04-13, 03:20)AusMatt Wrote: Would it be possible to automatically generate a unique API-Key per user device at installation time (say based off the device's MAC address)? Thanks ![]() RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-13 (2015-04-12, 19:37)rodalpho Wrote: .... I think plan B will come faster than I thought ![]() Today in the morning I noticed the quota exceeded again. But I thought about your suggestion and did a little dirty testing ![]() The plausible solution would be to provide a separate KEY (or KEYs) for all calls which are not connected to the account - for example all search relevant calls (basic search, live streams, popular right now and related to the video) will have a separate KEY. The search costs us the most of the quota and can even used by users who are not logged in. This has 2 benefits - first, we could shape the depletion of the quota for all users who are connected with their account (that's the first priority). Second, if a 'quota exceeded' should occur again, than only for search relevant things. After that we could determine if we need to iterate more keys (if needed). But this will be my next step for the 5.1.0 release. RE: YouTube v5.X.X - KODI 14.X Helix - sualfred - 2015-04-13 -- post removed -- (before users start to flood this thread with this topic) RE: YouTube v5.X.X - KODI 14.X Helix - ebeng - 2015-04-13 hi i would like to report 2 issues: 1: the last days as everyone is experiencing the quota exceeded error for subscription, 2: when i play a video, i can only forward to time in the buffer zone, example: a movie is 20 min, i can see the buffer is until 10 min, i can forward and backward in the 10 min. But when i forward like to 10:30, Kodi crashes. why ? is it a known bug? thx!! very like the youtube on the KODI!!! RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-13 (2015-04-13, 18:49)ebeng Wrote: hi i would like to report 2 issues:Already on it ![]() (2015-04-13, 18:49)ebeng Wrote: 2: when i play a video, i can only forward to time in the buffer zone, example: a movie is 20 min, i can see the buffer is until 10 min, i can forward and backward in the 10 min. But when i forward like to 10:30, Kodi crashes. why ? is it a known bug? KODI, or at least try to provide a debug log (wiki) ![]() |