[RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC

  Thread Rating:
  • 14 Votes - 4.64 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
HenrikDK Offline
Skilled Python Coder
Posts: 538
Joined: Jul 2007
Reputation: 17
Post: #1661
1Dan Wrote:I tried to uninstall the plugin and delete the folder in two subdirectories .xbmc, but the problem is not solved: (

Something on your network is blocking the plugin from accessing the internet, and it's messing with its ability to resolve url names. Have you tried disabling your firewall, or removing you network router to get the machine as close to a direct connection as possible?
find quote
1Dan Offline
Junior Member
Posts: 12
Joined: Dec 2011
Reputation: 0
Post: #1662
I looked the new log file and I haven't found ERROR, but the video after the search, still will not open. I don't think that is a firewall issue because run everything on the network, but especially openelec is a live version, with no operating system.

http://paste.ubuntu.com/774183/
find quote
TobiasTheCommie Offline
Skilled Python Coder
Posts: 617
Joined: Apr 2008
Reputation: 3
Post: #1663
Could you please upload the entire log.

As far as i can see the search return 25 videos.
find quote
1Dan Offline
Junior Member
Posts: 12
Joined: Dec 2011
Reputation: 0
Post: #1664
Ok thanks

http://paste.ubuntu.com/774300/

With the research I have no problem, but when I click on a video, nothing happens, not even an error.
find quote
TobiasTheCommie Offline
Skilled Python Coder
Posts: 617
Joined: Apr 2008
Reputation: 3
Post: #1665
As far as i can see XBMC never tries to playback anything, It never asks our plugin to play anything.

You probably need to take an XBMC Debug log to the OpenElec people.
find quote
1Dan Offline
Junior Member
Posts: 12
Joined: Dec 2011
Reputation: 0
Post: #1666
Thanks anyway, I installed xbmc live replacing openelec, and that problem is solved. But xbmc is very very slow (2 minutes to boot vs 15 seconds of openelec)
I'll open a thread in the section to learn a few tricks to speed it up.
find quote
JabberwockPL Offline
Junior Member
Posts: 46
Joined: Jan 2010
Reputation: 0
Post: #1667
Here is the link to the log:
http://nopaste.info/f29503e01f.html

It seems that the app does not matter, but the "feature" portion of the link does.

1. I copy the link from YouTube app and paste it into Dolphin (the browser). The "Share" window appears, I select "Send to XBMC" - nothing happens.
2. I edit the link in a text editor to remove the "feature" portion, copy it and paste it into Dolphin. "Share" window appears, send to XBMC - video is played.

Of course, it still does not mean the fault is on the addin side - it might as well break it in the XBMC Remote mechanism. I'll bug those people too Wink
find quote
TobiasTheCommie Offline
Skilled Python Coder
Posts: 617
Joined: Apr 2008
Reputation: 3
Post: #1668
JabberwockPL Wrote:Here is the link to the log:
http://nopaste.info/f29503e01f.html

It seems that the app does not matter, but the "feature" portion of the link does.

1. I copy the link from YouTube app and paste it into Dolphin (the browser). The "Share" window appears, I select "Send to XBMC" - nothing happens.
2. I edit the link in a text editor to remove the "feature" portion, copy it and paste it into Dolphin. "Share" window appears, send to XBMC - video is played.

Of course, it still does not mean the fault is on the addin side - it might as well break it in the XBMC Remote mechanism. I'll bug those people too Wink

Yeah, now i get the good stuff.

PHP Code:
09:51:09 T:5052  ERRORXBMC.PlayMedia could not play mediahttp://www.youtube.com/watch?v=zcDikgkoAqU&feature=youtube_gdata_player 

in contrast to:
PHP Code:
09:51:57 T:5248  NOTICEYouTube-2.8.0 ARGV: ['plugin://plugin.video.youtube/''0''?path=/root/search&action=play_video&videoid=zcDikgkoAqU'


So looks like the XBMC Remote indeed can't handle any "&" after the "v".
find quote
Pednick Offline
Member
Posts: 98
Joined: Apr 2011
Reputation: 1
Post: #1669
Is the youtube plugin compatible with 64 bit linux, I only ask this because recently I installed F16 64 bit and XBMC 64 bit and the pluging installs itself automatically like usual and I can login and it refreshs no problem but when I click to play a video nothing happens and the plugins that rely on youtube like vimeo and vevo don't work in the same way. Now I went back to F16 32 bit for now but I'd like to know what the problem might be.

I DON'T DO CABLE.
find quote
TobiasTheCommie Offline
Skilled Python Coder
Posts: 617
Joined: Apr 2008
Reputation: 3
Post: #1670
Pednick Wrote:Is the youtube plugin compatible with 64 bit linux, I only ask this because recently I installed F16 64 bit and XBMC 64 bit and the pluging installs itself automatically like usual and I can login and it refreshs no problem but when I click to play a video nothing happens and the plugins that rely on youtube like vimeo and vevo don't work in the same way. Now I went back to F16 32 bit for now but I'd like to know what the problem might be.

In the Eden pre branch i saw some issues with urllib2 implementation. They should be fixed with the next release though.

I haven't done any testing with Dharma on 64bit.

My issues were different from yours though. So in the future, always remember to include a bug report.

http://wiki.xbmc.org/index.php?title=Add...ting_a_bug
find quote
Post Reply