Workflow for large search
Posted: 15 May 2025, 01:18
I am searching my NAS for exact duplicate photos. Right now, I am using a MD5 (128-bit) comparison search and having it stop when it finds 1000 duplicates (otherwise, it crashes).
Since this takes so long, is there a way I could do a faster initial search to find files that are similar, and then use the MD5 search on this subset?
Since this takes so long, is there a way I could do a faster initial search to find files that are similar, and then use the MD5 search on this subset?