play file by url
#1
Hi,
I'd like to start a special playlist or file on Kodi by browsing an url. For example in my browser favorites i have a favorite like http://x.x.x.x:8080/play/test.m3u and kody should play this test.m3u when i open the link.
Is there any webinterface or add-on with this feature?
Reply
#2
got the answer: http://x.x.x.x:8080/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.Open", "params": { "item": { "file": "special://profile/playlists/video/test.m3u" } }, "id": 1}
Reply

Logout Mark Read Team Forum Stats Members Help
play file by url0