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 - bromix - 2015-05-07 (2015-05-07, 04:14)misc123 Wrote:(2015-05-07, 04:02)nickr Wrote: Context menu, play from here. "Play from here" works only on playlists (not directly on "My subscriptions" or the "new uploaded videos" of a channel. To play the "Newest video" just navigate to the channel and play the first (top most) video why we need a new command/context menu/etc.? RE: YouTube v5.X.X - KODI 14.X Helix - jaraeez - 2015-05-08 (2015-05-07, 09:32)bromix Wrote:(2015-05-07, 04:03)jaraeez Wrote: Hey, Just installed this addon (thank you) & was wondering if there is an option to pick what quality resolution when playing (ex: 720, 480 etc) instead of having to say in the settings. I was thinking something like 'ask' then I choose. Na if it's a pain then no worries. Just greedy would be nice as I dont always want or need 720p (data plan here & not a high limit!) - Your call - Thanks again RE: YouTube v5.X.X - KODI 14.X Helix - Naito333 - 2015-05-08 I am working on creating my own addon, but when I set the URL to play a video using the plugin nothing occurs. li = xbmcgui.ListItem('ListItemName') li.setProperty('isplayable', 'true') url = 'plugin://plugin.video.youtube/play/?video_id=XXXXXXX' li.setProperty('Video', 'true') xbmcplugin.addDirectoryItem(handle=addon_handle , url=url, listitem=li, isFolder=False) Does the setProperty need to be set to something different besides 'Video'? Currently I am using Kodi 15.0. Is the plugin still supported in 15.0? RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-05-08 A debug log (wiki) after you tried to play your item could help RE: YouTube v5.X.X - KODI 14.X Helix - Zelos - 2015-05-09 (2015-05-07, 09:32)bromix Wrote:(2015-05-07, 04:03)jaraeez Wrote: Hey, Just installed this addon (thank you) & was wondering if there is an option to pick what quality resolution when playing (ex: 720, 480 etc) instead of having to say in the settings. I was thinking something like 'ask' then I choose. Hello, it is really needed. Youtube, by default, does not choose the best resolution available (and the quality is already bad at 1080p). Currently, The videos display only at 720p for me. I had to upgrade the plugin this week from 4.x because of the authentication issues at youtube. Cheers, David RE: YouTube v5.X.X - KODI 14.X Helix - nickr - 2015-05-09 You won't get higher than 720p anyway. RE: YouTube v5.X.X - KODI 14.X Helix - Naito333 - 2015-05-09 (2015-05-08, 14:09)bromix Wrote: A debug log (wiki) after you tried to play your item could help I apologize for not having it posted. I got it uploaded to xbmclogs here. The issue falls on line 5298 in the log. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-05-09 (2015-05-09, 09:08)Naito333 Wrote:Something is off with your system. The plugin scheme isn't supported (based on the log).(2015-05-08, 14:09)bromix Wrote: A debug log (wiki) after you tried to play your item could help Secondly the uri isn't correct. You have to remove the .tbn. 16:55:34 T:2458901312 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/.tbn?video_id=JS7GZhNb7eM RE: YouTube v5.X.X - KODI 14.X Helix - Naito333 - 2015-05-09 Does the plugin append the .tbn somewhere? I don't have that in the script from what I can tell. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-05-09 (2015-05-09, 11:56)Naito333 Wrote: Does the plugin append the .tbn somewhere? I don't have that in the script from what I can tell.No...that's your call RE: YouTube v5.X.X - KODI 14.X Helix - Naito333 - 2015-05-09 I have a thread in the dev -> addon support section so I won't fill up this feed anymore. I'll keep trying to figure out where the .tbn is coming from, and if anyone is interested I will post the answer (if I find it) HERE. Click this link to go to my thread: 226077 (thread) Thanks for the help bromix. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-05-09 If you're using this addon with Gotham or Isengard, it is possible you will get an error that you're unauthorized - just sign out and proceed with the login again. I added for each major version of XBMC/KODI a separate API-KEY - so I have more control over the quota for each system. Version 5.1.1~beta6 (2015-05-09) ADD: API Key for each major version of KODI DEL: removed old v2 API RE: YouTube v5.X.X - KODI 14.X Helix - cuchulainnthebr - 2015-05-09 Hello. I have tried to install the youtube addon on an MX box that has a Linux build and using xbmc. But i keep getting 'dependencies not met'. Is there a fix for this please? RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-05-09 (2015-05-09, 19:17)cuchulainnthebr Wrote: Hello. I have tried to install the youtube addon on an MX box that has a Linux build and using xbmc. But i keep getting 'dependencies not met'. Is there a fix for this please? I'm focusing on Helix, are you using Frodo? RE: YouTube v5.X.X - KODI 14.X Helix - SportySpice - 2015-05-09 Hi bromix, I'm writing a plugin that mimics youtube collections (although it will be a little more advanced) The basic functionality will let you take a bunch of playlists/channels and merge them into one list of videos. I will also add a few more complex operations/filters you could then use. Anyway, I was wondering if I could somehow use your plugin to get all the info I need (playlists, channel uploads, video info,etc)? Or will it be better to just use Youtube's API directly and write everything from scratch? |