spotify / web-api

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

Open Foldalake opened 6 years ago

Foldalake commented 6 years ago

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):

Scope(s):

Steps to reproduce:

  1. Save some of the songs from an album
  2. In Spotify Desktop, play the album via Your Library
  3. 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.

Foldalake commented 6 years ago

I should add that the same issue exists for artists in Your Library.