simple_gallery

Generate simple, static HTML/CSS gallery
Log | Files | Refs | README

commit 9001769e9d4ad474e3fc9a2518106b69cdae668d
parent bddc360359e1002641619ebbd0538b61f35b3276
Author: sej <sej@sejdt.localhost>
Date:   Wed, 30 Oct 2024 16:25:25 +0100

Explanation of the scripts

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -15,6 +15,8 @@ Example Usage ./gallery_builder.sh <input_image_folder> <albums.json> <output_folder> +This invokes the scripts extract\_metadata.sh, gen\_thumbs.sh and jinjarender.py. These scripts can also be invoked manually, which could be useful for correcting errors in the EXIF metadata, by editing output\_folder/img/metadata/\*.csv before generating HTML using jinjarender.py. + Note that images in the input folder are not modified, instead are copied to the output folder. The script assumes that every image in the input JSON exists, so make sure every image in the JSON album actually exists in the input image folder. @@ -43,6 +45,7 @@ The albums.json is simply a JSON file with the following structure: An image can exist in multiple albums and is only stored once. There are however multiple pages for the same image to preserve the album structure. + Images, Thumbnails & Metadata -----------------------------