mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[GH-ISSUE #38] File name too long to extract from ZIP files (and too long in general) - for full album downloads #33
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#33
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 @IZA165 on GitHub (Oct 18, 2025).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/38
If downloading a full album as a zip, the filename structure should just be (for example)

01 West End Girls (2023 Remaster)
02 Song
03 Song
Some of these titles are too long to actually extract! (more than 260 characters)
@UtkuGARIP commented on GitHub (Oct 22, 2025):
You're right. I think the following format is sufficient. 👍
Song Number. Artist - Song Title.flac (01. George Michael - Faith.flac)
@IZA165 commented on GitHub (Oct 23, 2025):
I didn't actually mean this, I meant this;
"01 Faith.flac" in the folder "George Michael - Album" or just "Album"
This is how iTunes / Apple Music stores files (see my screenshot) and also how downloads from DAB / QobuzDL worked
