Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recommended tracks to queue #152

Open
davidem opened this issue May 14, 2021 · 0 comments
Open

Add recommended tracks to queue #152

davidem opened this issue May 14, 2021 · 0 comments

Comments

@davidem
Copy link

davidem commented May 14, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant