mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 23:25:58 +03:00
[GH-ISSUE #93] [Feature Request] create artist and album folder #86
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#86
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 @hermesthecat on GitHub (Dec 16, 2023).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/93
can you add auto create artist and album folder?
example:
"basePath": "../Download/{artist_name}/{album_name}/",
if it exists no problem save track to folder,
if not exists create folders and save track to folder.
@Rafiuth commented on GitHub (Dec 16, 2023):
This should already work but the variables (
{artist_name}/{album_name}/) have to go in the "track template" field. Base path doesn't support variables.