Hey,
I've got a little problem here. I want to start a playlist via Player.Open.
If i open a xsp playlist everything works as expected.
With this example everything is fine.
But when i want to start an m3u playlist with the following command
xbmc immediately gets a black screen and no music is played. i can get away from this when i press some buttons on my remote.
would be nice if someone could tell me what i do wrong
I've got a little problem here. I want to start a playlist via Player.Open.
If i open a xsp playlist everything works as expected.
With this example everything is fine.
Code:
http://192.168.1.40/jsonrpc?http://192.168.1.40/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.Open", "params": { "item": {"file":"special://profile/playlists/music/top100.xsp"} }, "id": 1}
But when i want to start an m3u playlist with the following command
Code:
http://192.168.1.40/jsonrpc?http://192.168.1.40/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.Open", "params": { "item": {"file":"special://profile/playlists/music/nontest.m3u"} }, "id": 1}
xbmc immediately gets a black screen and no music is played. i can get away from this when i press some buttons on my remote.
would be nice if someone could tell me what i do wrong