productioncompany

This commit is contained in:
j 2013-02-18 14:17:37 +00:00
parent 4f67e4ddb3
commit 6ef7ad809e
1 changed files with 13 additions and 1 deletions

View File

@ -81,6 +81,7 @@
{"id": "genre", "title": "Genre", "type": "string"},
{"id": "writer", "title": "Writer", "type": "string"},
{"id": "producer", "title": "Producer", "type": "string"},
{"id": "productioncompany", "title": "Production Company", "type": "string"},
{"id": "cinematographer", "title": "Cinematographer", "type": "string"},
{"id": "editor", "title": "Editor", "type": "string"},
{"id": "actor", "title": "Actor", "type": "string"},
@ -202,6 +203,17 @@
"sort": true,
"sortType": "person"
},
{
"id": "productioncompany",
"title": "Production Company",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
"filter": true,
"find": true,
"sort": true,
"sortType": "person"
},
{
"id": "cinematographer",
"title": "Cinematographer",
@ -712,7 +724,7 @@
},
"filters": [
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
{"id": "producer", "sort": [{"key": "items", "operator": "-"}]},
{"id": "productioncompany", "sort": [{"key": "items", "operator": "-"}]},
{"id": "year", "sort": [{"key": "name", "operator": "-"}]},
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
{"id": "genre", "sort": [{"key": "items", "operator": "-"}]}