Re: [slim] Web interface command to skip to next/previous track?

2018-01-18 Thread Michael Herger
Sorry I should have said...I'm using Home Assistant and its associated Squeezebox platform component. The entity_id identifies the device to be controlled (in this case media_player.lounge_tv). https://home-assistant.io/components/media_player.squeezebox/ I think you should get in touch with

Re: [slim] Web interface command to skip to next/previous track?

2018-01-18 Thread itm
mherger wrote: > > 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

Re: [slim] Web interface command to skip to next/previous track?

2018-01-18 Thread Michael Herger
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

Re: [slim] Web interface command to skip to next/previous track?

2018-01-18 Thread itm
mherger wrote: > Yes. HmmmI'm trying to shoehorn that into the JSON service data required by Home Assistant, but it's having no effect. This is an example of JSON data that successfully plays an album: { "entity_id": "media_player.lounge_tv", "command": "playlist", "parameters":

Re: [slim] Web interface command to skip to next/previous track?

2018-01-18 Thread mherger
itm wrote: > Thanks. I'm guessing that "00:04:20:ab:cd:ef" is the mac address of the > player? Yes. Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo mherger's Profile:

Re: [slim] Web interface command to skip to next/previous track?

2018-01-18 Thread itm
mherger wrote: > > I'm building a list of commands to control LMS from home-assistant > via > > the LMS web interface. I can't find a command to skip to the next or > > previous track - does such a command exist? > >

Re: [slim] Web interface command to skip to next/previous track?

2018-01-18 Thread Michael Herger
I'm building a list of commands to control LMS from home-assistant via the LMS web interface. I can't find a command to skip to the next or previous track - does such a command exist?

[slim] Web interface command to skip to next/previous track?

2018-01-18 Thread itm
I'm building a list of commands to control LMS from home-assistant via the LMS web interface. I can't find a command to skip to the next or previous track - does such a command exist? itm's Profile: