fix config.pandora.jsonc
This commit is contained in:
parent
f1d97fb65a
commit
907f115b36
1 changed files with 21 additions and 25 deletions
|
@ -66,12 +66,12 @@
|
||||||
text of clips. Excluding a layer from this list means it will not be
|
text of clips. Excluding a layer from this list means it will not be
|
||||||
included in find annotations. // FIXME: the last bit is not implemented.
|
included in find annotations. // FIXME: the last bit is not implemented.
|
||||||
*/
|
*/
|
||||||
"clipLayers": ["transcripts", "keywords", "places", "events", "descriptions"],
|
"clipLayers": ["publicnotes", "keywords", "subtitles"],
|
||||||
// fixme: either this, or filter: true in itemKeys, but not both
|
// fixme: either this, or filter: true in itemKeys, but not both
|
||||||
"filters": [
|
"filters": [
|
||||||
{"id": "director", "title": "Director", "type": "string"},
|
{"id": "director", "title": "Director", "type": "string"},
|
||||||
{"id": "country", "title": "Country", "type": "string"},
|
{"id": "country", "title": "Country", "type": "string"},
|
||||||
{"id": "year", "title": "Year", "type": "string"},
|
{"id": "year", "title": "Year", "type": "integer"},
|
||||||
{"id": "language", "title": "Languages", "type": "string"},
|
{"id": "language", "title": "Languages", "type": "string"},
|
||||||
{"id": "featuring", "title": "Featuring", "type": "string"},
|
{"id": "featuring", "title": "Featuring", "type": "string"},
|
||||||
{"id": "keywords", "title": "Keywords", "type": "string"}
|
{"id": "keywords", "title": "Keywords", "type": "string"}
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "name",
|
"id": "name",
|
||||||
"title": "People",
|
"title": "Name",
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"find": true
|
"find": true
|
||||||
|
@ -168,8 +168,12 @@
|
||||||
{
|
{
|
||||||
"id": "year",
|
"id": "year",
|
||||||
"title": "Year",
|
"title": "Year",
|
||||||
"type": "string",
|
"type": "year",
|
||||||
"columnWidth": 120,
|
"additionalSort": [{"key": "director", "operator": "+"}, {"key": "title", "operator": "+"}],
|
||||||
|
"autocomplete": true,
|
||||||
|
"columnWidth": 60,
|
||||||
|
"filter": true,
|
||||||
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -199,7 +203,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "publicnotes",
|
"id": "publicnotes",
|
||||||
"title": "Public Notes",
|
"title": "Notes",
|
||||||
"type": "layer",
|
"type": "layer",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
@ -344,13 +348,6 @@
|
||||||
"capability": "canSeeFiles",
|
"capability": "canSeeFiles",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "filename",
|
|
||||||
"title": "Filename",
|
|
||||||
"type": ["string"],
|
|
||||||
"capability": "canSeeFiles",
|
|
||||||
"find": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "created",
|
"id": "created",
|
||||||
"title": "Date Created",
|
"title": "Date Created",
|
||||||
|
@ -440,7 +437,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "publicnotes",
|
"id": "publicnotes",
|
||||||
"title": "Public Notes",
|
"title": "Notes",
|
||||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
"item": "Public Note",
|
"item": "Public Note",
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
|
@ -482,7 +479,7 @@
|
||||||
],
|
],
|
||||||
"sendReferrer": true,
|
"sendReferrer": true,
|
||||||
"site": {
|
"site": {
|
||||||
"description": "pan.do/ra is a free, open source media archive. It allows you to manage large, decentralized collections of video, to collaboratively create metadata and time-based annotations, and to serve your archive as a cutting-edge web application.",
|
"description": "This is a demp of pan.do/ra a free, open source media archive. It allows you to manage large, decentralized collections of video, to collaboratively create metadata and time-based annotations, and to serve your archive as a cutting-edge web application.",
|
||||||
"email": {
|
"email": {
|
||||||
// E-mail address in contact form (to)
|
// E-mail address in contact form (to)
|
||||||
"contact": "system@pandora.local",
|
"contact": "system@pandora.local",
|
||||||
|
@ -492,7 +489,7 @@
|
||||||
"system": "system@pandora.local"
|
"system": "system@pandora.local"
|
||||||
},
|
},
|
||||||
"id": "pandora",
|
"id": "pandora",
|
||||||
"name": "pan.do/ra",
|
"name": "Demo",
|
||||||
"url": "pandora.local",
|
"url": "pandora.local",
|
||||||
"videoprefix": ""
|
"videoprefix": ""
|
||||||
},
|
},
|
||||||
|
@ -527,7 +524,7 @@
|
||||||
"annotationsCalendarSize": 128,
|
"annotationsCalendarSize": 128,
|
||||||
"annotationsFont": "small",
|
"annotationsFont": "small",
|
||||||
"annotationsMapSize": 128,
|
"annotationsMapSize": 128,
|
||||||
"annotationsRange": "position",
|
"annotationsRange": "all",
|
||||||
"annotationsSize": 256,
|
"annotationsSize": 256,
|
||||||
"annotationsSort": "position",
|
"annotationsSort": "position",
|
||||||
"clipsColumns": 2,
|
"clipsColumns": 2,
|
||||||
|
@ -538,16 +535,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filters": [
|
"filters": [
|
||||||
{"id": "director", "sort": [{"key": "name", "operator": "+"}]},
|
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||||
{"id": "country", "sort": [{"key": "name", "operator": "+"}]},
|
{"id": "country", "sort": [{"key": "items", "operator": "-"}]},
|
||||||
{"id": "year", "sort": [{"key": "name", "operator": "-"}]},
|
{"id": "year", "sort": [{"key": "name", "operator": "-"}]},
|
||||||
{"id": "featuring", "sort": [{"key": "name", "operator": "+"}]},
|
{"id": "featuring", "sort": [{"key": "items", "operator": "-"}]},
|
||||||
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]}
|
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]}
|
||||||
],
|
],
|
||||||
"filtersSize": 176,
|
"filtersSize": 176,
|
||||||
"find": {"conditions": [], "operator": "&"},
|
"find": {"conditions": [], "operator": "&"},
|
||||||
"followPlayer": true,
|
"followPlayer": true,
|
||||||
"icons": "frames",
|
"icons": "posters",
|
||||||
"infoIconSize": 256,
|
"infoIconSize": 256,
|
||||||
"item": "",
|
"item": "",
|
||||||
"itemFind": "",
|
"itemFind": "",
|
||||||
|
@ -576,11 +573,10 @@
|
||||||
"showIconBrowser": false,
|
"showIconBrowser": false,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"showLayers": {
|
"showLayers": {
|
||||||
"places": false,
|
|
||||||
"events": false,
|
|
||||||
"keywords": true,
|
"keywords": true,
|
||||||
"descriptions": true,
|
"privatenotes": true,
|
||||||
"transcripts": true
|
"publicnotes": true,
|
||||||
|
"subtitles": true
|
||||||
},
|
},
|
||||||
"showMapControls": false,
|
"showMapControls": false,
|
||||||
"showMapLabels": false,
|
"showMapLabels": false,
|
||||||
|
|
Loading…
Reference in a new issue