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) - VanZan - 2016-02-17 (2016-01-13, 01:57)activoice Wrote: Ok I think I got it working... someone else who has their's working should confirm that I've got this documented correctly... I have no real idea what all that stuff I did on Google was but it worked!!! Cheers! RE: YouTube (IMPORTANT - READ FIRST POST) - Doktor-X - 2016-02-17 What for users that dont login to youtube like me RE: YouTube (IMPORTANT - READ FIRST POST) - DreamDancer - 2016-02-17 Hey guys, for me its working only by changing the API key for my Kodi version. And yes i had to enable YouTube data API. Thanks for the hint! RE: YouTube (IMPORTANT - READ FIRST POST) - harrison3001 - 2016-02-17 Thank You very much, it is working very well now. RE: YouTube (IMPORTANT - READ FIRST POST) - blueribb - 2016-02-17 (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. This worked ! Thanks RE: YouTube (IMPORTANT - READ FIRST POST) - jdelifus - 2016-02-17 [ quote='blueribb' pid='2248858' dateline='1455739168'] (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. This worked ! Thanks [/quote] How would one apply this to the Firestick? Thanks for ANY help you can provide? RE: YouTube (IMPORTANT - READ FIRST POST) - jdelifus - 2016-02-17 (2016-02-17, 18:44)VanZan Wrote:(2016-01-13, 01:57)activoice Wrote: Ok I think I got it working... someone else who has their's working should confirm that I've got this documented correctly... It looks like you're having success with this! Is this also the procedure if you're attempting to do it with a Fire Stick? Any help would be so very appreciated! RE: YouTube (IMPORTANT - READ FIRST POST) - Maeelk - 2016-02-17 (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. Send cookies to this guy ! Work perfectly on Raspberry Pi 2 ! RE: YouTube (IMPORTANT - READ FIRST POST) - Powderking - 2016-02-17 Thanks guys for all the work you do for this Addon. Love it! I also had the quota problems. activoice's solutions (http://forum.kodi.tv/showthread.php?pid=2213129#pid2213129) works like a charme. Thank you very much! RE: YouTube (IMPORTANT - READ FIRST POST) - smallclone - 2016-02-18 (2016-02-17, 23:10)Maeelk 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. Agreed. Triple choc chip. cheers RE: YouTube (IMPORTANT - READ FIRST POST) - VanZan - 2016-02-18 (2016-02-17, 22:42)jdelifus Wrote: It looks like you're having success with this! Is this also the procedure if you're attempting to do it with a Fire Stick? Any help would be so very appreciated! Yeah the same file (login_client.py) worked with my Fire stick too. RE: YouTube (IMPORTANT - READ FIRST POST) - kgoerbig - 2016-02-18 Version 5.1.17. Is it possible to add the keys, ids, and secret to login_client.py in this version? I tried doing so by re-naming kodi-12, kodi-13, and kodi-14 to custom names, and replacing the keys, ids, and secret's with the one's I created on the google API site, and it broke the plugin. Luckily, I named the original login_client.py to login_client.py.bak to restore it (On a RPI2). It would be nice to add additional keys, ids, and secret that are associated with a google user. It might add additional buffer so that quota isn't exceeded with the keys that are included with 5.1.17. RE: YouTube (IMPORTANT - READ FIRST POST) - pawprints1986 - 2016-02-18 What if youre trying to fix the problem on a device which its not possible to plug in a keyboard to go to those specific urls... is there some sort of actual generator we can use and then just go in to the current youtube addon and just change some numbers around or something? On mygica i could plug in a keyboard but i have no idea where to input these commands... the core settings are android based. theres no access to any sort of control panel. anyone willing to make a video tutorial? or does one already exist for those who arent as tech savvy?? RE: YouTube (IMPORTANT - READ FIRST POST) - nickr - 2016-02-18 What urls? The creation of a API code can be done on your desktop in any browser, like the one where you typed your post in this forum! RE: YouTube (IMPORTANT - READ FIRST POST) - neurosis13 - 2016-02-18 (2016-02-18, 00:57)smallclone Wrote:(2016-02-17, 23:10)Maeelk 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. wow, thank you very very much, you saved the day.... and the youtube add-on |