indiancinema: update config and info view
This commit is contained in:
parent
d8b247d864
commit
20c5186640
2 changed files with 235 additions and 130 deletions
|
|
@ -77,13 +77,19 @@
|
|||
{"id": "director", "title": "Director", "type": "string"},
|
||||
{"id": "year", "title": "Year", "type": "integer"},
|
||||
{"id": "language", "title": "Language", "type": "string"},
|
||||
{"id": "genre", "title": "Genre", "type": "string"},
|
||||
{"id": "color", "title": "Color", "type": "string"},
|
||||
{"id": "sound", "title": "Sound", "type": "string"},
|
||||
{"id": "productioncompany", "title": "Studio", "type": "string"},
|
||||
{"id": "writer", "title": "Writer", "type": "string"},
|
||||
{"id": "producer", "title": "Producer", "type": "string"},
|
||||
{"id": "codirector", "title": "Co-Director", "type": "string"},
|
||||
{"id": "writer", "title": "Writer", "type": "string"},
|
||||
{"id": "cinematographer", "title": "Cinematographer", "type": "string"},
|
||||
{"id": "editor", "title": "Editor", "type": "string"},
|
||||
{"id": "actor", "title": "Actor", "type": "string"}
|
||||
{"id": "composer", "title": "Composer", "type": "string"},
|
||||
{"id": "lyricist", "title": "Lyricist", "type": "string"},
|
||||
{"id": "actor", "title": "Actor", "type": "string"},
|
||||
{"id": "genre", "title": "Genre", "type": "string"},
|
||||
{"id": "keyword", "title": "Keyword", "type": "string"}
|
||||
],
|
||||
"flags": false,
|
||||
/*
|
||||
|
|
@ -204,8 +210,8 @@
|
|||
"title": "Studio",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"description": true,
|
||||
"columnWidth": 180,
|
||||
"description": true,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
|
|
@ -221,6 +227,17 @@
|
|||
"sort": true,
|
||||
"sortType": "person"
|
||||
},
|
||||
{
|
||||
"id": "codirector",
|
||||
"title": "Co-Director",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 180,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"sortType": "person"
|
||||
},
|
||||
{
|
||||
"id": "writer",
|
||||
"title": "Writer",
|
||||
|
|
@ -265,9 +282,20 @@
|
|||
"sort": true,
|
||||
"sortType": "person"
|
||||
},
|
||||
{
|
||||
"id": "lyricist",
|
||||
"title": "Lyricist",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 180,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"sortType": "person"
|
||||
},
|
||||
{
|
||||
"id": "actor",
|
||||
"title": "Actor",
|
||||
"title": "Cast",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"filter": true,
|
||||
|
|
@ -323,7 +351,7 @@
|
|||
},
|
||||
{
|
||||
"id": "imdbId",
|
||||
"title": "IMDb",
|
||||
"title": "IMDb ID",
|
||||
"type": "string",
|
||||
"columnWidth": 90,
|
||||
"sort": true
|
||||
|
|
@ -756,7 +784,7 @@
|
|||
"videoScale": "fit",
|
||||
"videoSize": "small",
|
||||
"videoSubtitles": true,
|
||||
"videoTimeline": "antialias",
|
||||
"videoTimeline": "keyframes",
|
||||
"videoView": "player",
|
||||
"videoVolume": 1
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue