Youtube playlist creation
#1
Hi guys,

since days I'm trying to find the way to play several youtube video one after one using JSON RPC:

I have a list of video that I would like to send to KODI , And I would like it to play it automatically one by one

today i'm able to play one song with the following command:

http://192.168.xx.xx/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.Open", "params":{ "item" : {"file" : "plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=https://youtu.be/hSa_hbutFt0" }}, "id": 1}

when I relaunch the same command the song is stopped and the new song is played.

what should I do ?
Reply
#2
dont reopen it, queue it.
Reply

Logout Mark Read Team Forum Stats Members Help
Youtube playlist creation0