From 5ab2115d5e37de835110978ae986c5a84d10ccf3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Mar 2024 19:38:37 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- Archive/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Archive/README.md b/Archive/README.md index d3a1b20f..daba48fc 100644 --- a/Archive/README.md +++ b/Archive/README.md @@ -35,7 +35,7 @@ $ ./sync-archive.sh ``` This will: -- Create directory structure +- Create the directory structure (see: [Archive directory structure](#archive-direcotry-structure)) - Copy and verify the contents of 1 or more external media to the archive directory @@ -45,10 +45,19 @@ This will: ### `process-archive.sh` +Process the syncronized data for use with [ImageGrid.Viewer]() + ```shell $ ./process-archive.sh [FLAGS] PATH ``` +This will: +- Extract previews from RAW files +- Extract metadata +- Build index + + + ### `compress-archive.sh`