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