jishi / node-sonos-http-api

An HTTP API bridge for Sonos easing automation. Hostable on any node.js capable device, like a raspberry pi or similar.
http://jishi.github.io/node-sonos-http-api/
MIT License
1.83k stars 462 forks source link

Playing a song adds it to the queue? #848

Open GavontiP opened 1 year ago

GavontiP commented 1 year ago

I'm curious as to why it's the case that both ways we can play songs via Spotify. "http://localhost:5007/musicsearch/spotify/song/party+girl" or "http://localhost:5007/spotify/now/${uri}" Both of these methods also add the song to the queue which is weird considering it's also played so now it's playing and queued. Also is there any way to move specific songs from the queue so I can create a more accurate queue?