Search found 3 matches

by bamboo5
Sun Feb 02, 2025 10:13 am
Forum: MP - General Support
Topic: Import and sort... creation EXIF Date
Replies: 3
Views: 1322

Re: Import and sort... creation EXIF Date

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.
by bamboo5
Sat Feb 01, 2025 12:25 pm
Forum: MP - General Support
Topic: Import and sort... creation EXIF Date
Replies: 3
Views: 1322

Re: Import and sort... creation EXIF Date

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\"
by bamboo5
Tue Jan 28, 2025 7:18 pm
Forum: MP - General Support
Topic: Import and sort... creation EXIF Date
Replies: 3
Views: 1322

Import and sort... creation EXIF Date

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,