Go to file
tfrdidi 4dc8054890 Updated to new version 2015-11-29 14:39:04 +01:00
jpgSorter.py jpgSorter.py 2015-11-29 14:34:20 +01:00
readme.md Updated to new version 2015-11-29 14:39:04 +01:00
recovery.py Propmt when input parameter missing, progress output 2015-11-29 14:35:13 +01:00

readme.md

Sort files recoverd by Photorec

Photorec does a great job when recovering deleted files. But the result is a huge, unsorted, unnamed amount of files. Especially for external hard drives serving as backup of all the personal data, sortig them is an endless job.

This program helps you sorting your files. First of all, the files are copied to own folders for each file type. Second, jpgs are distinguished by the year when they have been taken and by the event. We thereby define an event as a time span during them photos are taken. It has a delta of 4 days without a photo to another event.

Usage

python recovery.py <path to files recovered by Photorec> <destination>

This copies the recovered file to their file type folder in the destination directory. The recovered files are not modified. If a file already exists in the destination directory, it is skipped. Hence you can interrupt the process with Ctrl+C and continue afterwards.

Adjust event distance

For the case you want to reduce or increase the timespan between events, simply adjust the variable minEventDelta in jpgHelper.py. This variable contains the delta between events in seconds.