XBMC Community Forum
[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)



- 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.
http://pastebin.com/8ZPvSBEZ

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', '']
19:30:04 T:3880 M:3163738112   ERROR: Win32DllLoader::Load: Unable to load special://xbmc/system/python/DLLs\_ssl.pyd (5)
19:30:04 T:3880 M:3163738112   ERROR: LoadLibrary('_ssl.pyd') failed


ERROR: YouTubeCore::login (98) - <urlopen error unknown url type: https>

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 Smile


- 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?

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


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 Frown


- Master_Nick - 2010-11-17 01:54

OH ok thats sad... Wink 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:
Code:
19:30:04 T:3880 M:3163914240  NOTICE: YouTube-1.9.4 ARGV: ['plugin://plugin.video.youtube.beta/', '0', '']
19:30:04 T:3880 M:3163738112   ERROR: Win32DllLoader::Load: Unable to load special://xbmc/system/python/DLLs\_ssl.pyd (5)
19:30:04 T:3880 M:3163738112   ERROR: LoadLibrary('_ssl.pyd') failed


ERROR: YouTubeCore::login (98) - <urlopen error unknown url type: https>

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 Smile



- 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.
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.
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,
Would it be possible to mark watched/unwatched videos.

The plugin should already support marking videos as watched after playback, is there anything other than that you're looking for?