mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[GH-ISSUE #84] Playlist and queue capped on 100 songs only #70
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#70
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 @tmatzxzone on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/84
Describe the bug
Playlist and queue capped on 100 songs only
To Reproduce
Steps to reproduce the behavior:
Example of bug
A link to a 100+ playlist : https://music.binimum.org/playlist/5c0e1a0f-8291-42c6-a52a-30e217147ed4
Expected behavior
It should display all 185 tracks as it shown in the playlist
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@Asher-1971 commented on GitHub (Dec 28, 2025):
same here did u find a fix ?
@PlsJustDoIt commented on GitHub (Dec 29, 2025):
I think it's because of the limit used in the api call to retrieve songs : getAlbum
@LDprg commented on GitHub (Dec 29, 2025):
It seems the api has no offset function, so ths will likely need a backend update first.
@Asher-1971 commented on GitHub (Jan 1, 2026):
did u manage to find a work around ?
@LDprg commented on GitHub (Jan 1, 2026):
No, I looked into the code and it seems like there is no way to bypass this without upstream changes.
@LDprg commented on GitHub (Jan 1, 2026):
No, I looked into the code and it seems like there is no way to bypass this without upstream changes.
@JulienMaille commented on GitHub (Jan 1, 2026):
https://github.com/uimaxbai/hifi-api/pull/2
@Asher-1971 commented on GitHub (Jan 4, 2026):
i hope its fixed soon
@binimum commented on GitHub (Jan 5, 2026):
@JulienMaille has pushed a change to enable this from the upstream API, and now it just needs to be implemented in the frontend.
@Asher-1971 commented on GitHub (Jan 17, 2026):
is it applied yet ?
@binimum commented on GitHub (Jan 18, 2026):
No, I haven't applied it yet. I'm beginning to encourage migration to Monochrome (https://monochrome.samidy.com) because I'm winding down and switching to other projects. I might push every now and then but they push much more.
@thedavidweng commented on GitHub (Jan 26, 2026):
Album also capped on 100 songs, example being The Beatles (White Album / Super Deluxe), a 107 tracks album