simple-photo-gallery
simple-photo-gallery copied to clipboard
Generate multiple galleries from multiple folders of photos
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
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...