Closed salvadorAnt closed 1 year ago
The software do not delete any source files just in case something failed during the process. That's a security measure against development errors.
Would you consider a PR for something like a --movedel
option which would modify the move
and skip
behavior to delete the source file if it is detected as a duplicate? In other words,
--
option, only valid if move
and skip
are enabledfilecmp.cmp(filename, target_file, shallow=False)
My goal is to process multiple versions of my photo library to get them down to one clean tree. By deleting the exact duplicates (by criteria above) I'm left with just the files that need EXIF dates added to them.
I'm not against adding an option to delete source files, but it shouldn't be by default.
If file is skipped, due duplicated file, it could be deleted from source