mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[GH-ISSUE #15] Adjust track numbering in multiple-disc albums #12
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#12
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 @Aletag on GitHub (Oct 11, 2025).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/15
Problem
When downloading an album that is made up of multiple discs, the track numbering reflects only the numbers within each disc. So, for instance, the first tracks of the first and second discs would both be numbered '1', therefore appearing one after the other in the file succession of the downloaded folder.
It should be noted that the tracks appear in the correct order when viewing the album from the website.
Solution
Rename the downloaded files with consecutive numbers to reflect the order of appearance in the album -- or simply the order of downloading.
Sample album to reproduce issue
https://tidal.com/album/134170196
At the present moment this problem is very annoying because it means whenever a longer album is downloaded, tracks have to be moved/renamed manually.
@binimum commented on GitHub (Oct 16, 2025):
They are now named like this (01-01). Would that be ok?
@binimum commented on GitHub (Oct 16, 2025):
Pushed