![]() |
|
[RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC (/showthread.php?tid=79487) 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 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 |
- WannaSpeedCom - 2010-11-16 03:44 I haven't read all 37 pages so i'm just going to post my issue. I can't login to my youtube account within xbmc. I tried 2 seperate accounts, both plugins, and updated to Dharma beta 4. Here is my log. http://pastebin.com/8ZPvSBEZ - HenrikDK - 2010-11-16 19:57 WannaSpeedCom Wrote:I haven't read all 37 pages so i'm just going to post my issue. I can't login to my youtube account within xbmc. I tried 2 seperate accounts, both plugins, and updated to Dharma beta 4. Here is my log. You're getting the following error in the log: Code: 19:30:04 T:3880 M:3163914240 NOTICE: YouTube-1.9.4 ARGV: ['plugin://plugin.video.youtube.beta/', '0', '']Are you using a special xbmc distrobution? cause the error from your logs is the same that was reported a few pages back (with openelec.tv), and should have been fixed by the team. Basically your xbmc distribution is missing SSL support which is needed to login to youtube. If this is a problem with standard xbmc then please file a bug report on the trac so the team can fix it
- Master_Nick - 2010-11-16 22:56 Is it working on an Xbox with XBMC? getting following on suggested XBMC Build for Xbox: 22:02:54 M: 32870400 NOTICE: -->Python Initialized<-- 22:02:54 M: 32436224 ERROR: Error Type: exceptions.ImportError 22:02:54 M: 32423936 ERROR: Error Contents: No module named xbmcaddon 22:02:54 M: 32358400 ERROR: Traceback (most recent call last): File "Q:\scripts\plugin.video.youtube.beta\default.py", line 19, in ? import sys, xbmc, xbmcaddon ImportError: No module named xbmcaddon - HenrikDK - 2010-11-16 23:10 Master_Nick Wrote:Is it working on an Xbox with XBMC? Sadly no, since none of us devs have an xbox for testing, but if you read the thread there was one version ported to xbox earlier, we did offer to host a release if someone would patch it, but no one ever stepped up to the plate
- Master_Nick - 2010-11-17 01:54 OH ok thats sad... thanks anyway
- WannaSpeedCom - 2010-11-18 02:49 No special version just using the windows version from the xbmc download area. I had dharma beta 2 and had the issue with youtube. So I installed Beta 4 and still had the issue. I did an install right over beta 2, didn't uninstall it first, not sure if that matters. HenrikDK Wrote:You're getting the following error in the log: - Drir - 2010-11-18 21:26 Just want creator to know that the plugin works great for me, being able to just view recent subscription releases is pretty awesome. Got perhaps a couple of suggestions. First of all when I download files, it works most of the time. Just not when downloading from http://www.youtube.com/user/Games. I have it set to 720 so perhaps it is downloading the mp4's. The file appears just without a .flv handle and almost no file size. Secondly. Would be neat to have a link within the youtube plugin which directs you to youtube downloads folder. And maybe even a link which lets you add 5/10/20 new subscription videos to queue. Either way keep up the good work. - Drir - 2010-11-18 21:59 Also one other thing, Would it be possible to mark watched/unwatched videos. - HenrikDK - 2010-11-19 00:18 Drir Wrote:First of all when I download files, it works most of the time. Just not when downloading from http://www.youtube.com/user/Games. I have it set to 720 so perhaps it is downloading the mp4's. The file appears just without a .flv handle and almost no file size.Hi could you be a bit more specific and point to a specific video, and include a log with the plugins debug mode enabled, that would make it easier to figure out what exactly is going on.. Quote:Secondly.A link to the download folder could perhaps be done, I will look into it. As for a download queue, XBMC's current plugin structure doesn't allow the plugin to remain running when not generating a folder listing I can't really see a way for this to be done. :/ - HenrikDK - 2010-11-19 00:29 Drir Wrote:Also one other thing, The plugin should already support marking videos as watched after playback, is there anything other than that you're looking for? |