Skip to content
Discussion options

You must be logged in to vote

Of the deduplicator results, what is the logic behind which file will be removed and which one kept?

The logic is defined here:
https://github.com/d4rken-org/sdmaid-se/tree/main/app/src/main/java/eu/darken/sdmse/deduplicator/core/arbiter/checks

The general order of checks which files to keep are by descending priority:

  • Prefer direct checksum matches over perception hashes
  • Prefer files that are in the gallery (media provider)
  • Prefer files files on primary storage
  • Prefer files that are less nested
  • Prefer files that are older
  • Prefer files that are larger

Is there a way to prioritise directories, metadata and file size (if perceptual hash detection was enabled),

This is currently hardco…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by francoisrob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants