Sorting without duplicates

Started by fastfred, August 20, 2024, 05:58:50 PM

Previous topic - Next topic

fastfred

Hi wanted to confirm if I am correct could I move my library rename/ sort without moving duplicates accurately?

StarGeek

You would need to give more details on exactly what you are trying to do. When you say library, is that just a directory full of files or files indexed by a Digital Asset Management (DAM) program such as DigiKam or Lightroom or Apple Photos.

When you say duplicate, do you mean duplicate names, or duplicate image? Exiftool doesn't have the ability to compare image data, so it cannot tell it two images are identical. If you mean by name, then exiftool won't move a file if there is already an existing file with the same name in the target location.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

fastfred

Sorry for being more detailed,  it's a library of home pics and videos in a gnome file manager sorted using exiftool.  Was a thought to move them without duplicates maybe by original date ? If possible and if accurate.

Thanks

Phil Harvey

This will work only if no 2 different images have the same date, and if all of the same images have the same date.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

fastfred