2024-01-21 12:41:35 +01:00
|
|
|
gallery
|
|
|
|
=======
|
|
|
|
|
2023-12-08 02:16:04 +01:00
|
|
|
This is gallery software designed to maintain a shadow structure
|
|
|
|
of your filesystem, in which you can attach metadata to your media,
|
|
|
|
and query your collections in various ways.
|
|
|
|
|
|
|
|
All media is content-addressed by its SHA-1 hash value, and at your option
|
|
|
|
also perceptually hashed. Duplicate search is an essential feature.
|
|
|
|
|
2024-01-21 11:23:16 +01:00
|
|
|
Prerequisites: Go, ImageMagick v7, xdg-utils
|
2023-12-08 02:16:04 +01:00
|
|
|
|
|
|
|
The gallery is designed for simplicity, and easy interoperability.
|
|
|
|
sqlite3, curl, jq, and the filesystem will take you a long way.
|
|
|
|
|
|
|
|
The intended mode of use is running daily automated sync/thumbnail/dhash/tag
|
2024-01-21 12:41:35 +01:00
|
|
|
batches in a cron job, or from a system timer. See _test.sh_ for usage hints.
|