From e2d6a21d0f725b7d5a6ddc26b7ad2e7600537d22 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Thu, 3 Dec 2020 13:13:09 +0100 Subject: [PATCH] thumbsup: add config --- scripts/thumbsup/config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 scripts/thumbsup/config.json diff --git a/scripts/thumbsup/config.json b/scripts/thumbsup/config.json new file mode 100644 index 0000000..47c27ca --- /dev/null +++ b/scripts/thumbsup/config.json @@ -0,0 +1,18 @@ +{ + "input": "/home/pi/data/img", + "output": "/home/pi/gallery", + "title": "Planktoscope's Gallery", + "thumb-size": 200, + "photo-preview": "symlink", + "video-preview": "symlink", + "photo-download": "symlink", + "video-download": "symlink", + "cleanup": true, + "albums-from": [ + "%path" + ], + "sort-albums-by": "title", + "sort-media-by": "filename", + "theme": "classic", + "usage-stats": false +} \ No newline at end of file