As the title says: am seeking a way to find duplicates images based on Exif Date Taken.
The original images (from the camera) may have been renamed, stored elsewhere, or whatever.
there is a 'dm:' or 'dc:'
I have a context menu item to search for duplicates of a selected file.
the Everything parameter reading For searching duplicates based on dm
"\...\everything64.exe" -s* dm:[formatfiletime:[get-date-modified:"%1"],yyyyMMdd\THHmmss.SSSSSSS]
but how should this read to do the same based on date taken?
thanks!
How to search for duplicates based on date taken?
Re: How to search for duplicates based on date taken?
"\...\everything64.exe" -s* date-taken:[formatfiletime:[get-property:"%1","date-taken"],yyyyMMdd\THHmmss.SSSSSSS]
date-taken:
[get-property:...]
date-taken:
[get-property:...]
Re: How to search for duplicates based on date taken?
Super.
As always, many thanks!
I overlooked it in the "Search Functions"
ahum..
As always, many thanks!
I overlooked it in the "Search Functions"
ahum..