commit fcfc682b29799ed72b0bc8c4295e32caab690caa
parent b6724f0d66a3161d2bc37d5ed0a69f93e580701f
Author: rwa <apollo@rw-net.de>
Date: Mon, 15 Oct 2018 17:21:04 +0000
polished readme a bit
Diffstat:
M | README.md | | | 33 | +++++++++++++++++++++++---------- |
1 file changed, 23 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
@@ -6,14 +6,25 @@ You can adjust the main configurations to your needs by using a small config dia
## prerequisites
the tool asumes that your raw converter uses a folder structure of the following kind
-|- raw-file
-\- JPEG-Folder
- \- JPEG-File 1
- |- JPEG-File 2
-\- Sidecar-Folder
- \- Sidecar-File 1
- |- Sidecar-File 2
-
+ base folder
+ |_ raw file
+ |_ JPEG folder
+ |_ JPEG file 1
+ |_ JPEG file 2
+ |_ sidecar folder
+ |_ sidecar file 1
+ |_ sidecar file 2
+
+on a real world scenario, this might look like this:
+
+ MyPictures
+ |_ IMG0001.DNG
+ |_ JPEG
+ |_ IMG0001.JPG
+ |_ IMG0001_colorkey.JPG
+ |_ SILKYPIX_DS
+ |_ IMG0001.spd
+
## features
- move files (raw, jpeg, sidecar) to selected destination folder
- delete files (raw, jpeg, sidecar)
@@ -25,4 +36,6 @@ the tool asumes that your raw converter uses a folder structure of the following
- german
# JpegDivider
-JpegDivider helps you split your jpeg files from raw files to create the folder structure mentioned above.
-\ No newline at end of file
+JpegDivider helps you split your jpeg files from raw files to create the folder structure mentioned above.
+
+## parameters
+\ No newline at end of file