Just found this function Import and Sort. Awesome!
I've used a self fabricated script with EXIFTOOL before to sort images, but this looks like XnViewMP can perform the task.
In the script I've made it "escaped" when not finding EXIT-date and uses the file create date instead and continue with renaming the file to my liking which is:
Code: Select all
(({EXIF:Date Taken [Ymd_HMS]}_)){Filename}((Model: _{EXIF:Model}))
Regarding date here. Can't figure out if it's possible to do some condition here to make it fall back to file date when EXIF-information is not found.
Possible?
Or/and should I use Date Taken / Creation Date from another field?
"Date format variable" looks like it goes for file date.
Attached screenshots.