Page 1 of 1
Import and sort... creation EXIF Date
Posted: Tue Jan 28, 2025 7:18 pm
by bamboo5
Is there a way to import and sort using other field that is not name or modification date?
I would like to sort it via creation exif date.
Otherwise I guess I could convert all modification date into the creation date, but I would rather not do that.
Kind regards,
Re: Import and sort... creation EXIF Date
Posted: Sat Feb 01, 2025 12:25 pm
by bamboo5
At the end I managed to do it with exif tool and powershell:
Code: Select all
& "C:\Program Files\XnViewMP\AddOn\exiftool.exe" -o . "-Directory<DateTimeOriginal" -d "X:\CopyTo\%Y" -r "X:\CopyFrom\"
Re: Import and sort... Choose Date
Posted: Sat Feb 01, 2025 4:44 pm
by michel038
Bravo for the workaround, I'm taking note of these parameters.
I'm using this date format -d %Y-%m-%d
Your initial request is interesting, and a suggestion for improvement seems justified.
At the bottom of the import and sort window, a choice of date field would make it possible to reprocess files with awkwardly modified dates.
Re: Import and sort... creation EXIF Date
Posted: Sun Feb 02, 2025 10:13 am
by bamboo5
I can't trust the creation exif further than the year, which is why I want to organise by year. I have also found that very few softwares let you specify the use of a Year only, mostly defaults to Year and Month.