ivandokov / phockup

Media sorting tool to organize photos and videos from your camera in folders by year, month and day.
MIT License
856 stars 108 forks source link

File skipped, duplicated file #205

Closed salvadorAnt closed 1 year ago

salvadorAnt commented 1 year ago

If file is skipped, due duplicated file, it could be deleted from source

ivandokov commented 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.

rob-miller commented 1 year ago

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,

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.

ivandokov commented 1 year ago

I'm not against adding an option to delete source files, but it shouldn't be by default.