[GH-ISSUE #176] Album track list (Title list) only returns 40 entries #89

Closed
opened 2026-02-28 14:46:57 +03:00 by kerem · 1 comment
Owner

Originally created by @trames57 on GitHub (Dec 1, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/176

When retrieving an album after a search that has a large number of tracks, the track list for the album only returns 40 entries. I tried the Ctrl-d and it did not page to more tracks. Examples:

https://open.spotify.com/album/2SiUY7fgTpAxZk6H3Lya6t
https://open.spotify.com/album/40qIrKzta1myNjmhYKB9nf

Not sure it this is a limitation of the web API or not.

Originally created by @trames57 on GitHub (Dec 1, 2019). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/176 When retrieving an album after a search that has a large number of tracks, the track list for the album only returns 40 entries. I tried the Ctrl-d and it did not page to more tracks. Examples: https://open.spotify.com/album/2SiUY7fgTpAxZk6H3Lya6t https://open.spotify.com/album/40qIrKzta1myNjmhYKB9nf Not sure it this is a limitation of the web API or not.
kerem closed this issue 2026-02-28 14:46:57 +03:00
Author
Owner

@Rigellute commented on GitHub (Dec 2, 2019):

The web api has a max limit of 50 and spotify-tui attempts to set the limit to whatever your screen can hold (but still has a max of 50 on large screens).

Pagination (triggered by ctrl-d is not yet implemented in all screens)

<!-- gh-comment-id:560311366 --> @Rigellute commented on GitHub (Dec 2, 2019): The web api has a max limit of 50 and `spotify-tui` attempts to set the limit to whatever your screen can hold (but still has a max of 50 on large screens). Pagination (triggered by `ctrl-d` is not yet implemented in all screens)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#89
No description provided.