Compare commits

...

3 Commits

Author SHA1 Message Date
2c9c0b07ec docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-03-13 11:36:02 +03:00
aaa2e21241 Merge branch 'master' of github.com:flynx/ImageGrid 2024-03-13 11:33:12 +03:00
8bdf587622 typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-03-13 11:32:54 +03:00

View File

@ -36,7 +36,7 @@ $ ./sync-archive.sh
This will:
- Create the necessary directory structure
(see: [Archive directory structure](#arcive-direcotry-structure))
(see: [Archive directory structure](#archive-direcotry-structure))
- Copy and verify the contents of 1 or more external media
to the archive directory
- Prepare the archive for further work via `process-archive.sh`
@ -97,11 +97,7 @@ media
│   │ │ └── preview (RAW)
│   │ ├── 20240310 - shoot directory (fully sorted)
│   │ │ └── ...
│   │ ├── ...
│   │ ├── sync-flash.sh
│   │ ├── process-archive.sh
│   │ ├── compress-archive.sh
│   │ └── update-exif.sh
│   │ └── ...
│   └── others
│   └── ...
├── video
@ -109,3 +105,14 @@ media
├── ...
└── tree.sh
```
```
<date> - <info>
```
Leading `"-"` indicated a not fully sorted shoot.
```
- <date> - <info>
```