[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
Nwardezir Offline
Junior Member
Posts: 3
Joined: May 2013
Reputation: 0
Sad  Can't save downloaded videos to nfs:// or smb:// directory Post: #3201
Thread don't seem to be read by authors but hey ... doesn't hurt to feedback here. Big Grin

Copy from the issue I've opened on Google Code dedicated space for YouTube XBMC Plugin.

On Google Code, I Wrote:No matter how hard I tried, giving all rights and access to the directories, downloaded videos aren't copied on a nfs or smb chosen directory in Youtube addon settings.

Log available here : http://www.xbmclogs.com/show.php?id=20258

As shown, video are kept into the initial /var/mobile/Library/Preferences/XBMC/userdata/addon_data/script.module.simple.downloader/ directory and never copied.
See Error message at lines 342 and 343.
direct link : http://code.google.com/p/youtubexbmc/iss...tail?id=92

I've searched a lot, both on the whole forums here, on this current 320-page-length thread and Google ... any help would be appreciated. Big Grin
find quote
ujku10 Offline
Junior Member
Posts: 5
Joined: Mar 2013
Reputation: 0
Post: #3202
help please
youtube not play


18:47:57 T:4877529088 NOTICE: Thread CDVDPlayer start, auto delete: false
18:47:57 T:4877529088 NOTICE: Creating InputStream
18:47:58 T:4877529088 WARNING: FillBuffer: curl failed with code 22
18:47:58 T:4877529088 ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
18:47:58 T:4877529088 ERROR: Open - failed to open source <http://r3---sn-5cjvh-up5e.c.youtube.com/videoplayback?expire=1363044648&itag=22&ratebypass=yes&source=youtube&mv=m&id=28b024c528ecf196&key=yt1&upn=qz4ebltcCMk&ms=au&sparams=cp,id,ip,ipbits,itag,ratebypass,source,upn,expire&ipbits=8&newshard=yes&fexp=919111,931006,913564,914030,916611,920704,912806,902000,919512,929901,9​13605,925006,906938,931202,931203,931401,913566,908529,930803,920201,930101,9306​03,906834,926403&sver=3&cp=U0hVSFBPUl9JUkNONV9ISVZHOnlMS2R2c0x4MjFV&ip=80.78.79.254&mt=1363024036 | Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:16.0.1) Gecko/20121011 Firefox/16.0.1>


- download youtube work
- vimeo work

thanks all
find quote
haf-blade Offline
Junior Member
Posts: 40
Joined: Feb 2012
Reputation: 0
Post: #3203
Hi guys,

I've got some small issue with my YouTube plugin.
I use this plugin primarly with subscripted channels and all work well except the channel of "day9tv".
Due to the fact that this is my normally most used channel (yes I'm a starcraft2 nerd Tongue ) it is a real pain that it doesn't work.

He always says that I can't find some content. When I search in the plugin and say "More videos from day9tv" he finds them all.
Could someone please give me a hind how to fix it? Or perhaps someone could try if this works well on your pc.

Is there perhaps a possibility to delete the cache?
I tried out to delete all content of the plugin and reinstall but this didn't help Sad
find quote
DesktopMasters Offline
Junior Member
Posts: 6
Joined: May 2013
Reputation: 0
Post: #3204
I have random videos that will not play. For example "John Mulaney - The Xanax Story" played a few days ago now whenever I try to play it the plugin fails. Other videos will play. And some will not. I cannot find any solutions to this issue. Xanax Story: http://www.youtube.com/watch?v=NNGz-coRK5w
I would love any ideas or solutions from all of you out there. I am highly technical. (:

~ Merlin
find quote
Bunto Skiffler Offline
Senior Member
Posts: 107
Joined: Jun 2012
Reputation: 0
Post: #3205
me too, i think it started happening less than a week ago. script errors on vids that used to play fine. xbmc eden standalone linux.
find quote
DesktopMasters Offline
Junior Member
Posts: 6
Joined: May 2013
Reputation: 0
Post: #3206
Yes Linux Mint here with XBMC Version 12.2
find quote
DFergATL Offline
Junior Member
Posts: 43
Joined: Feb 2013
Reputation: 0
Post: #3207
I can no longer play any videos in youtube, nor can I log into youtube anymore either. Was fine yesterday. Just an other day of XBMC. I have gotten to the point where I dread turning it on when I get home from work. Every two or three days something else stops working.
find quote
slinuxgeek Offline
Senior Member
Posts: 187
Joined: Feb 2012
Reputation: 0
Post: #3208
(2013-05-17 20:27)ace5342 Wrote:  
(2013-05-16 11:29)slinuxgeek Wrote:  I could not find source for greasemonkey and I think it may not be related to youtube plugin code for xbmc.

I just want that search should start on click of a button in video library window, instead of by clicking on an item in panel control.
Right now there is a search icon item in panel if we click it, it displays all previous searches and another icon for new search clicking on that displays Dialog keyboard to enter search string to search.
I want to achieve same on click of a button.

I have been looking for a similar thing (one call or two at the most to go from the xbmc menu to the youtube search menu with the dialog box ready for input) using JSON RPC.

can you post here if you do find a solution as i could prob make what you want work for me.

Hi ace5342,

I did it through small script:
On click of the button I am calling this script:
PHP Code:
import xbmc
import CommonFunctions 
as common

def Main
():
    print 
"*************************Begin YouTube Search*****************************"
    
    
query common.getUserInput('Search YouTube''')
    if 
query:
        
xbmc.executebuiltin('ReplaceWindow(video,plugin://plugin.video.youtube/Explore Youtube/?feed=search&path=/root/search&search=' query ',return)')
        
    print 
"******************************END********************************"

if __name__ == '__main__':
    
Main() 
So basically I am trying to open the virtual folder with that folder path which is of same format when YouTube search displays a search result.
That will take some moment to draw result and there will not be any user feedback like working dialog displayed, but if you know little scripting you can achieve that too.
find quote
tinfox Online
Junior Member
Posts: 21
Joined: Dec 2011
Reputation: 0
Post: #3209
(2013-05-21 23:54)DFergATL Wrote:  I can no longer play any videos in youtube, nor can I log into youtube anymore either. Was fine yesterday. Just an other day of XBMC. I have gotten to the point where I dread turning it on when I get home from work. Every two or three days something else stops working.
Same here.
find quote
sfbay99 Offline
Member
Posts: 84
Joined: Jan 2011
Reputation: 0
Post: #3210
How to clear/ Flush youtube subscriptions channel's thumbnail?

Does anyone know how to clear/ Flush youtube subscriptions channel's thumbnail?, as you all know those subscriptions folder pickup the latest video as the thumbnail subscriptions folder and stay there forever, but sometime those thumbnail do not best represent those channel , but some how the addon store those thumbnail forever, even I
un-unsubscribe and unsubscribe again 3 months later , it still use the same old thumbnail picture !! why , how can I fix this. Can I individually only some channel thumbnail and keep others?
I am using Win7 / XBMC Version 11, thanks
find quote
Post Reply