haltakov / simple-photo-gallery

Beautiful and simple photo galleries that help you tell your story. Free and open-source.
https://haltakov.net/simple-photo-gallery
MIT License
199 stars 52 forks source link

Generate multiple galleries from multiple folders of photos #70

Open haltakov opened 4 years ago

hille721 commented 3 years ago

would be a great and useful feature!

in this context it would be also worth to think about a non interactive way with a config file instead. This would help to build up automated workflows.

Indeed I already build a simple wrapper around your library to achieve this and used such an ini file:

[DEFAULT]
gallery_root = /home/user/gallery

[Mexico 2017]
description = Una cerveza por favor
image_source = /home/user/Pictures/Mexico2017
background_photo = 2017-11-01_16-09-11.jpg
background_photo_offset = 30

[Dublin 2017]
description = One more Guiness, please
image_source = /home/hille/Pictures/Dublin2017
haltakov commented 3 years ago

Yeah, this would be important as well! I have ideas how to address these issues for a major overhaul planned with version 2.0. I need to find time to work on this, though...