Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
JSON command to start youtube video
#1
I'm trying to get to fire up a youtube video by sending a URL to my kodi box. 

I put together info from a few resources and constructed the following command to issue from a browser but I'm getting an error. Can someone help correct it please?
 
Code:
http://192.168.1.52:8080/jsonrpc?request='{"jsonrpc":"2.0","id":"1","method":"Player.Open","params":{"item":{"file":"plugin://plugin.video.youtube/?action=play_video&videoid='szjaHbjhauk'"}}}

I'm getting the error 

{"error":{"code":-32700,"message":"Parse error."},"id":null,"jsonrpc":"2.0"}
Reply
#2
Anyone can help with this? Sorry to bump. Even a link to demystifying these JSON constructs would help. Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
JSON command to start youtube video0