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 - gotiuser01 - 2015-04-05 Hi Bromix I was wondering if you can add more search filters to the "Search" function. I believe the default search filter is "Relevance" which works very well in most cases. But if I want to see newly uploaded videos that might be less relevant (or just too new to become relevant), currently I can only "sort by year" to bring those relatively newer results to the top. There's no way I can generate a new set of results based on publish/upload dates. With a date-based filter, it makes me feel like I'm "subscribing" to my favorite keywords. (One of the Win8 apps "Hyper for YouTube" allows you to kinda do that. On the homescreen, it shows videos from your saved searches with pre-defined filters, like "newly uploaded + HD + long" videos) Another feature suggestion is "Go to X page", along with the current next/previous page option. It can be very useful if we have a lot of content to navigate through (like when we are on a result page, or browsing through liked/favorited videos. Again thank you so much for bringing us this fantastic add-on RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-05 (2015-04-05, 19:14)gotiuser01 Wrote: Hi BromixRight now I haven't found the best solution for it. The options for the search would need a customized window to provide the settings - I try to prevent this, because of possible problems with skins. This feature is quite complex with all the possible settings/options (2015-04-05, 19:14)gotiuser01 Wrote: Another feature suggestion is "Go to X page", along with the current next/previous page option. It can be very useful if we have a lot of content to navigate through (like when we are on a result page, or browsing through liked/favorited videos.I don't understand what you mean - if you mean a can enter a page number to navigate to page 10 - this will not be possible. APIv3 only gives you a page-token for the next page....nothing with page-count and page-index...this results in iterating through each page to collect the token for the next page (someone of google was quite brilliant ) RE: YouTube v5.X.X - KODI 14.X Helix - dkplayaclub - 2015-04-05 Search history is now working as expected. Thanks for the update Bromix. RE: YouTube v5.X.X - KODI 14.X Helix - gotiuser01 - 2015-04-05 (2015-04-05, 19:34)bromix Wrote:(2015-04-05, 19:14)gotiuser01 Wrote: Hi BromixRight now I haven't found the best solution for it. The options for the search would need a customized window to provide the settings - I try to prevent this, because of possible problems with skins. This feature is quite complex with all the possible settings/options 1. Perhaps an add-on wide setting (as opposed to custom options for individual searches) that allows us to specify the default search behavior for all searches (like by Relevance or by Upload Dates) is more feasible? 2. That's a shame. Thank you for the prompt answer RE: YouTube v5.X.X - KODI 14.X Helix - whise - 2015-04-06 Is it possible to disable the vp9 decoder and force the video to render using the h264 decoder only? RE: YouTube v5.X.X - KODI 14.X Helix - gotiuser01 - 2015-04-06 (2015-04-05, 19:51)gotiuser01 Wrote:(2015-04-05, 19:34)bromix Wrote:(2015-04-05, 19:14)gotiuser01 Wrote: Hi BromixRight now I haven't found the best solution for it. The options for the search would need a customized window to provide the settings - I try to prevent this, because of possible problems with skins. This feature is quite complex with all the possible settings/options It seems that the YouTube site supports searches with some sort of arguments so we don't have use the UI filters when doing an advanced search. For example: Michael Jordan, Today will return all the MJ Videos uploaded in the last 24 hours. So I tried the same search in the Add-on but it did not work. I suppose the API doesn't allow these types of searches and just interprets the argument as part of the keywords. RE: YouTube v5.X.X - KODI 14.X Helix - disrupted - 2015-04-06 Hi bromix, think I found a bug in the latest version 5.1.0-beta6. the subscribe button sometimes appears twice in the context menu: apart from that minor complaint everything's cool :) cheers, freem@n RE: YouTube v5.X.X - KODI 14.X Helix - whise - 2015-04-06 (2015-04-06, 13:08)whise Wrote: Is it possible to disable the vp9 decoder and force the video to render using the h264 decoder only? +1 RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-06 (2015-04-06, 13:08)whise Wrote: Is it possible to disable the vp9 decoder and force the video to render using the h264 decoder only?Do you have an example...maybe the video-id. Normally the addon should select h264 over vp9, but I need something to test. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-06 (2015-04-06, 13:44)freem@n Wrote: Hi bromix, think I found a bug in the latest version 5.1.0-beta6. the subscribe button sometimes appears twice in the context menu: I know...this bug was always there...I don't know why...but it's KODI. The routine behind it doesn't create 2 menu entries...if you call the context menu again (after navigating up and down) everything should be ok again. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-06 (2015-04-06, 13:35)gotiuser01 Wrote: ... You're right...this is the URL for a search I tried: Code: https://www.youtube.com/results?search_query=batman&filters=today,video,short,hd,3d&search_sort=video_avg_rating So these kind of searches make only sense if you can save them as a 'advanced search' ? I think this would be a new section in the main menu RE: YouTube v5.X.X - KODI 14.X Helix - whise - 2015-04-06 (2015-04-06, 15:49)bromix Wrote:(2015-04-06, 13:08)whise Wrote: Is it possible to disable the vp9 decoder and force the video to render using the h264 decoder only?Do you have an example...maybe the video-id. Normally the addon should select h264 over vp9, but I need something to test. Thank you for the reply, i will post an example soon. RE: YouTube v5.X.X - KODI 14.X Helix - disrupted - 2015-04-06 (2015-04-06, 16:05)bromix Wrote:(2015-04-06, 13:44)freem@n Wrote: Hi bromix, think I found a bug in the latest version 5.1.0-beta6. the subscribe button sometimes appears twice in the context menu: oh okay, you're right, fortunately it only happens very rarely so it's not that big of a deal. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-04-06 Version 5.1.0~beta7 (2015-04-06) FIX: solved blank items of extracted YouTube relevant links UPD: improved YouTube relevant link extraction RE: YouTube v5.X.X - KODI 14.X Helix - co5mo - 2015-04-07 (2014-07-29, 21:50)Lunatixz Wrote:(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... hi bromix what is exactly the code in your yt plugin to disable the opening stream dialog? I would like to implement it to my addon thanks. |