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) - MediaPi - 2014-08-23 (2014-08-22, 18:55)woodside Wrote: Thanks... by the way good job on your plugin. I have nothing to do with plugin. Bromix is the Dev, he's of on vacation and im confident he knows the solution and will tell when hes back Edit: nvm seems like you got what you want at the end RE: YouTube (ALPHA 17) - woodside - 2014-08-23 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. PHP Code: <content>plugin://plugin.video.youtube/?path=/root/search&feed=search&search=$INFO[Window(Home).Property(Artist)]</content> RE: YouTube (ALPHA 17) - Crowly - 2014-08-26 (2014-08-12, 05:25)loki05 Wrote: after logging in using the google 2step verification, the folders load, but nothing in them except for watch history. (2014-08-22, 19:51)klikkamongo Wrote: Hi, Make an app password: https://support.google.com/accounts/answer/185833?hl=en A few tips: always look at the last 3-4 pages (or the whole thread if its not to big), its likely others have reported the same issue as you, and a solution may already be posted. Also check the first post, usually the add-on creator has a list of known issues and possible ways to fix them. RE: YouTube (ALPHA 17) - Crowly - 2014-08-26 (2014-08-22, 17:52)JasonPell Wrote: <snip> the original plugin, as it has all the web page login, 2 - factor auth, etc all figured out.Not really. The 2 factor login worked for me before, but now it doesn't, and reading that thread a lot of others have steadily reported problems with login. I fixed mine with following a youtube video showing how to manually create the oauth2_access_token etc (it has been linked a few times in that thread). That add-on doesn't support app passwords, while this does. So when it comes to login i guess its a mixed bag. But if it works fine for you then thats great Another difference i've noticed is videos flagged as mature, this add-on plays them just fine, while the other is broken. Heres an example: https://www.youtube.com/watch?v=OdCIcAWPXks (contains a sex scene from the game The Witcher 2) RE: YouTube (ALPHA 17) - JasonPell - 2014-08-26 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. If you do some googling you may find app passwords are not as safe as you might think. I will stick with real 2 factor authentication. This plugin does not provide access to any features of the web site that require a logon so things like purchases will never work. App passwords don't provide access to logon via web either RE: YouTube (ALPHA 17) - suku_patel_22 - 2014-08-26 I have an issue here. When I share a link from my Android device using Yatse, it gives an error and works with the other YouTube addon. RE: YouTube (ALPHA 17) - JasonPell - 2014-08-26 Its a shame that all this effort could not have gone to enhance the other plugin. Maybe fix those logon issues. The open source community obsession with forking is counter productive. RE: YouTube (ALPHA 17) - Crowly - 2014-08-26 (2014-08-26, 17:27)suku_patel_22 Wrote: I have an issue here. This has already been asked an answered in this thread, browse backwards or use the search functionality (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.That was why i posted the link to the youtube-dl module, so the author of this add-on could (perhaps) use that (no need to reinvent the wheel). Info about that has also been posted in the other add-ons thread, if not directly to the module, at least to the post where the request for that to be made its own module is made. Also i have a impression that the other add-on might need some rewriting, which is the reason for this add-ons existence. Also the update frequency of the other add-on has not been great this year (imo). Maybe its easier to start from scratch than try to fix the other one? About your comment in the other thread that this add-on lack a lot of features, well its marked as "work in progress" and alpha. So i would argue that this should be used for testing only and to give feedback whats working, whats not, and which features we would like to see. Then use the other one as your main YT add-on. When this gets to a complete/stable/release version its up to each of us which we prefer. RE: YouTube (ALPHA 17) - schumi2004 - 2014-08-26 (2014-08-21, 04:45)MrMarijuano Wrote:Thanks for helping but my situation is different then yours, I do have a gmail.com since merged it.(2014-08-09, 00:50)arithine Wrote:(2014-08-08, 05:06)MrMarijuano Wrote: thanks for this. Also the repo doesn't show anything for me. In the next page someone suggested to create a app pass but that doesn't make sense since i then need to activate 2-step auth. I can try to reset pass and see if that helps. Strange things is that it does work on original YT addon and it doesn't in this alpha version. /edit: Also going to try to revoke access from YT addon in security settings, maybe there is a conflict since the previous addon was already registered? https://security.google.com/settings/u/1/security/permissions?hl=en RE: YouTube (ALPHA 17) - JasonPell - 2014-08-26 (2014-08-26, 20:57)Crowly Wrote:(2014-08-26, 17:27)suku_patel_22 Wrote: I have an issue here. Indeed choice is one of the great boons of open source. I recently dived into the other plugin to add some functionality. And agree it is complicated but I would not say it needs a rewrite merely some cleanup would do. This new plugin is neater and very impressive. Yet it will never support anything but the api. At least where app passwords are concerned RE: YouTube (ALPHA 17) - schumi2004 - 2014-08-27 Was playing with several login options/actions and suddenly this error appeared in debug log: Code: 10:34:12 T:916 ERROR: C:\Users\htpc\AppData\Roaming\XBMC\addons\plugin.video.bromix.youtube\youtube\requests\packages\urllib3\connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.) RE: YouTube (ALPHA 17) - woodside - 2014-08-28 (2014-08-27, 10:36)schumi2004 Wrote: Was playing with several login options/actions and suddenly this error appeared in debug log: +1 RE: YouTube (ALPHA 17) - Raitsa - 2014-08-28 bromix, sorting search results by duration etc would be a warmly welcomed addition. RE: YouTube (ALPHA 17) - bromix - 2014-08-31 (2014-08-10, 01:15)arithine Wrote: This just keeps getting better and better, the only recommendation I have is a way to view "saved playlists" that way if I find a playlist I want to come back to while on another device I can quickly continue without having to do a search for it.I've looked into it but the API of google is missing this feature!?! I tested it on my phone and on the web. This feature exists since feb. this year. So I hope they will update the API to support this great feature. I create an issue (Feature) for this. Thanks for you feedback. (2014-08-10, 01:17)nickr Wrote: Being able to delete searches from the saved searches list would be good. I have some misspelled ones that are annoying me.Comes with alpha 18 (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? (2014-08-10, 14:14)hasselhof Wrote: Thanks for adding option to hide menu items. Works well. Enjoy your break. ThanksNo problem (2014-08-10, 16:03)mklcf Wrote: Thanks for the great addon, it's really fast!With alpha 17 you can jump via context menu from a video to the channel...there you will see a directory playlists. Maybe there is a better solution for that, but I try to keep the context menu as simple as possible. (2014-08-10, 21:15)VelvetKevorkian Wrote: I don't know if it has been mentioned yet, but new uploads I can't reproduce this behavior. I know the "old" addon does that...it only sorts the video by day and by time is total chaos. Can you provide a screenshot? (2014-08-13, 13:17)dkplayaclub Wrote: enable 2 step verification2 Step verification has nothing to do with the login problem. (2014-08-13, 13:39)rodalpho Wrote: Couple of minor feature requests.1) The problem are the "directories" in XBMC (Kodi). 'Next Page', 'Playlists' and so on will be sorted false. The default sorting is by 'published date'. Maybe someone has an idea so solve this? 2) I look into it 3) My subscriptions (New uploaded videos) in API v2 only provides a max result of 50 (the old addon also in my tests). All other results (search, playlists and so on) should work with 'Next Page' (2014-08-13, 19:17)amikkwe Wrote: Just wanted to say thank you for your work on this addon. After months of not being able to sign in and use youtube on xbmc and trying every fix imaginable, this one is truly working for me! Great work!!! I would like to request one feature if possible, when in a playlist the ability to play all videos. Thanks againI put it on my todo list thanks for your feedback. (2014-08-19, 04:43)JasonPell Wrote: Any chance of purchases support? I look into it. I live in germany and i haven't seen this option yet. Is there an example, screenshot or some sort of? RE: YouTube (ALPHA 17) - bromix - 2014-08-31 (2014-08-19, 19:11)Crowly Wrote: If you're not already doing so, or your solution is better , this might reduce the work load/amount of code a bit: youtube-dl - multi-site playable URL resolver (if you're not already aware of its existence)Yes I'm aware of it. But it's only for resolving the url for a given video id. Nothing more (+ the signature I already fixed in my code - nothing special). (2014-08-22, 19:51)klikkamongo Wrote: Hi, Please view the first post. There is all described regarding problems with the login. |