-
I'm try with this format but it not work for avatar
Is there any way to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Oct 25, 2024
Replies: 1 comment 1 reply
-
Use "filename": "{date:?/_/%Y-%m-%d}{filename}.{extension}" or use an "instagram": {
"filename": "{date:%Y-%m-%d}_{filename}.{extension}",
"avatar": {
"filename": "{filename}.{extension}"
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nongtor01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
:?
to ignore emptydate
valuesor use an
avatar
-specific filename format.