mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-25 23:25:57 +03:00
[GH-ISSUE #175] [Feature Request] Choose how playlists are downloaded #144
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#144
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 @NilsMoller on GitHub (Dec 19, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/175
Currently, if I download a playlist it puts everything in the folder structure that I configured but under the playlist name as a root folder. It would be great if I can choose whether those downloads go in the root or under a playlist folder.
@rcMarty commented on GitHub (Dec 27, 2025):
I think it would be better if everything were downloaded in your defined structure to avoid duplicates and just create .m3u8 playlist files.
@Rielbe commented on GitHub (Dec 31, 2025):
This would be perfect. The same happens with artists. If I have defined {artist}/{album} and I download directly from the artist profile, it will download it at {artist}/{artist}/{album}.
A workaround that is solving this for me is to set a custom path and put ../{artist}/{album}. This way, the playlist/artist folder will be created anyways, but the songs will download under {artist}/{album}.