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
|
YouTube (IMPORTANT - READ FIRST POST) - bromix - 2014-07-27 IMPORTANT Because of private reasons I'll stop maintaining the addons at the end of this year (2015). Please fork the projects from GitHub or rewrite them completely. But I haven't the time or motivation anymore to do so, because other things in life got more important for me in the past 2 month. There is a new thread started by the new team maintaining this add-on - click here to go to it. Links: Changelog: 5.1.16
Images: RE: YouTube (ALPHA) - bromix - 2014-07-27 A little update to play VEVO...but another approach on decoding the signature (works a little faster) RE: YouTube (ALPHA) - peppe_sr - 2014-07-28 great, i'm going to test. Peppe RE: YouTube (ALPHA) - bromix - 2014-07-28 Update...alpha9 Login has been added. Feedback would be nice so I can see if everything works fine. To Login into YouTube you have to go into the settings of the addon before navigating into the root directory. After you have entered your credentials, you should see your subscriptions and so on. And Thanks! RE: YouTube (ALPHA) - Scott00007 - 2014-07-29 undefined RE: YouTube (ALPHA) - upandcumming - 2014-07-29 Login not working! RE: YouTube (ALPHA) - handbone - 2014-07-29 (2014-07-29, 02:40)upandcumming Wrote: Login not working! Did you not read the first post? Quote:A solution for the login I have also (tests worked - but not implemented yet -> coming soon) RE: YouTube (ALPHA) - rsquared - 2014-07-29 (2014-07-29, 06:36)handbone Wrote:(2014-07-29, 02:40)upandcumming Wrote: Login not working! Did you not read post #4? (2014-07-28, 20:25)bromix Wrote: Update...alpha9 RE: YouTube (ALPHA) - Lunatixz - 2014-07-29 I would be interested in using this as my default youtube plugin but I require a few features... If possible can you add direct playback via shortcut, similar to the official youtube plugin? for example Code: 'plugin://plugin.video.bromix.youtube/?path=/root/video&action=play_video&videoid='+url Can you also suppress any dialog boxes from opening during playback, for example the official youtube plugin would have a "Opening youtube" okdialog box , I would like to either have that removed or not displayed when a xbmc event window is active... I appreciate your efforts to remove some sluggish features inorder to stream line video playback. RE: YouTube (ALPHA) - TomFreeloader - 2014-07-29 This YouTube (ALPHA) addon does seem a bit faster to me. Also I really like how this version shows the avatar pics of the subscriptions. I often add subscription channels to may favorites and then have to go and set the icon on my own. With the YouTube (ALPHA) version I don't have to do that anymore. Thank you for all of your effort with this. RE: YouTube (ALPHA10) - bromix - 2014-07-29 (2014-07-29, 17:31)Lunatixz Wrote: I would be interested in using this as my default youtube plugin but I require a few features... At the moment this should work. If you need a version with the full url, I can add this feature for the next update, but if possible, I would prefer the ID Code: 'plugin://plugin.video.bromix.youtube/?action=play&id=VIDEO_ID Which dialogs do you mean exactly? (2014-07-29, 19:18)TomFreeloader Wrote: This YouTube (ALPHA) addon does seem a bit faster to me. Also I really like how this version shows the avatar pics of the subscriptions. I often add subscription channels to may favorites and then have to go and set the icon on my own. With the YouTube (ALPHA) version I don't have to do that anymore. Thank you for all of your effort with this. Thank you for your feedback. I am pleased that the addon is running faster. Since today alpha10 is out. You might try this version RE: YouTube (ALPHA10) - Lunatixz - 2014-07-29 (2014-07-29, 21:35)bromix Wrote:(2014-07-29, 17:31)Lunatixz Wrote: I would be interested in using this as my default youtube plugin but I require a few features... Thanks, VideoID is just fine, exactly what I need... I'm referring to this dialog box... if you can either disable it all together or disable when a activewindow is true... it would be great https://www.dropbox.com/s/rgs312i0qwdfh53/screenshot032.png Code: if xbmcgui.Window(10000).getProperty("PseudoTVRunning") == "True": RE: YouTube (ALPHA10) - Raitsa - 2014-07-29 Very good work bromix, really liking this. I am hoping that my search history could stay visible (without logging in), hopefully that is possible. RE: YouTube (ALPHA11) - bromix - 2014-07-30 Update Alpha11 Age-restricted videos should work now RE: YouTube (ALPHA11) - PatK - 2014-07-31 Like the work on this so far, would like to make a request; feature:- to auto play unwatched or random.. |