freyr-js
freyr-js copied to clipboard
Synchronize Liked Songs
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.
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.
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.