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
194 stars 51 forks source link

Decouple photos and gallery (#61) #103

Closed hille721 closed 3 years ago

hille721 commented 3 years ago

I've added an additonal command line option '--image-source' with which one can specifiy a source image directory from where the images should be copied.

@haltakov: this should be related to the issue #61. I don't know if you had already an idea to solve this, but I need this feature urgently for my planned workflows. And my implementaion was pretty simple and not much effort.

PS: Many Thanks for this great tool/library!

haltakov commented 3 years ago

I tested your PR and it works great. I would like to do some small fixes in the code and write a test for this parameter, but since you say it is urgent, I'll merge it like this and publish it as a new version (I don't have time now to do that). I'll fix the details later and push a minor version update.