Updated to new version

This commit is contained in:
tfrdidi 2015-11-29 14:39:04 +01:00
parent e7c91f843e
commit 4dc8054890
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
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, **jpegs 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.
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.
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```. This variable contains the delta between events in seconds.
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.