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 (ALPHA 15) - sonic - 2014-08-07 Impressive speed in this addon, nice work Bromix RE: YouTube (ALPHA 15) - bromix - 2014-08-07 (2014-08-07, 01:12)dkplayaclub Wrote: My god man, what a nice piece of work. Thank you many times over.Thanks can you please give me an example with the auto-view for videos? Context menu -> yes. I updated the ToDo on the first page (2014-08-07, 10:33)raytedjaja Wrote: glad someone take youtube seriously, i already test the alpha, so far everything works well,That is not currently planned and more of a possible feature for later. (2014-08-07, 15:19)Quihico Wrote: Much abliged. Finally I can log in again. & also a lot faster. Good work!I'm updating the first page of this thread. I try to complete the context menu as soon as possible (2014-08-07, 18:21)sonic Wrote: Impressive speed in this addon, nice work BromixThanks, I do my best RE: YouTube (ALPHA 15) - hydraSlav - 2014-08-07 nvm, error on youtube end RE: YouTube (ALPHA 15) - hydraSlav - 2014-08-07 (2014-08-07, 18:03)Martijn Wrote: There is no "official" youtube addon. Both are not supported by us, so both will not become official or whatever you call it. "Official" in this case is that it comes from pre-installed XBMC.org repo. If this addon could be added to XBMC.org repo, and the previous one removed, then Yatse devs would treat it as "official" RE: YouTube (ALPHA 15) - dkplayaclub - 2014-08-07 Not sure what you are looking for as far as an example of auto view. What I am asking is for an option that will make the default view for videos (not menus or lists) different that the XBMC default. Similar to how you can set all of your TV Shows, Seasons and Episodes to different views by default in the XBMC library, you could then make sure your video results would display the way you prefer, regardless of what skin you are using. The addon would have to have a way of determining if each menu was a video list or not and then call the appropriate view type. As it is now, I manually set each menu the way I like and it is saved in preferences, but this takes an insane amount of time and every time new content is added or called upon by the addon it will have to be set again. Hope this clears my question up. Thanks again. RE: YouTube (ALPHA 15) - hahaikke - 2014-08-07 Can I open youtube trailers with this addon instead of the 'old' youtube addon? RE: YouTube (ALPHA 15) - prawnee - 2014-08-07 (2014-08-07, 18:03)Martijn Wrote: There is no "official" youtube addon. Both are not supported by us, so both will not become official or whatever you call it. Martijn stop being awkward, You know what the user meant. After all it states this in the addon thread "This plugin is now the official YouTube plugin in the add-on repo." This is where the confusion lays. RE: YouTube (ALPHA 15) - Martijn - 2014-08-07 Awkward. I was just stating facts to remove any confusion. RE: YouTube (ALPHA 15) - MediaPi - 2014-08-07 bromix have you submitted your addon to XBMC.org? Martijn thanks for coming in. I'm not sure what questions I need to ask but when I install an addon that is dependent on youtube, XBMC automatically downloads HenrikDK (and others) youtube addon, can it be possible (if enough users agree that this addon is what they wish to get) that we get this youtube addon sideloaded as apposed to the other one? Its used alot and since Pi has a big audience it could help out with lower power hardware. Thanks for your consideration. edit: bromix this wiki I found on submitting to xbmc.org whenever you feel like it RE: YouTube (ALPHA 15) - nickr - 2014-08-08 Getting bromix's addon into the xbmc.org repo will not mean that every other addon will start using it by default. The name of the addon is still different and the calling mechanism is different - see post #53. I think that the reason that addons that need youtube download the "official" addon is that they specifically have plugin.video.youtube as a pre-requisite. It seems to me that you could fool the system and dependent addons, into using bromix's addon by replacing plugin.video.youtube with a short python script which takes this request Code: file=plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=%VIDEOID% Code: plugin://plugin.video.bromix.youtube/?action=play&id=%VIDEOID% Call it plugin.video.youtube and replace the existing "official" plugin with it on your system. All dependent addons will think the "official" addon is present, will hand off their request which will be converted to a bromix addon request. RE: YouTube (ALPHA 15) - MrMarijuano - 2014-08-08 thanks for this. Also the repo doesn't show anything for me. RE: YouTube (ALPHA 15) - MediaPi - 2014-08-08 (2014-08-08, 02:02)nickr Wrote: Getting bromix's addon into the xbmc.org repo will not mean that every other addon will start using it by default. The name of the addon is still different and the calling mechanism is different - see post #53. Thanks nickr. I will try this, but the best thing about bromix youtube addon is speed. your method sacrifices speed somewhat. This will be noticeble on Pi? but not so much on modern hardware. So basically these are the steps. get bromix addon in xbmc.org repo get the authors of addons you would like to change their code to download this youtube addon instead of the old (if they are willing to) show yatse that enough addons have moved to this youtube addon, so they can change their code this addon becomes "officially the" youtube addon? but right now im going to try nickr method...oh I forgot I dont know python lol RE: YouTube (ALPHA 15) - nickr - 2014-08-08 I haven't tried the bromix addon yet, but what do you mean speed? We are not talking about navigating menus here, we are talking about another addon/application kicking off a youtube video. RE: YouTube (ALPHA 15) - mr_pink - 2014-08-08 (2014-08-06, 19:35)bromix Wrote:Now, vevo is not working again!(2014-08-06, 14:31)mr_pink Wrote:(2014-08-04, 22:32)bromix Wrote: Can you please provide an example...a link to the video?Same for all vevo vids. I tested it again and now its working!!! But they still play fine with the ohter addon. Strange... RE: YouTube (ALPHA 15) - MediaPi - 2014-08-08 (2014-08-08, 12:01)nickr Wrote: I haven't tried the bromix addon yet, but what do you mean speed? We are not talking about navigating menus here, we are talking about another addon/application kicking off a youtube video. pardon me for my ignorance, I don't code so I woudn't know. But it seems to me that theres a little extra step with the way you mention "adding a python script". So I assumed that little extra step will take that little extra bit longer. But I dont know. I would still love to try it out. If anyone could get it to work somehow. vevo is working here with bromix youtube |