-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Question: How to start playing "Liked Songs" #380
Comments
Saddly, I looked into the |
Thanks for the fast answer. Even though I was hoping that there was a way. Have you got any idea how they solved it in Mopidy then? |
oh god, it seems it's actually something that can be done, just that the endpoint is not user friendly. That would require some extensive changes to spotcast, but basically:
That should work and is probably what mopidy does, because the only way to access songs in the liked songs "playlist" is on a per song basis. To go even further, we would probably need a logic to fetch song with a certain number limit and then offset and repeat until we have the full playlist. We could always limit the number of songs, but with the non-organisable nature of the liked songs "playlist" it wouldn't be a great UX. |
Wow kudos for the great job of actually figure out how it is done. That would also explain why "liked songs" is not like other Playlist, because well it's just a big pile of songs queued together. And yes I can imagine that it would be challenging when the list of liked songs contains hundreds or thousands of song, that the add to queue needs to be split up and maybe even include a delay. Is there any way to see In the list when a song has been liked? Really great job so far 👍 😉 |
Use |
Replace {user_uri} with the URI you get when you go to your profile in the Spotify desktop app and try to share a link to your profile but hold |
functionality working in beta |
I have a question I cant seem to find an answer for. At least not with my google skills.
I would like to start playing my Spotify "Liked Songs" via Spotcast on Homeassistant, but can't seem to figure out how (if Spotcast do support this feature).
From the Spotify web player I would open
https://open.spotify.com/collection/tracks
The official Spotify API has a call for it
https://developer.spotify.com/documentation/web-api/reference/#/operations/get-users-saved-albums
For Mopidy it seems like they found a solution to play the collection
mopidy/mopidy-spotify#313
I've tried using
spotify:your:tracks
and spotify:playlist:tracks
but with no luck
Could you please point me in the right direction :)
Best regards Daniel
The text was updated successfully, but these errors were encountered: