I've been automating my LMS commands using Google Home/IFTTT/Home
Assistant/LMS HTTP commands. I would like to send a command which will
emulate pressing the Play button on my Squeezebox Boom remote.
Specifically, if I have have paused playback on the Squeezebox Boom,
turned it off, and then press the Play button, I want it to resume
playback from where it left off (usually mid-song). However, when I
execute the command below it always resumes playback from the *start *of
the last track that was playing, rather than resuming mid-track:
curl -X GET
"http://192.168.1.10:9000/status.html?player=00:12:34:56:78:90&p0=play";'

Is there an alternative API command that I can use to turn the
Squeezebox Boom back on and resume playback from wherever in the track
it was last playing?


------------------------------------------------------------------------
itm's Profile: http://forums.slimdevices.com/member.php?userid=17437
View this thread: http://forums.slimdevices.com/showthread.php?t=108863

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

Reply via email to