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 (alpha.27) - bromix - 2014-12-01 A little update after the work because I have to go to the gym! 1.0.0~alpha27 (2014-12-01) UPD: performance improved for auto-removing videos from 'Watch Later' list FIX: error while navigating to the next page RE: YouTube (alpha.27) - spyder - 2014-12-06 Any plans to add duration filters? Even if it is done manually(xxsearchxx, long/short), I have always wondered why this was missing in the official add-on. RE: YouTube (alpha.27) - dkplayaclub - 2014-12-06 If I open context menu and use the "go to username.." option, it would be nice to be able to subscribe to a user from their "main page". That way you wouldn't have to manually search them and hope you actually find them again. This should be possible, right? Also noticed something minor. In results, if I sort by duration the "next page" option jumps to the top of the page. Can it be made to always stay on the bottom of the list regardless of how it's sorted? Still not sure what's up with liked videos or history not showing up, but it just doesn't work for me so I have them hidden now. I think it may be an issue with login. In the addon settings, I input my old YouTube account info in and it logs me in, but I'm not sure how that works. Logging in to YouTube in my browser is now my Google+ account, not the old info. I can't even use the old info to log in and I can't use the Google+ info to login in the addon. So I have 2 different logins and they don't share likes, history, subscriptions or anything. (I'm OK with that, I just don't understand why I have 2 logins) RE: YouTube (alpha.27) - Uukrul - 2014-12-06 (2014-12-06, 18:43)dkplayaclub Wrote: If I open context menu and use the "go to username.." option, it would be nice to be able to subscribe to a user from their "main page". That way you wouldn't have to manually search them and hope you actually find them again. This should be possible, right? +1 to this. That's the only option I really miss from the other addon. Also an option to set the default view mode to thumbnails. RE: YouTube (alpha.27) - casual - 2014-12-07 Hey Can you add Hungary as regoin, pls? RE: YouTube (alpha.27) - bromix - 2014-12-07 (2014-12-06, 18:28)spyder Wrote: Any plans to add duration filters? Even if it is done manually(xxsearchxx, long/short), I have always wondered why this was missing in the official add-on.Nope, sorry Unless you are a master of regular expressions, then maybe I think about that (2014-12-06, 18:43)dkplayaclub Wrote: If I open context menu and use the "go to username.." option, it would be nice to be able to subscribe to a user from their "main page". That way you wouldn't have to manually search them and hope you actually find them again. This should be possible, right? Yes, the subscriptions makes sense. For the "next page" thing, no. That won't work. The "Next Page" item is a "directory" and as soon as you use sorting of KODI, the normal behavior will take effect => directories are supposed to be at the top, after that files and so on. I have no control over the items after you're using the sorting methods of kodi. (2014-12-07, 12:14)casual Wrote: Hey Yes, region settings will come, because Kodi has some messed up language ids. So to override the region I will provide settings, so the user will get proper results for their regions (I was always wondering why the other addon has that option, now I know ) I already had the setting enabled based on the language and region settings of kodi. But, for example "English - Central Europe" returns "en-DE". Some one thought that would be a great idea and so some european but non-german speaking users bombed my mail inbox because they got german results (search, suggestions and recommend for you are based on a proper language setting). RE: YouTube (alpha.28) - bromix - 2014-12-07 1.0.0~alpha28 (2014-12-07) ADD: subscribe to channel (from videos and playlist) UPD: rework of handling context menu FIX: remove next page for related videos (because APIv3 is broken) RE: YouTube (alpha.28) - mo123 - 2014-12-07 (2014-11-26, 13:38)torenvalk Wrote: I made a simple plugin called Youtube Forwarder that substitutes the standard Youtube one and forwards playback requests to Bromix's plugin (or another plugin if you know the path). The plugin says script error, can it be fixed? RE: YouTube (alpha.28) - dkplayaclub - 2014-12-08 Thanks for the subscription addition Bromix. Give me time, I'm sure I will find something else to complain about. lol. Been playing with this so much lately. I've forgotten exactly how much time can be wasted on YouTube, but even more so I've forgotten how much actually good content there is as well. RE: YouTube (alpha.28) - hacky4real - 2014-12-08 Sweet addon! Great work. Two things: 1) I have problem logging in 2) will there be an option for live streaming Many thanks RE: YouTube (alpha.28) - bromix - 2014-12-08 (2014-12-08, 04:27)dkplayaclub Wrote: Thanks for the subscription addition Bromix. Give me time, I'm sure I will find something else to complain about. lol. Thanks for your feedback and true true YouTube-Ing can be time wasting (2014-12-08, 11:36)hacky4real Wrote: Sweet addon! Great work. If you have very special characters in you PW, can you tests with something simpler? I don't know why, but the ClientLogin API of Google has some problems with correct url-form-encoding. I've tested live streams, but I can't get them to work (the same with the other addon). RE: YouTube (alpha.28) - thebearnecessit - 2014-12-09 **ignore this message, i fixed it by unninstalling and then manually deleting the addons addon_data folder, and then reinstalled.** getting a script error the last couple days... http://xbmclogs.com/show.php?id=367792 any thoughts? much appreciated RE: YouTube (alpha.28) - reggert32 - 2014-12-09 Will there be support for subtitles ? RE: YouTube (alpha.28) - bromix - 2014-12-09 (2014-12-09, 02:58)thebearnecessit Wrote: **ignore this message, i fixed it by unninstalling and then manually deleting the addons addon_data folder, and then reinstalled.**Something f***ed up the database for caching. Either the disk was full or something killed the main process in the middle of a transaction. (2014-12-09, 07:34)reggert32 Wrote: Will there be support for subtitles ? I'm planing to. Is this even working in the other addon? I',m asking because for me this never worked in my tests (compared to some videos on the web page). RE: YouTube (alpha.28) - jonib - 2014-12-09 (2014-12-09, 11:39)bromix Wrote: I'm planing to. Is this even working in the other addon? I',m asking because for me this never worked in my tests (compared to some videos on the web page).Subtitles work for me in the other plugin. I don't know if all videos with subtitles work as I don't use them that much. jonib |