From a9f54b8f42223606973dba88214008cf69f01e71 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 3 Apr 2023 04:39:04 -0400 Subject: [PATCH] Alter default structure to focus author --- README.md | 2 +- c3dbdl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b61c645..d35bb57 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ which are mapped at download file. The available fields are: The default structure leverages all of these options to create an archive-ready structure as follows: ``` -{genre}/{artist}/{album}/{title} [{year}] ({author}).{orig_file} +{genre}/{author}/{artist}/{album}/{title} [{year}].{orig_file} ``` As an example: diff --git a/c3dbdl b/c3dbdl index 5305e59..b4901ff 100755 --- a/c3dbdl +++ b/c3dbdl @@ -249,7 +249,7 @@ def database(): @click.command(name="download", short_help='Download files from C3DB.') @click.option( '-s', '--file-structure', '_file_structure', envvar='C3DBDL_DL_FILE_STRUCTURE', - default="{genre}/{artist}/{album}/{title} [{year}] ({author}).{orig_name}", + default="{genre}/{author}/{artist}/{album}/{title} [{year}].{orig_name}", help='Specify the output file/directory stucture.' ) @click.option( @@ -280,7 +280,7 @@ def download(_filters, _limit, _file_structure): \b The default output file structure is: - "{genre}/{artist}/{album}/{title} [{year}] ({author}).{orig_file}" + "{genre}/{author}/{artist}/{album}/{title} [{year}].{orig_file}" \b Filters allow granular selection of the song(s) to download. Multiple filters can be