more entity defaults

This commit is contained in:
j 2014-12-01 17:23:11 +01:00
parent 8acfd57d10
commit 73f5a4cb10
2 changed files with 8 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def load_config():
#add missing defaults
for section in (
'capabilities', 'cantPlay', 'itemName', 'itemTitleKeys', 'media', 'posters',
'capabilities', 'cantPlay', 'entities', 'itemName', 'itemTitleKeys', 'media', 'posters',
'site', 'tv', 'user.ui', 'user.ui.part', 'user.ui.showFolder',
'menuExtras', 'languages'
):

View File

@ -75,6 +75,10 @@
included in find annotations. // FIXME: the last bit is not implemented.
*/
"clipLayers": ["publicnotes", "keywords", "subtitles"],
/*
"entities" are ...
*/
"entities": [],
"flags": false,
"help": [
{"id": "help", "title": "Help"},
@ -608,6 +612,9 @@
],
"editView": "list",
"embedSize": 256,
"entity": "",
"entitiesSelection": {},
"entitiesType": "",
"filters": [
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
{"id": "country", "sort": [{"key": "items", "operator": "-"}]},