Posts: 32
Joined: May 2014
Reputation:
0
For the last 24h my youtube search doesn't work (daily limit exceeded) and also 'popular right now' doesn't work. I see that people here were having some issues with youtube lately but it doesn't seem to be the same issues i had.
Posts: 1
Joined: Feb 2016
Reputation:
0
OK.
I've followed activoice's solution on my Raspberry Pi2 running on Openelec, changing the "login_client.py" with SSH.
The result is that only "My subscription" is working and playing videos. But NO search, no channels, nothing.
Any ideas ?
Posts: 188
Joined: Feb 2012
Reputation:
0
Everytime i try to sign out it doesnt let me i get pop up saying login failed but remains signed in can someone please help me out on this thanks
Posts: 2
Joined: Jun 2015
Reputation:
0
Anyone with their own YouTube addons - the 'user' designation for channel id no longer works - In my addons I have changed all the user ids to their channel ids and they now work fine. playlist id still works. This is using a new api. I am currently updating all my addons to reflect this.
Posts: 266
Joined: Dec 2013
Reputation:
9
xbmc.executebuiltin('PlayMedia(plugin://plugin.video.youtube/play/?video_id='+ url +')')
This is what I am using in Python.
If you want to use it from a skin command then it's should look like that:
PlayMedia(plugin://plugin.video.youtube/play/?video_id=WFwHq6cY040)