Solved JSON RPC data works for videos but not audio/music
#1
I am using the following:

Code:
{"jsonrpc": "2.0", "method": "Player.PlayPause", "params": { "playerid": 1 }, "id": 1}
{"jsonrpc": "2.0", "method": "Player.Stop", "params": { "playerid": 1 }, "id": 1}
{"jsonrpc": "2.0", "method": "Player.PlayPause", "params": { "playerid": 1 }, "id": 1}

Are these not supposed to work for both music and videos playing?
Reply
#2
For music you need to set the "playerid" to 0.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
(2014-02-07, 17:56)Montellese Wrote: For music you need to set the "playerid" to 0.

thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
JSON RPC data works for videos but not audio/music0