Default folder + keywords in command? #8645
Unanswered
AldebaraanMKII
asked this question in
Q&A
Replies: 1 comment
-
|
(I replaced {
"extractor": {
"base-directory": "F:\\Temp\\Downloads\\Hitomi",
"directory" : ["{artist!S}", "{artist!S} ({date:%Y-%m-%d}) ({gallery_id}) {title} ({language})"],
"filename" : "{artist!S} ({date:%Y-%m-%d}) ({gallery_id}) {title} ({language}) ({num} of {count}).{extension}"
}
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how do i set it up so that the folder the files are downloaded is:
{artist}\{artist} ({date:%Y-%m-%d}) ({gallery_id}) {title} ({language})but the base folder is:
F:\Temp\Downloads\Hitomiso that it becomes:
F:\Temp\Downloads\Hitomi\{artist}\{artist} ({date:%Y-%m-%d}) ({gallery_id}) {title} ({language})and the filename is:
{artist} ({date:%Y-%m-%d}) ({gallery_id}) {title} ({language}) ({num} of {count}).{extension}Also it is possible to add that as a argument to the command itself? I don't want to use the config in this case.
Beta Was this translation helpful? Give feedback.
All reactions