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 - KODI 14.0 Helix - learningit - 2014-12-27 (2014-12-27, 21:59)Martijn Wrote: You can't test it all until it's in. Same as Kodi itself. You can't expect us to test all possible combination out there. Same with this addon. That's why I only let it in Helix as that wouldn't hit the entire userbase. Once all works I'm sure we can put it in Frodo or Gotham as well depending on when we discard Frodo repo Martijn, I'm talking about the addons I support, I don't expect anyone other than myself to test them against and fix them for the new YouTube addon. Just tough to do right now with all the Holiday grog floating around in the head. RE: YouTube - KODI 14.0 Helix - fabiomello - 2014-12-28 one feature that is been missing from the new Youtube addon is the option to 'queue video' from the context menu. it was very a useful feature on the plugin that added the selected video to the Kodi's 'now playing' playlist, so you can watch it without havng to select it manually later. 'play from here' do something similar, but it adds every video on the list to the playlist instead of only the selected one. i hope you consider adding this feature back. thanks. RE: YouTube - KODI 14.0 Helix - mklopez - 2014-12-28 Since the last update, I get an error every time I try to access any menu item related to my account (Liked, Watch later, etc). Here's the relevant part of the log: Code: 00:49:08 T:11852 ERROR: EXCEPTION: argument "thumbnailImage" for method "XBMCAddon::xbmcgui::ListItem" must be unicode or str I'm running v12.3 under Windows 7. Any suggestion would be appreciated. RE: YouTube - KODI 14.0 Helix - nickr - 2014-12-28 12.3? You know the answer will be 'not supported, update! ' RE: YouTube - KODI 14.0 Helix - torenvalk - 2014-12-28 (2014-12-28, 06:36)fabiomello Wrote: one feature that is been missing from the new Youtube addon is the option to 'queue video' from the context menu. Kodi doesn't show the "Queue item" context menu outside of libraries but you can still use the "Queue" keyboard action (default 'Q'). http://kodi.wiki/view/Basic_playlists RE: YouTube - KODI 14.0 Helix - kvadratt - 2014-12-28 Hello! I'm runnung v14 KODI under windows 8.1 and latest Youtube 5.0.1 beta2. Plugin absolute not work. No videos, no login. Nothing. Error: 19:00:28 T:2052 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.UnboundLocalError'> Error Contents: local variable 'response' referenced before assignment Traceback (most recent call last): File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\default.py", line 7, in <module> runner.run(__provider__) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\runner.py", line 16, in run __RUNNER__.run(provider, context) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\impl\xbmc\xbmc_runner.py", line 22, in run results = provider.navigate(context) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\abstract_provider.py", line 103, in navigate result = method(context, re_match) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\register_provider_path.py", line 12, in wrapper return func(*args, **kwargs) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\provider.py", line 238, in _on_play video_streams = client.get_video_streams(context, video_id) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\client\youtube.py", line 21, in get_video_streams return video_info.load_stream_infos(video_id) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\video_info.py", line 60, in load_stream_infos return self._method_get_video_info(video_id) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\video_info.py", line 181, in _method_get_video_info result = client.get(url, params=params, headers=headers) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\client\api.py", line 60, in get return _request('GET', url, params=params, headers=headers) File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\client\api.py", line 48, in _request if response.headers.get('Content-Encoding', '').startswith('gzip'): UnboundLocalError: local variable 'response' referenced before assignment -->End of Python script error report<-- 19:00:28 T:4420 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=K5B6wxjvsgU] RE: YouTube - KODI 14.0 Helix - peppe_sr - 2014-12-28 (2014-12-27, 17:23)bromix Wrote:(2014-12-27, 11:11)peppe_sr Wrote: hi brominx, i have a little request for you.If someone can give me a code-example? Maybe, if I remember correct this was a dirty hack? i'm not able to share code , do you think to try to add something similar? Peppe RE: YouTube - KODI 14.0 Helix - KrzychuG - 2014-12-28 (2014-12-27, 21:19)jonib Wrote:(2014-12-27, 17:23)bromix Wrote:I have a problem with videos not being removed in the Watch later list, but only on later pages (don't know what page the problem starts) I have about 10 pages.(2014-12-27, 12:10)KrzychuG Wrote: The "auto-remove from watch later" doesn't seem to work so far. For over 2 days i have few watched vides that are still on that list.I look into that I just checked it and yes, it works like you wrote. I currently have a 2 pages of my "watch it later" list. If i watch anything from the first page, it's marked as watched and removed automatically. Anything from second page doesn't disappear, even despite being marked as watched already. While we're in here, would it be possible to add "mark as watched" or "detele from watch it later" list as an option. RE: YouTube - KODI 14.0 Helix - charliebrown - 2014-12-28 This addon is waaaayyy better and faster then the previous! But a little concerned about giving the loggin abbility to manage my youtube account, what does this mean? Im sure alot of people are hessitant about this? RE: YouTube - KODI 14.0 Helix - bromix - 2014-12-28 (2014-12-28, 11:09)kvadratt Wrote: Hello!Please wait for the beta 3 to test and provide me with a complete log via pastebin.com or similar. (2014-12-28, 17:34)KrzychuG Wrote:Created an issue and will investigate(2014-12-27, 21:19)jonib Wrote:(2014-12-27, 17:23)bromix Wrote: I look into thatI have a problem with videos not being removed in the Watch later list, but only on later pages (don't know what page the problem starts) I have about 10 pages. For removing videos from the watch later list -> use context menu and select 'remove' (2014-12-28, 19:24)charliebrown Wrote: This addon is waaaayyy better and faster then the previous! Thanks and what do mean by that (Loggin)? RE: YouTube - KODI 14.0 Helix - charliebrown - 2014-12-28 (2014-12-28, 19:49)bromix Wrote:(2014-12-28, 11:09)kvadratt Wrote: Hello!Please wait for the beta 3 to test and provide me with a complete log via pastebin.com or similar. When i did login with my account it prompted that the program can acess and manage my youtube account, even when im not using the addon. Kinda new to this login type and just wondering what that means. Im hoping im the only one who has acces to my account. RE: YouTube - KODI 14.0 Helix - bromix - 2014-12-28 Ah...no worry You alone have the access to your account. The prompt you see is YouTube TV (APP). It's working like a app of your phone, facebook and so on. We use it, so we can generate a token on behalf of your account, so we can access the data of the YouTube account. It's like a login without password, because you're already logged in with your credentials, to enter the code. I hope this helps? RE: YouTube - KODI 14.0 Helix - charliebrown - 2014-12-28 Yeah that kinda cleared it up thx for quick respons and a fully great working youtube addon! RE: YouTube - KODI 14.0 Helix - joeshmoe - 2014-12-29 Is there some way to see the number of views a video has and/or sort by that? I'm looking for a "most viewed" page like the previous addon had. Thanks RE: YouTube - KODI 14.0 Helix - kvadratt - 2014-12-29 Still not work. There log http://pastebin.com/1ZZXtrKk |