This is an example of JSON data that successfully plays an album:
{ "entity_id": "media_player.lounge_tv", "command": "playlist",
"parameters": ["loadtracks", "album.titlesearch=abbey road"] }

This is nothing LMS would understand. I guess there's some middle-ware transforming this into a valid LMS request.

So I tried this to emulate your command:
{ "entity_id": "media_player.lounge_tv", "command": "playlist",
"parameters": ["index", "+1"] }

And this probably isn't part of the middle-ware.

Maybe you have some more information about the system you're using?

--

Michael
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to