simple-photo-gallery icon indicating copy to clipboard operation
simple-photo-gallery copied to clipboard

Generate multiple galleries from multiple folders of photos

Open haltakov opened this issue 4 years ago • 2 comments

haltakov avatar Jun 11 '20 10:06 haltakov

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

hille721 avatar Mar 01 '21 17:03 hille721

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...

haltakov avatar Mar 02 '21 23:03 haltakov