mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #222] Folder Structure option not respected #186
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#186
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 @dilirity on GitHub (Jan 3, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/222
I'm trying to download https://open.spotify.com/album/3qNCqYQyWvvgTapGWLTQsk?si=OW2Du-VcTX6Nj4Jy0juRzw
Settings:
When I hit download, it doesn't respect the
Folder Structure:Even if I change it to
[{year}] {artist} - {album}, I get the same result.Changing it to
{artist}/[{year}] {album}, still puts the artist folder in the album name folder:If I try another album - https://open.spotify.com/album/4wZ0kgFwNY5rBugUjXpaCy?si=yadK1ZdXRJmUVY8_xAOMCg
I always end up having
album name/what ever structure I choose.For this one
Folder Structureis{artist}/[{year}] {album}, and I get:I think the problem might be that the album/playlist name is unconditionally added here, before the template is applied:
https://github.com/afkarxyz/SpotiFLAC/blob/main/frontend/src/hooks/useDownload.ts#L85-L88
Lyrics and Cover probably have the same problem.