-
I am trying the setup the config to do a number of things.
|
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Oct 14, 2022
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
rubberban
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set
directory
to an empty list (or string):"directory": []
or use
-D
instead of-d
{date:%Y%m%d_%H%M%S}
(Format Codes)This is actually native Python stuff, so you can find more details with a search engine.
There is no
--prefix
command-line option, but you can achieve something similar by preparing afilename
format string the right way:{prefix:?//}
at the front of a format string, e.g."filename": "{prefix?//}{category}-{date}-{id}{num}{filename}.{extension}"
-o keywords.prefix=someusername-