From 8e4c2a7eb2fd7d718b26bc8c08af25522e66e8cc Mon Sep 17 00:00:00 2001 From: tfrdidi Date: Sat, 12 Mar 2016 11:40:29 +0100 Subject: [PATCH] put commands for usage under the usage headline added some hints for the output of the programm --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4ea9649..cabe074 100644 --- a/readme.md +++ b/readme.md @@ -4,8 +4,6 @@ Photorec does a great job when recovering deleted files. But the result is a hug 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. If no date from the past can be detected, these jpgs are put into one folder to be sorted manually. -All directories contain maximum 500 files. If one contains more, numbered subdirectories are created. If you want another file-limit, e.g. 1000, just put that number as third parameter to the execution of the programm: ```python recovery.py 1000``` - ## Usage @@ -13,6 +11,12 @@ All directories contain maximum 500 files. If one contains more, numbered subdir 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. +The first output of the programm is the number of files to copy. To count them might take some minutes depending on the amount of recovered files. Afterwareds you get some feedback every ~2000 processed files. + +All directories contain maximum 500 files. If one contains more, numbered subdirectories are created. If you want another file-limit, e.g. 1000, just put that number as third parameter to the execution of the programm: + +```python recovery.py 1000``` + ## Adjust event distance