mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-28 00:55:54 +03:00
[GH-ISSUE #491] Only 100 tracks in playlist #291
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fepegar on GitHub (May 15, 2020).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/491
Hi,
I'm trying to retrieve all tracks in a playlist, but can get only 100:
Output:
whereas this playlist has many more songs. Is this documented? Am I missing anything?
@stephanebruckert commented on GitHub (May 17, 2020):
@fepegar have a look at the
playlist_tracksendpoint:@fepegar commented on GitHub (May 17, 2020):
I see, thanks! I think that didn't exist back when I wrote my code. Isn't there a way to just get all the tracks?
@stephanebruckert commented on GitHub (May 19, 2020):
@fepegar nope because a playlist can contain up to 11k tracks, it could possibly time out with so much data