Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-03-18 19:38:37 +03:00
parent 17a419f3d2
commit 5ab2115d5e

View File

@ -35,7 +35,7 @@ $ ./sync-archive.sh
``` ```
This will: This will:
- Create directory structure - Create the directory structure
(see: [Archive directory structure](#archive-direcotry-structure)) (see: [Archive directory structure](#archive-direcotry-structure))
- Copy and verify the contents of 1 or more external media - Copy and verify the contents of 1 or more external media
to the archive directory to the archive directory
@ -45,10 +45,19 @@ This will:
### `process-archive.sh` ### `process-archive.sh`
Process the syncronized data for use with [ImageGrid.Viewer]()
```shell ```shell
$ ./process-archive.sh [FLAGS] PATH $ ./process-archive.sh [FLAGS] PATH
``` ```
This will:
- Extract previews from RAW files
- Extract metadata
- Build index
### `compress-archive.sh` ### `compress-archive.sh`