custom-cards / spotify-card

Spotify playlist card for Home Assistant card
Other
362 stars 61 forks source link

Liked Songs/User's Saved Tracks - ?Playlist #174

Open Albuca opened 2 years ago

Albuca commented 2 years ago

Reopening this issue as there is now an API endpoint that exposes a User's Liked Songs/User's Saved Tracks: https://developer.spotify.com/console/get-current-user-saved-tracks

Generating an OAuth Token and trying it on the Spotify dev panel yields valid results. Unfortunately, I do not know how to translate the output json into something the Spotify card will like.

hcoohb commented 2 years ago

That would be a great feature indeed!

mattkbach commented 2 years ago

Agreed!

Mincka commented 2 years ago

It would be great to have this. In the meantime, there's a cheap method to convert the current list of the "Liked Song" to a standard playlist: https://www.lifewire.com/share-liked-songs-on-spotify-5200847 You can use the same method to manually update the standard playlist as Spotify proposes to only add "new ones".