Skip to content

Instantly share code, notes, and snippets.

@GuilhermeBarile
Created November 3, 2011 18:53
Show Gist options
  • Save GuilhermeBarile/1337426 to your computer and use it in GitHub Desktop.
Save GuilhermeBarile/1337426 to your computer and use it in GitHub Desktop.
Play Youtube video on XBMC
curl -i -X POST -d '{"jsonrpc": "2.0", "method": "XBMC.Play", "params":{ "file" : "plugin://plugin.video.youtube/?action=play_video&videoid=VIDEOIDFROMYOUTUBEURL" }, "id": 1}' http://xbmc:8080/jsonrpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment