nextcloudpi/etc/ncp-config.d/nc-previews-auto.cfg

23 lines
689 B
INI

{
"id": "nc-previews-auto",
"name": "Nc-previews-auto",
"title": "nc-previews-auto",
"description": "Periodically generate previews for the gallery",
"info": "This will make browsing the gallery much more smooth.\nWhen active, previews will be generated every night at 2am.\nFor big collections, this can take a LONG time depending on your hardware.\nYou can specify a maximum duration in minutes, or 0 for no limit.",
"infotitle": "",
"params": [
{
"id": "ACTIVE",
"name": "Active",
"value": "yes",
"type": "bool"
},
{
"id": "RUNTIME",
"name": "Max. runtime (in minutes)",
"value": "0",
"suggest": "0"
}
]
}