mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
29 lines
725 B
INI
29 lines
725 B
INI
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|