Alex A. Naanou 5f47d6da7b restructured the repo moving the legacy out of the way...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2020-08-28 17:32:02 +03:00

89 lines
1.5 KiB
Plaintext

This folder containse a set of scripts used to maintain an image
archive/index and related tasks...
TODO:
- migrate all index-related tasks to ImageGrid.Viewer
- make ImageGrid.Viewer scriptable
- make the rest of the scritps runnable from ImageGrid.Viewer
---
Archiving and index construction:
sync-flash.sh
Syncs a camera flash card to an archive folder.
Dependencies:
- process-archive.sh
- compress-archive.sh (optional)
- bash
For more info see:
sync-flash.sh --help
process-archive.sh
Processes and prepares the archive folder for viewing via
ImageGrid.Viewer.
Dependencies:
- exiftool
- vips
- bc
- bash
XXX add self dependency check...
For more info see:
process-archive.sh --help
compress-archive.sh
compresses raw files.
By default this will NTFS compress sony ARW files, but other
compression methods and raw formats are supported...
For more info see:
compress-archive.sh --help
update-exif.sh
Updates processed preview metadata from appropriate .PSD files.
Dependencies:
- exiv2 (to be deprecated)
For more info see:
update-exif.sh --help
---
Misc scripts:
flatten.sh
Flatten flickr/instagram favorite folder structure created by
ifttt appropriately renaming files.
./<author>/<filename> -> ./ALL/<author> - <filename>
vips-tn.sh
cleannwcache.bat
extract-metadata.sh
process-archive.bat -- windows version of process-archive.sh (partial)