hnarayanan / shpotify

A command-line interface to Spotify.
https://harishnarayanan.org/projects/
2.02k stars 153 forks source link

Add recommended tracks to queue #152

Open davidem opened 3 years ago

davidem commented 3 years ago

I wanted to implement the 'radio' feature of Spotify, but unfortunately there's no API for that. The closest thing available is "get recommended songs by seed", where the seed can be a mixture of 5 tracks, artists and/or genres.

I just wanted to let you know I've implemented this in my 3.0 version, PR #144. Using "spotify match " it adds 10 'recommended songs' to the queue and only works if spotify is not paused. Spotify will return errors when paused, saying it can't find a playable device. I'll see if I can work around that...

Cheers,

David