Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nc-previews-auto.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ed14029eeeec0bb14a723d71eff1a4d8fcbc999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
    }
  ]
}