more demo config cleanup

This commit is contained in:
j 2012-06-13 18:01:32 +02:00
parent 70892dd463
commit b9ce9d487c
1 changed files with 34 additions and 34 deletions

View File

@ -66,12 +66,12 @@
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.
*/
"clipLayers": ["publicnotes", "keywords", "subtitles"],
"clipLayers": ["transcripts", "keywords", "places", "events", "descriptions"],
// fixme: either this, or filter: true in itemKeys, but not both
"filters": [
{"id": "director", "title": "Director", "type": "string"},
{"id": "country", "title": "Country", "type": "string"},
{"id": "year", "title": "Year", "type": "integer"},
{"id": "year", "title": "Year", "type": "string"},
{"id": "language", "title": "Languages", "type": "string"},
{"id": "featuring", "title": "Featuring", "type": "string"},
{"id": "keywords", "title": "Keywords", "type": "string"}
@ -119,7 +119,7 @@
},
{
"id": "name",
"title": "Name",
"title": "People",
"type": ["string"],
"autocomplete": true,
"find": true
@ -168,12 +168,8 @@
{
"id": "year",
"title": "Year",
"type": "year",
"additionalSort": [{"key": "director", "operator": "+"}, {"key": "title", "operator": "+"}],
"autocomplete": true,
"columnWidth": 60,
"filter": true,
"find": true,
"type": "string",
"columnWidth": 120,
"sort": true
},
{
@ -203,7 +199,7 @@
},
{
"id": "publicnotes",
"title": "Notes",
"title": "Public Notes",
"type": "layer",
"find": true
},
@ -346,7 +342,14 @@
"title": "User",
"type": "string",
"capability": "canSeeFiles",
"find": false
"find": true
},
{
"id": "filename",
"title": "Filename",
"type": ["string"],
"capability": "canSeeFiles",
"find": true
},
{
"id": "created",
@ -417,6 +420,14 @@
{"id": "files", "title": "Files"}
],
"layers": [
{
"id": "keywords",
"title": "Keywords",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Keyword",
"overlap": true,
"type": "string"
},
{
"id": "privatenotes",
"title": "Private Notes",
@ -429,25 +440,13 @@
},
{
"id": "publicnotes",
"title": "Notes",
"title": "Public Notes",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"hasEvents": true,
"hasPlaces": true,
"item": "Note",
"overlap": true,
"showInfo": true,
"type": "text"
},
{
"id": "keywords",
"title": "Keywords",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"hasEvents": true,
"hasPlaces": true,
"item": "Keyword",
"overlap": true,
"type": "string"
},
{
"id": "subtitles",
"title": "Subtitles",
@ -497,7 +496,7 @@
"system": "system@pandora.local"
},
"id": "pandora",
"name": "Demo",
"name": "pan.do/ra",
"url": "pandora.local",
"videoprefix": ""
},
@ -532,7 +531,7 @@
"annotationsCalendarSize": 128,
"annotationsFont": "small",
"annotationsMapSize": 128,
"annotationsRange": "all",
"annotationsRange": "position",
"annotationsSize": 256,
"annotationsSort": "position",
"clipsColumns": 2,
@ -543,16 +542,16 @@
}
},
"filters": [
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
{"id": "country", "sort": [{"key": "items", "operator": "-"}]},
{"id": "year", "sort": [{"key": "name", "operator": "+"}]},
{"id": "featuring", "sort": [{"key": "items", "operator": "-"}]},
{"id": "director", "sort": [{"key": "name", "operator": "+"}]},
{"id": "country", "sort": [{"key": "name", "operator": "+"}]},
{"id": "year", "sort": [{"key": "name", "operator": "-"}]},
{"id": "featuring", "sort": [{"key": "name", "operator": "+"}]},
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]}
],
"filtersSize": 176,
"find": {"conditions": [], "operator": "&"},
"followPlayer": true,
"icons": "posters",
"icons": "frames",
"infoIconSize": 256,
"item": "",
"itemFind": "",
@ -581,10 +580,11 @@
"showIconBrowser": false,
"showInfo": true,
"showLayers": {
"places": false,
"events": false,
"keywords": true,
"privatenotes": true,
"publicnotes": true,
"subtitles": true
"descriptions": true,
"transcripts": true
},
"showMapControls": false,
"showMapLabels": false,