This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
981
stars
79
forks
source link
Add endpoint for separate albums in Your Library #883
We are building an app with Spotify's eSDK. When playing an album in your library (e.g. via Spotify Connect), the following uri is provided: "spotify:user:username:collection:album:0iYAnDAQLAOXIl5bUAfYG3". There is no matching Web Api endpoint for this context, so we cannot show the list of saved songs from the album.
Endpoint(s):
GET /v1/me/albums
Scope(s):
user-library-read
Steps to reproduce:
Save some of the songs from an album
In Spotify Desktop, play the album via Your Library
Your Spotify app using Spotify eSDK cannot display the current list because there is no web api endpoint to get it from.
Expected behaviour:
There is an endpoint to get the album track list which contains only the saved songs from the album.
Actual behaviour:
There is no such endpoint. Listing the full album would not work very nice either since it will look weird if it skips songs when clicking next etc.
Issue found on May 15th 2018.
We are building an app with Spotify's eSDK. When playing an album in your library (e.g. via Spotify Connect), the following uri is provided: "spotify:user:username:collection:album:0iYAnDAQLAOXIl5bUAfYG3". There is no matching Web Api endpoint for this context, so we cannot show the list of saved songs from the album.
Endpoint(s):
GET /v1/me/albums
Scope(s):
Steps to reproduce:
Expected behaviour:
There is an endpoint to get the album track list which contains only the saved songs from the album.
Actual behaviour:
There is no such endpoint. Listing the full album would not work very nice either since it will look weird if it skips songs when clicking next etc.