ExifTool Forum

ExifTool => Newbies => Topic started by: fastfred on August 20, 2024, 05:58:50 PM

Title: Sorting without duplicates
Post by: fastfred on August 20, 2024, 05:58:50 PM
Hi wanted to confirm if I am correct could I move my library rename/ sort without moving duplicates accurately?
Title: Re: Sorting without duplicates
Post by: StarGeek on August 20, 2024, 06:37:04 PM
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.
Title: Re: Sorting without duplicates
Post by: fastfred on August 20, 2024, 07:13:27 PM
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
Title: Re: Sorting without duplicates
Post by: Phil Harvey on August 20, 2024, 07:25:56 PM
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
Title: Re: Sorting without duplicates
Post by: fastfred on August 20, 2024, 07:41:42 PM
Ok thanks for the information.