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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-03-13 09:24:06 +0300
committernachoparker <nacho@ownyourbits.com>2019-03-13 09:24:06 +0300
commite03b0953258716799ac25f3e293db823a69f7d0d (patch)
treef329d27d4adca8499067791033d3f2db40ff9cea /etc
parentccb6fc12e5355cdea79d8ed40121a74cfb355cd4 (diff)
nc-previews: improvementsv1.9.7
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-previews.cfg23
1 files changed, 21 insertions, 2 deletions
diff --git a/etc/ncp-config.d/nc-previews.cfg b/etc/ncp-config.d/nc-previews.cfg
index 0ac9fb4d..6cb85a4b 100644
--- a/etc/ncp-config.d/nc-previews.cfg
+++ b/etc/ncp-config.d/nc-previews.cfg
@@ -3,7 +3,26 @@
"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",
+ "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": []
+ "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"
+ }
+ ]
}