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 18) - Dukman - 2014-09-18 This add-on is great. I want to use it so I created more playlists. Now I have 60 but when I select playlists I see the first 50 then hit Next Page but it comes up with no results. When using history, Next Page works OK. My log is: http://xbmclogs.com/show.php?id=296591 RE: YouTube (ALPHA 18) - tinybutstrong - 2014-09-22 For the login issue, the steps in link bellow works for the "official" Youtube plugin: http://forum.xbmc.org/showthread.php?tid=79487&pid=1613551#pid1613551 Tried to make it in bromix, but it doesn't have oauth2_refresh_token. Then I'll stick with the other addon until some solution is implemented here. ps: login seems to be working partially after to apply steps above, but all sections are blank. Looking logs I see this error: Code: 09:49:04 T:6360 ERROR: C:\XBMC\portable_data\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 18) - woodside - 2014-10-09 Is the development for this addon halted? RE: YouTube (ALPHA 18) - bromix - 2014-10-09 Only for the moment...I will continue shortly, but first I had to test my own framework for further addon-dev. (already implemented in 7TV or netzkino.de in my repository). YouTube was growing so much that I needed something first to help me maintain the addon. Especially testing the implementation without debugging xbmc logs and test via pydev out of a running xbmc. That took to much time. With the framework development is much simpler for me. So please b patient Also I'm playing with the idea to try vimeo and soundcloud after that RE: YouTube (ALPHA 18) - CaBrA - 2014-10-09 Great Youtube Addon. We needed something new :-) I can make some suggestions: - General design. Thumbs of options (most viewed, channels, etc) / Blured background / etc... taken from Youtube TV. https://www.youtube.com/tv#/ This is the design of new Smart TV´s YT app. So, always having that site in mind I think that would keep the addon up to date. - Multilanguage Addon - CC, Close caption support? Don´t know if this is possible. RE: YouTube (ALPHA 18) - zrain - 2014-10-10 Hi bromix. Now YouTube (ALPHA 18) not starting with "script error": 19:58:52 T:1920 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.WindowsError'> Error Contents: (3, '', 'C:\\Users\\\xd0\x98\xd0\xb2\xd0\xb0\xd0\xbd\\AppD ata\\Roaming\\Kodi\\userdata\\addon_data\\plugin.v ideo.bromix.youtube') Traceback (most recent call last): File "C:\Users\����\AppData\Roaming\Kodi\addons \plugin.video.bromix.youtube-master\default.py", line 17, in <module> __plugin__ = bromixbmc.Plugin() File "C:\Users\����\AppData\Roaming\Kodi\addons \plugin.video.bromix.youtube-master\bromixbmc\plugin.py", line 68, in __init__ os.mkdir(self._addon_data_path) WindowsError: (3, '', 'C:\\Users\\\xd0\x98\xd0\xb2\xd0\xb0\xd0\xbd\\AppD ata\\Roaming\\Kodi\\userdata\\addon_data\\plugin.v ideo.bromix.youtube') -->End of Python script error report<-- 19:58:52 T:1920 INFO: Python script stopped Maybe it is because сyrillic characters in the file path (directory username). It is hoped that in the future it will get better? PS Win8.1, Kodi Alpha 3. RE: YouTube (ALPHA 18) - jjail - 2014-10-12 (2014-10-09, 14:06)bromix Wrote: Only for the moment...I will continue shortly, but first I had to test my own framework for further addon-dev. (already implemented in 7TV or netzkino.de in my repository).Hi bromix, i noticed you already started developing the soundcloud addon yesterday. Before starting with new addons, it would make sense to finish the youtube addon first. There is still so much missing / not working. Most important things for me: - Fix login - Fix vevo playback - Fix live playback - Fix next page - Add cc/subtitle support - Add missing context menus - Improve design RE: YouTube (ALPHA 18) - nickr - 2014-10-12 (2014-10-12, 09:29)jjail Wrote:(2014-10-09, 14:06)bromix Wrote: Only for the moment...I will continue shortly, but first I had to test my own framework for further addon-dev. (already implemented in 7TV or netzkino.de in my repository).Hi bromix, Some people just can't help making a good impression with their first post! RE: YouTube (ALPHA 18) - jjail - 2014-10-12 (2014-10-12, 09:30)nickr Wrote:You're really the most annoying user ever. Nearly every thread on this board is full of your useless comments.(2014-10-12, 09:29)jjail Wrote:(2014-10-09, 14:06)bromix Wrote: Only for the moment...I will continue shortly, but first I had to test my own framework for further addon-dev. (already implemented in 7TV or netzkino.de in my repository).Hi bromix, Don't you have a real life? For me, it makes sense to get the most important functions running before starting other projects... RE: YouTube (ALPHA 18) - nickr - 2014-10-12 I guess people in the open source world just react badly to people like you who are demanding (fix, fix, fix, fix, add, add) and vague ("improve design"??) without any positive contribution at all. You find my post history annoying, that's quite a comment from you 2 time poster. RE: YouTube (ALPHA 18) - Raitsa - 2014-10-12 Hey bromix, my 4 year old boy really likes to watch various lego etc kids videos from Youtube. I would love to be able to play the next video in the search results automatically so that i would not need to select the next video every time a video ends. Sometimes the videos only last for a minute or so. Could there be an option to play the next video X number of videos automatically, for example in 5 video steps? "Play the next _X_ videos automatically from the search / this list". RE: YouTube (ALPHA 18) - JasonPell - 2014-10-12 @jjail since Bromax is doing all this work for free it is bad form to criticize what he chooses to work on. As a developer of open source myself I can tell you nothing is more demotivating that criticism of this kind. If you are not happy with bromax velocity you can contribute new features yourself or use the other plugin. RE: YouTube (ALPHA 18) - sattekop - 2014-10-12 As alternative also have a look at Music Box addon.from Techdealer. (just for the music/music video part of You Tube) RE: YouTube (ALPHA 18) - bromix - 2014-10-12 (2014-10-10, 05:57)zrain Wrote: Hi bromix.Yes you're right. Something with cyrillic characters. Another example why I'm focusing on the framework. The unicode support in Python 2.7 is hell and at some point you will always have something wrong (from the encoding to the decoding). I try to fix this issue as soon as possible. (2014-10-12, 09:29)jjail Wrote:(2014-10-09, 14:06)bromix Wrote: Only for the moment...I will continue shortly, but first I had to test my own framework for further addon-dev. (already implemented in 7TV or netzkino.de in my repository).Hi bromix, Thanks for your thoughts. I started SoundCloud to test the framework even more and to get some distends to YouTube for some thoughts (not to stop development ). I got so much input the last month for YouTube, that I have to make some kind of project planning. The framework is a result out of the development of YouTube. YouTube is a not so small project and I needed help in form of a framework to support the development of it. I will continue the YouTube addon, but for now please be patient RE: YouTube (ALPHA 18) - mudthomas - 2014-10-20 Thank you bromix for a great add-on. I use it daily without any issues at all. One minor cosmetic thing I would really like to see, if it is doable at all, is checkmarks for playlists. You know like the ones for watched videos, but for when all videos in a playlist has been watched. |