![]() |
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) - andrea1985 - 2016-02-20 (2016-02-20, 13:51)finalmakerr Wrote: If first way is workibg then use it . the point is: if I use the first way I don't use any api. I deleted all credential in login client.py and the command is working anyway. Do you know the reason why the add on isn't been developed as standalone "without requiring external api"? YouTube (IMPORTANT - READ FIRST POST) - finalmakerr - 2016-02-20 The reason is Google. YouTube API v3 has been acknowledge last year and it's required by any app.. If you delete the login client.py and it's still working I guess it's cause the required information are still stored in settings.xml RE: YouTube (IMPORTANT - READ FIRST POST) - oneohsix - 2016-02-20 (2016-02-19, 12:48)coldkeys Wrote: 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. thanks very much for pointing this out... i was at a loss wondering why some sections of my addons were working and others not... looks like im doing some updating on my day off :/ RE: YouTube (IMPORTANT - READ FIRST POST) - andrea1985 - 2016-02-20 (2016-02-20, 15:20)finalmakerr Wrote: The reason is Google. Maybe for some video google api are required, I don't know, I tested only one video. If you find out a video for which it doesn't run you can show to me I writed this on login_client.py file (I'm running kodi 15.1): 'youtube-for-kodi-15': { 'system': 'Isengard', 'key': '', 'id': '', 'secret': '' I don't think that information are stored somewhere because every search command can't be done through kodi interface within youtube addon. Anyway play the video works. xbmc.executebuiltin('PlayMedia(plugin://plugin.video.youtubeculo/?action=play_video&videoid=ewRjZoRtu0Y)') I think this is a first step to be indipendent from google api. RE: YouTube (IMPORTANT - READ FIRST POST) - blueribb - 2016-02-20 (2016-02-20, 14:24)adito Wrote:(2016-02-20, 09:07)cypher1055 Wrote: [quote='ntdrt' pid='2247414' dateline='1455627169'] Why don't you want to login ? RE: YouTube (IMPORTANT - READ FIRST POST) - mxlance - 2016-02-20 thank you for the fix! a little tricky to follow the instructions but with some careful reading they worked. thank you again. RE: YouTube (IMPORTANT - READ FIRST POST) - obiwanjacobi - 2016-02-20 Big noob here. I got a Rasberry PI and have no idea how to fix it. I have tried some of the YouTube API key/credential tips and I think I have that ready to go. I just have no clue how to get these keys onto the raspberry pi. I saw something about connecting to it with SSH and tried with Putty but the connection is refused and I have no idea why... Help.... please... Thanx, Marc RE: YouTube (IMPORTANT - READ FIRST POST) - andrea1985 - 2016-02-20 (2016-02-20, 17:15)obiwanjacobi Wrote: Big noob here. I suggest to install winscp on you windows computer and connect via ftp to your rpi. It is easier than working through command line using ssh. You can edit and change the file from windows and then put it into the raspberry pi. RE: YouTube (IMPORTANT - READ FIRST POST) - obiwanjacobi - 2016-02-20 (2016-02-20, 17:21)andrea1985 Wrote:(2016-02-20, 17:15)obiwanjacobi Wrote: Big noob here. Ok I got winscp on FTP with the IP address (port 21) and the same openelec credentials as for SSH (from openelec FAQ page) but my PI still (actively) refuses the connection. Is there something to enable on the PI? EDIT: meanwhile I found the 'Enable SSH' setting in the rpi and have SSH working. FTP is still not working (go figure)... EDIT2: Ok got it. For other total noobs some pointers: - enable SSH on the RPI (system openelec screen) - for ftp use sftp (in winscp) and user=root pwd=openelec - in winscp after '/storage' type in '/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client" - the .kodi is the key to navigating further - create your own private keys using youtube developers page - edit the login_client.py file and fill in the keys RE: YouTube (IMPORTANT - READ FIRST POST) - adito - 2016-02-20 (2016-02-20, 17:03)blueribb Wrote:(2016-02-20, 14:24)adito Wrote:(2016-02-20, 09:07)cypher1055 Wrote: [quote='ntdrt' pid='2247414' dateline='1455627169'] in my home it's I can login but I have it in 3 different places(my perents house and my big brother have 3 kodi devices), I don't want to login everywhere can anyone fix the addon and upload it as a new version maybe .18 ![]() thank you RE: YouTube (IMPORTANT - READ FIRST POST) - PhunkMaZ - 2016-02-20 @ntdrt: Thank you very much!!! Now it's working as before ![]() If someone has trouble installing the update: 1) delete the folder "plugin.video.youtube" from folder "..\addons\" 2) delete the settings-folder "plugin.video.youtube" from folder "...\userdata\addon_data\" 3) unpack/copy the content from the zip-file into the addons-folder (the folder in 1)) 4) start kodi and do the usual 2x-login Thats all... RE: YouTube (IMPORTANT - READ FIRST POST) - rpiguy - 2016-02-20 (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 created an account on this forum just to say THANK YOU!! RE: YouTube (IMPORTANT - READ FIRST POST) - blueribb - 2016-02-20 (2016-02-20, 17:33)adito Wrote:(2016-02-20, 17:03)blueribb Wrote:(2016-02-20, 14:24)adito Wrote: I've tryied this solustion and it's not workingfor me... You want someone to fix the addon, which is working for most of us and create a new version just for you because you don't want to login ? Have I got that right ? RE: YouTube (IMPORTANT - READ FIRST POST) - Red___13 - 2016-02-20 (2016-02-20, 18:43)rpiguy 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. Worked for me ! That's the solution ! Same thing for me : account created juste to say THANK YOU!! ![]() RE: YouTube (IMPORTANT - READ FIRST POST) - adito - 2016-02-20 (2016-02-20, 19:32)blueribb Wrote:(2016-02-20, 17:33)adito Wrote:(2016-02-20, 17:03)blueribb Wrote: Why don't you want to login ? no... It's working for you and others who know how to make this work but... what about the 1000's of pepole who don't know ![]() |