2019-03-13 00:24:34 -06:00

41 lines
821 B
INI

{
"id": "nc-scan",
"name": "Nc-scan",
"title": "nc-scan",
"description": "Scan NC for externally modified files",
"info": "Optionally we can specify up to 3 paths in the form '_user_/files/_path_'",
"infotitle": "",
"params": [
{
"id": "RECURSIVE",
"name": "Recursive",
"value": "yes",
"type": "bool"
},
{
"id": "NONEXTERNAL",
"name": "Ignore external files",
"value": "no",
"type": "bool"
},
{
"id": "PATH1",
"name": "Path",
"value": "",
"suggest": "/ncp/files/Documents"
},
{
"id": "PATH2",
"name": "Path",
"value": "",
"suggest": "/family/files/Photos"
},
{
"id": "PATH3",
"name": "Path",
"value": "",
"suggest": "/family/files/Videos"
}
]
}