![]() |
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 17) - Crowly - 2014-08-31 A small "cosmetic" thing I've noticed, sometimes the duration is shown as 1 minute even if the video is much longer. Not a big deal, everything works as it should anyways, and if you start and stop the video you get the correct length. This https://www.youtube.com/watch?v=QL_8VjxL5-k is 30:59 long, but showed up as 1 minute in the "My Subscriptions" view, in case you need an example. But i suspect this issue is more of a random "error" than an issue with specific videos. RE: YouTube (ALPHA 17) - bromix - 2014-08-31 (2014-08-23, 15:55)woodside Wrote: I'm using the new capability of Gotham to fill a dynamic list with the content tag below. It fills the list and when clicked the videos open and play and everything seems to work fine except the tag $INFO[Player.Title] that is supposed to show the title of the currently playing video, just shows "videoplayback" now. Is that a bug? Thanks.I don't know if this is a bug. I would like to remind that this is an early alpha version so not all will work as expected. (2014-08-26, 17:27)JasonPell Wrote: You realize app passwords aren't all that secure. They basically make 2 factor auth pointless as they are not limited to a single app. If anyone gets hold of your app password they can access any google web services that support app passwords. Not just YouTube.As soon as someone has the refresh token of the old youtube addon your are f**** ![]() This is an early alpha...the solution for the web support is not that complicated. For everything there is a solution ![]() (2014-08-26, 17:32)JasonPell Wrote: Its a shame that all this effort could not have gone to enhance the other plugin. Maybe fix those logon issues.Everyone can use the code of this addon to improve the "old" addon. I have no problems with that ![]() (2014-08-27, 10:36)schumi2004 Wrote: Was playing with several login options/actions and suddenly this error appeared in debug log:With verification the API won't work. A common problem with APIs like that. Even with Curl you have to deactivate this feature. The solution would be that you have to install a certificate on your machine. All other addon suppress this warning/error. Nothing to worry about, because the connection is https. (2014-08-31, 16:31)Crowly Wrote: A small "cosmetic" thing I've noticed, sometimes the duration is shown as 1 minute even if the video is much longer. Not a big deal, everything works as it should anyways. I know, this is a problem of XBMC (Kodi) I've noticed. For videos and movies XBMC supports only full minutes (no seconds). So if a video has a runtime of 1:31 XBMC will only show 1 minute. Maybe I'm doing it wrong and someone can correct me. But that what I've noticed. RE: YouTube (ALPHA 17) - Crowly - 2014-08-31 Showing 1 minute 31 seconds as just 1 minute is fine. But showing 31 minutes and 59 seconds as 1 minute sounds like a bug somewhere. RE: YouTube (ALPHA 17) - bromix - 2014-08-31 (2014-08-31, 19:03)Crowly Wrote: Showing 1 minute 31 seconds as just 1 minute is fine. But showing 31 minutes and 59 seconds as 1 minute sounds like a bug somewhere. I agree ![]() RE: YouTube (ALPHA 17) - darzur - 2014-08-31 Hello, I've just found a bug (or maybe missing functionality). Under "Playlists" I can see only my own (created by myself) playlists, but not "Saved playlists". Is it possible to implement it? RE: YouTube (ALPHA 17) - bromix - 2014-08-31 See issue on GitHub. I try to support this feature. At the moment the API v3 doesn't support this. But I hope google will add this, because this feature is available since feb. 2014 RE: YouTube (ALPHA 17) - arithine - 2014-08-31 Sometimes the app will no longer show any videos, I have to log out, quit xbmc, then log back in. RE: YouTube (ALPHA 18) - bromix - 2014-08-31 I little update ![]() alpha 18
RE: YouTube (ALPHA 18) - TamaraKama - 2014-09-01 It's great to be able to 'like' videos from an XBMC Youtube add-on. One thing I'm missing though is when I go into my subscriptions the old defacto plugin had an entry to show all the latest videos from my subscription list. RE: YouTube (ALPHA 18) - JasonPell - 2014-09-01 (2014-08-31, 16:00)bromix Wrote:(2014-08-19, 04:43)JasonPell Wrote: Any chance of purchases support? Its not available via the api. I added it into the older plugin using screen scraping and the api for the play lists and video info. Actually works quite well for linux only. I don't have a mac or windows machine, so I can't test it otherwise. https://github.com/HenrikDK/youtube-xbmc-plugin/pull/73 (2014-08-31, 16:36)bromix Wrote:(2014-08-26, 17:27)JasonPell Wrote: You realize app passwords aren't all that secure. They basically make 2 factor auth pointless as they are not limited to a single app. If anyone gets hold of your app password they can access any google web services that support app passwords. Not just YouTube.As soon as someone has the refresh token of the old youtube addon your are f**** What is the refresh token you are referring to? I am assuming this is a cookie? What would be required to get authenticated web based screen scraping working, with 2 factor authentication and not app passwords? RE: YouTube (ALPHA 18) - bromix - 2014-09-01 (2014-09-01, 07:55)smoke_tetsu Wrote: It's great to be able to 'like' videos from an XBMC Youtube add-on. One thing I'm missing though is when I go into my subscriptions the old defacto plugin had an entry to show all the latest videos from my subscription list.This feature is directly under the root menu 'My subscriptions' . The workflow of the "old" addon (for my opinion) was to complicated. My solution replicates the behavior of the webpage and should be a faster workflow. (2014-09-01, 09:06)JasonPell Wrote:(2014-08-31, 16:00)bromix Wrote:(2014-08-19, 04:43)JasonPell Wrote: Any chance of purchases support? You are right. But I'm replicating some calls of the app of the phone ![]() ![]() Please look under authentication for google gdata API. Each token expires after 1h. To get a new token, you can use a so called 'refresh token' (basics of API with OAUTH). You can read the refresh token of the old addon under 'addon_data/settings.xml'. WIth that you can generate new tokens without any username passwords oder PINs. Try it! RE: YouTube (ALPHA 18) - arithine - 2014-09-01 I realize this feature request would take a lot of work but would it be at all possible to implement some kind of "deck" feature for latest subscriptions? Plexbmc does that kind of thing so it might be worth looking into their code to see if it's replicable. You would also probably need a way to auto update (perhaps every time you go to the home menu or on a timer). I understand if it's too much, just a thought. RE: YouTube (ALPHA 18) - JasonPell - 2014-09-01 Ah now I see what you mean. The android YouTube app has my purchases What would I need to do to setup transparent proxy? I have a squid proxy on my home network can I use that? RE: YouTube (ALPHA 18) - MediaPi - 2014-09-03 (2014-08-31, 16:00)bromix Wrote:(2014-08-10, 11:13)MediaPi Wrote: dead on midnight bromix.So updating the search history first and displaying the result after that works better? The behaviour has gone now, but either i've gone used to the speed or its not as lightning fast as version 15 I think (when you added search history) its still faster than the first youtube addon and so leaving it is fine. I have a feature request of you can. can you provide a list of "recently played videos" you have a history of search results, can you get a history of played results? reason: you need to select two links to get to the video you last played but this is 1 link. and most people looking into history are really interested in the movies they played and not really the full history of searches. thanks for your consideration and welcome back ![]() RE: YouTube (ALPHA 18) - schumi2004 - 2014-09-03 (2014-08-31, 22:24)bromix Wrote: I little update Still not a working version here for account login. It still gives me only 2 options , Search and Browse channels not more nothing less. I have tested several accounts and login formats on several devices, Android, OpenELEC and Windows/Linux systems. but nothing. Not using 2 factor authentication since this is a spare account for XBMC only. |