mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #173] Adding "albumartist" support for path names #838
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#838
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 @Dinduks on GitHub (Dec 18, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/173
Hi,
First of all, thanks for this great tool!
I organize my downloads with the custom path
{artist}/{artist} - {year} - {album} [WEB].On albums with tracks that have multiple artist names, this leads to this current directory structure:
The fix would simply having access to the album's artist in the custom path, which would then create a structure as such:
If you tell me where I can add it, I'll be happy to make a PR.
Thanks!