freyr-js icon indicating copy to clipboard operation
freyr-js copied to clipboard

Synchronize Liked Songs

Open miraclx opened this issue 4 years ago • 2 comments

Freyr could implement a feature for synchronizing tracks off a special playlist of liked songs.

Traffic on this issue determines whether or not it gets implemented.

miraclx avatar Dec 18 '20 21:12 miraclx

Might be possible with the following Spotify endpoint: https://developer.spotify.com/documentation/web-api/reference/library/get-users-saved-tracks/. Will need a user-specific API key.

jessicah avatar Dec 19 '20 21:12 jessicah

Freyr could easily implement this, the ground work has already been laid down.

It will, however, require custom authorization per-user (See https://github.com/miraclx/freyr-js#service-configuration)

Another problem though is structuring an appropriate URI for this playlist.

spotify:user or spotify:liked or spotify:favorite

Personally, I think spotify:liked, deezer:liked fits just right.

miraclx avatar Dec 19 '20 22:12 miraclx