Hello
I have OSMC running on PI 2, remotely controlled with JSON-RPC.
I’m trying to make it play a directory of videos on repeat all mode, except it does not repeat at all.
My JSON-RPC command :
'{"jsonrpc":"2.0","id":"1","method":"Player.Open","params":{"item":{"directory":"/mnt/media"},"options":{"repeat":"all"}}}'
Any ideas?