PreferencesΒΆ

Scan Type: This option determines the type of scan that will be made on your pictures. The Contents scan type compares the actual contents of the pictures in a fuzzy way (making it possible to find not only exact duplicates, but also similar ones). The EXIF Timestamp scan type looks at the EXIF metadata of the picture (if it exists) and matches pictures that have the same one. It’s much faster than the Contents scan. Warning: Modified pictures often keep the same EXIF timestamp, so watch out for false positives when you use that scan type.

Filter Hardness: Contents scan type only. The higher is this setting, the “harder” is the filter (In other words, the less results you get). Most pictures of the same quality match at 100% even if the format is different (PNG and JPG for example.). However, if you want to make a PNG match with a lower quality JPG, you will have to set the filer hardness to lower than 100. The default, 95, is a sweet spot.

Match pictures of different dimensions: If you check this box, pictures of different dimensions will be allowed in the same duplicate group.

Can mix file kind: If you check this box, duplicate groups are allowed to have files with different extensions. If you don’t check it, well, they aren’t!

Ignore duplicates hardlinking to the same file: If this option is enabled, dupeGuru will verify duplicates to see if they refer to the same inode. If they do, they will not be considered duplicates. (Only for OS X and Linux)

Use regular expressions when filtering: If you check this box, the filtering feature will treat your filter query as a regular expression. Explaining them is beyond the scope of this document. A good place to start learning it is regular-expressions.info.

Remove empty folders after delete or move: When this option is enabled, folders are deleted after a file is deleted or moved and the folder is empty.

Copy and Move: Determines how the Copy and Move operations (in the Action menu) will behave.

  • Right in destination: All files will be sent directly in the selected destination, without trying to recreate the source path at all.
  • Recreate relative path: The source file’s path will be re-created in the destination folder up to the root selection in the Directories panel. For example, if you added /Users/foobar/SomeFolder to your Directories panel and you move /Users/foobar/SomeFolder/SubFolder/SomeFile.ext to the destination /Users/foobar/MyDestination, the final destination for the file will be /Users/foobar/MyDestination/SubFolder (SomeFolder has been trimmed from source’s path in the final destination.).
  • Recreate absolute path: The source file’s path will be re-created in the destination folder in it’s entirety. For example, if you move /Users/foobar/SomeFolder/SubFolder/SomeFile.ext to the destination /Users/foobar/MyDestination, the final destination for the file will be /Users/foobar/MyDestination/Users/foobar/SomeFolder/SubFolder.

In all cases, dupeGuru nicely handles naming conflicts by prepending a number to the destination filename if the filename already exists in the destination.

Custom Command: This preference determines the command that will be invoked by the “Invoke Custom Command” action. You can invoke any external application through this action. This can be useful if, for example, you have a nice diffing application installed.

The format of the command is the same as what you would write in the command line, except that there are 2 placeholders: %d and %r. These placeholders will be replaced by the path of the selected dupe (%d) and the path of the selected dupe’s reference file (%r).

If the path to your executable contains space characters, you should enclose it in “” quotes. You should also enclose placeholders in quotes because it’s very possible that paths to dupes and refs will contain spaces. Here’s an example custom command:

"C:\Program Files\SuperDiffProg\SuperDiffProg.exe" "%d" "%r"

Previous topic

Folder Selection

Next topic

Results