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

Spotify Radio/autoplay support #867

Closed samueljim closed 1 year ago

samueljim commented 1 year ago

How difficult it would it be to integrate a keep playing function after the queue has ended where it automatically adds more similar songs? I hate that after the queue is done, the music just stops and I want something like YouTube autoplay to keep the party going 🥳

jishi commented 1 year ago

This would be very hard, since not even the native Sonos client does that and Spotify probably doesn't expose that functionality. It would have to find "similar songs" via some API and keep populating the queue.