thumbsup: add config
This commit is contained in:
parent
c9da51ce71
commit
e2d6a21d0f
18
scripts/thumbsup/config.json
Normal file
18
scripts/thumbsup/config.json
Normal file
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue