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

nc-previews.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cb85a4b93de50f864bdbff2cb7e39a2f2f103bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "id": "nc-previews",
  "name": "Nc-previews",
  "title": "nc-previews",
  "description": "Generate previews for the gallery",
  "info": "This will make browsing the gallery much more smooth.\nFor big collections, this can take a LONG time, depending on your hardware\nOptionally, include a path in the form '/_user_/files/_path_' (incremental only)",
  "infotitle": "",
  "params": [
    {
      "id": "CLEAN",
      "name": "Clean first",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "INCREMENTAL",
      "name": "Incremental",
      "value": "yes",
      "type": "bool"
    },
    {
      "id": "PATH1",
      "name": "Path",
      "value": "",
      "suggest": "/ncp/files/Documents"
    }
  ]
}