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 v5.X.X - KODI 14.X Helix - hassuni - 2015-06-21 Hi bromix Tody I got the error: Daily Limit Exceeded. Thanks for this great addon RE: YouTube v5.X.X - KODI 14.X Helix - daledude - 2015-06-21 Please allow the ability to change the API key so I can use my own developer credentials and not have to change the code. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-06-21 At the moment I will wait, because based on the developer console I can see that there was enough quota left and I wasn't informed by google either. I hope this was some kind of a glitch. (2015-06-21, 08:12)tofen Wrote: ...This is normal to use one key per product! I can't create a key for every user. That's not how APIs work (2015-06-21, 08:22)Smegger Wrote: ...Not much at the moment...the addon has maybe simply to much users. I already using separated API Keys for Frodo, Gotham, Helix and Isengard. (2015-06-21, 08:31)tofen Wrote: ...Yes, maybe too much users, to much requests. The restrictions of the API are simple not realistic by Google. I already optimized the calls with caching routines. (2015-06-21, 09:44)daledude Wrote: Please allow the ability to change the API key so I can use my own developer credentials and not have to change the code.Planing on that...but I can't rush things right now RE: YouTube v5.X.X - KODI 14.X Helix - tofen - 2015-06-21 (2015-06-21, 15:38)bromix Wrote: At the moment I will wait, because based on the developer console I can see that there was enough quota left and I wasn't informed by google either. I hope this was some kind of a glitch. Yes I know. I read further back in the thread that you mentioned that there might be a possibility to use different API-keys for different functions. So Search uses it's own key etc. But I didn't want to go through 40 pages of posts just to see if that had been implemented. But if you can see in the console that there is quota left it's probably a glitch. Let's hope so anyway! RE: YouTube v5.X.X - KODI 14.X Helix - lowfi - 2015-06-21 Is there a way to get "youtube suggests" to show? RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-06-21 (2015-06-21, 16:19)lowfi Wrote: Is there a way to get "youtube suggests" to show? That's not supported by YouTube's API anymore, Sorry. RE: YouTube v5.X.X - KODI 14.X Helix - money937 - 2015-06-21 Hi bromix i have a question about your addon i use links off of another addon that takes me to youtube addon for the content but closes previous addon is there anyway of stopping this many thanks in advance RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-06-21 (2015-06-21, 17:31)money937 Wrote: Hi bromix i have a question about your addon i use links off of another addon that takes me to youtube addon for the content but closes previous addon is there anyway of stopping this many thanks in advance Ähm what Addon A (not YouTube) has some videos and for playback it starts addon B (which is my YouTube addon)? If so...nothing that can be done. The developer of Addon A has to implement the complete YouTube API by him self, that's why he will call the YouTube addon. RE: YouTube v5.X.X - KODI 14.X Helix - money937 - 2015-06-21 thanks very much for the quick response i figured as much gr8 work bu the way RE: YouTube v5.X.X - KODI 14.X Helix - findftp - 2015-06-21 (2015-06-15, 01:44)bromix Wrote:(2015-06-14, 23:14)findftp Wrote: Today I reinstalled Kodi through kodibuntu instead of installing it on top of ubuntu 4.10Keep your accounts in order. Your old YouTube channel/account must be connected to G+ too. That's how APIv3 works today. Well, I don't know what happened, but now it's not working anymore. I thought it did, but I only took a quick look back then. Now I really wanted to view some videos from my subscriptions and everything is empty. I've cleared my settings from /.kodi/userdata/addon_data/plugin.video.youtube/ numerous times, also the /kodion/ directory. Whatever I do, it keeps connecting to the wrong channel. I connected both youtube accounts to G+ like you suggested. Are there other suggestions? Did you have a special meaning with "keep them in order"? Do I have to sort the channels somehow? RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-06-21 (2015-06-21, 21:06)findftp Wrote:Can you sign out and sign in again. Today I removed an old API key for helix and saw at least 100 User working on it. But I have to clean up old stuff also make sure you're using the latest update of YouTube.(2015-06-15, 01:44)bromix Wrote:(2015-06-14, 23:14)findftp Wrote: Today I reinstalled Kodi through kodibuntu instead of installing it on top of ubuntu 4.10Keep your accounts in order. Your old YouTube channel/account must be connected to G+ too. That's how APIv3 works today. RE: YouTube v5.X.X - KODI 14.X Helix - findftp - 2015-06-21 I'm out of ideas. I've been trying to log in into youtube for 3 hours now with reading stuff and trying things out. I've completely removed kodi and kodi.bin from my computer, included the .kodi directory. I then reinstalled kodi again and only installed youtube. Then I tried to log in, but again it was connected to the wrong channel. When I go to https://security.google.com/settings/security/permissions I see the connections but they are connected to the wrong account. Both youtube accounts have a Google plus page altough I don't use it. I don't want to give up, but I'm out of options. I did everything numerous times. Maybe I should delete my complete google plus accounts, but I'm not sure if I ruin something for good. Does somebody have another suggestion? By the way, I have this problem on two systems. My HTPC running Kodi 15 and a laptop running kodi 14.2. Laptop is a test system with only youtube installed RE: YouTube v5.X.X - KODI 14.X Helix - findftp - 2015-06-21 Now I even removed the 'wrong' youtube account so that I only have 1 youtube account connected to my google account. Even then I am not able to connect kodi to remaining channel.... RE: YouTube v5.X.X - KODI 14.X Helix - findftp - 2015-06-21 Well, it seems I have made it somewhat to work. In google youtube account plus security linked update page subscriptions I pressed some buttons and prayed to a god I never thought existed. Now I have a mess with accounts and shit, but kodi let me view my subscriptions. Even my android phone is able to let me view my youtube stuff. I reconnected some accounts to other accounts, don't ask how I did it, I've been bussy for hours, glad it works now. RE: YouTube v5.X.X - KODI 14.X Helix - Smegger - 2015-06-22 Everything seems back to normal for me today, seems it was a glitch. If your using different keys for versions (Helix,Gotham etc) would it help, or even be possible to use different keys for platforms(Windows, Linux, Raspi etc)? Not my area so I'm just throwing it out there. BTW, thanks for a great add-on, awesome support and impressive response time! ? |