0xCCF4 / PhotoSort

A tool to rename/move/copy/hardlink/symlink and sort photos and videos by its EXIF date.
GNU General Public License v3.0
5 stars 1 forks source link

[Feature request] Choice between lower or upper case letters for file extension #49

Closed roykrikke closed 4 days ago

roykrikke commented 5 days ago

Would be great to implement if you could select lower or upper case letters for file extension. As it is currently implemented as default is always upper case letters for the output file extension.

Flag could be --extension-mode upper OR lower OR original [default: original]

0xCCF4 commented 4 days ago

Great idea.

I think that this would be easier to implement as filename formatter (like {name}, {date}, ...), having an optional parameter (like {date?format}) that can be either lower, upper, copy or something.

{ext?lower} would then be replaces by png and {ext?upper} by PNG.

Let me know, if I should implement this or you would like to try it. (#45)

roykrikke commented 4 days ago

Would be great if you could implement for now. Then I can start using the new feature. On top of this I will start my learning journey and start contributing at a later time.

roykrikke commented 4 days ago

Wow, that's quick! Thanks

roykrikke commented 2 days ago

Feature is working perfect, thanks!