A combination of a darktable lua script and python scripts to export files in darktable and automatically create a js lightgallery from them
|
|
пре 1 година | |
|---|---|---|
| res | пре 1 година | |
| LICENSE | пре 1 година | |
| README.md | пре 1 година | |
| all_galleries.py | пре 1 година | |
| create_gallery_index.py | пре 1 година | |
| create_gallery_search.py | пре 1 година | |
| create_lightgallery.py | пре 1 година | |
| export_to_lightgallery.lua | пре 1 година |
A combination of a darktable lua script and python scripts to export files in darktable and automatically create a js lightgallery from them
consists of export_to_lightgallery.lua. This script adds a module to the right side of darktable, showing
A click on the run button starts
After writing the images to the gallery directory, the python script "create_lightgallery.py" creates thumbnails, a header image and the index.html. Helper scripts create an overarching index.html linking to subgalleries with a javascript implementation of a searchable index of all the keywords.
There are still quirks with German umlauts.
The running of the helper scripts shall be automatized as a task immediately following a gallery creation instead of depending on inotify voodoo.
'''git config --global credential.helper store'''