Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support POSTing whole albums instead of just single tracks with .addTracksToPlaylist() #208

Open
mcmxcdev opened this issue Nov 1, 2021 · 0 comments

Comments

@mcmxcdev
Copy link

mcmxcdev commented Nov 1, 2021

Is your feature request related to a problem? Please describe.

I am looking for the functionality to add whole artist albums to a playlist, but it seems it is only possible to add tracks for what ever reason. It's many more requests this way to the API, and I would rather keep the amount of requests small.

This is probably not possible since it is not documented in: https://developer.spotify.com/documentation/web-api/reference/#/operations/add-tracks-to-playlist, but I was wondering if there is a way that I don't see.

Describe the solution you'd like
.addTracksToPlaylist() should also support albums rather than just tracks and episodes.

Describe alternatives you've considered
Iterating over all albums, making a lot of requests for tracks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant