Import and sort do an "if" on EXIF-data not available?
Posted: Sun Jun 04, 2023 6:48 am
Hi,
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:
The above field hides Date Taken and Model if they aren't present.
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.
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.