mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #54] [MERGED] Support for getting tracks from albums with more than 50 tracks #742
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#742
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?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/54
Author: @jsundram
Created: 6/4/2015
Status: ✅ Merged
Merged: 6/4/2015
Merged by: @plamere
Base:
master← Head:master📝 Commits (2)
bbed19fSupport for offset/limit with album/album_tracks API283c35foffset/limit only makes sense for album_tracks📊 Changes
5 files changed (+60 additions, -43 deletions)
View changed files
📝
CHANGES.txt(+7 -6)📝
README.md(+2 -1)📝
setup.py(+1 -1)📝
spotipy/client.py(+37 -35)📝
tests/tests.py(+13 -0)📄 Description
Albums with greater than 50 tracks (e.g. spotify:album:1vAbqAeuJVWNAe7UR00bdM) don't have all their tracks returned from the
album_tracksAPI. I added offset/limit params to the api client to support these albums, as well as test to ensure that the client and underlying API works.Apologies for some unrelated whitespace changes; my editor automatically strips whitespace from the ends of lines.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.