How to search for duplicates based on date taken?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
eswul62
Posts: 97
Joined: Wed Jul 31, 2013 6:07 am

How to search for duplicates based on date taken?

Post by eswul62 »

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!
void
Developer
Posts: 15464
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to search for duplicates based on date taken?

Post by void »

"\...\everything64.exe" -s* date-taken:[formatfiletime:[get-property:"%1","date-taken"],yyyyMMdd\THHmmss.SSSSSSS]

date-taken:
[get-property:...]
eswul62
Posts: 97
Joined: Wed Jul 31, 2013 6:07 am

Re: How to search for duplicates based on date taken?

Post by eswul62 »

Super.

As always, many thanks!
I overlooked it in the "Search Functions"
ahum.. :oops:
Post Reply