forked from 0x2620/pandora
more entity defaults
This commit is contained in:
parent
8acfd57d10
commit
73f5a4cb10
2 changed files with 8 additions and 1 deletions
|
@ -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'
|
||||
):
|
||||
|
|
|
@ -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": "-"}]},
|
||||
|
|
Loading…
Reference in a new issue