jmathai / elodie

An EXIF-based photo assistant, organizer and workflow automation tool.
https://bit.ly/introducing-elodie
Apache License 2.0
1.25k stars 137 forks source link

ISO 8601 datetime without capitalising the rest of the filename? #451

Open edent opened 1 year ago

edent commented 1 year ago

I'd like my filenames to start with the IS08601 datetime - 2023-04-08T12:52:57

If I do:

[File]
date=%Y-%m-%dT%H:%M:%S
name=%date %location.%extension

I get 2023-04-08t12:52:57 with a lower-case t. Is there any way to get that to be T without capitalising the whole string?

(This may be a use case for #450 )

jmathai commented 1 year ago

Lots of detailed configuration requests for capitalization of file names :).

This and #450 requires a different approach to capitalization than what the library has now.