indiancinema: update default list columns and default filters

This commit is contained in:
rolux 2013-02-19 21:02:44 +05:30
parent 82bc3f64bd
commit f3d94b69ec
1 changed files with 13 additions and 13 deletions

View File

@ -182,6 +182,17 @@
"format": {"type": "duration", "args": [0, "short"]},
"sort": true
},
{
"id": "productioncompany",
"title": "Studio",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
"filter": true,
"find": true,
"sort": true,
"sortType": "person"
},
{
"id": "writer",
"title": "Writer",
@ -204,17 +215,6 @@
"sort": true,
"sortType": "person"
},
{
"id": "productioncompany",
"title": "Studio",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
"filter": true,
"find": true,
"sort": true,
"sortType": "person"
},
{
"id": "cinematographer",
"title": "Cinematographer",
@ -728,7 +728,7 @@
{"id": "year", "sort": [{"key": "name", "operator": "+"}]},
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
{"id": "productioncompany", "sort": [{"key": "items", "operator": "-"}]},
{"id": "genre", "sort": [{"key": "items", "operator": "-"}]}
{"id": "actor", "sort": [{"key": "items", "operator": "-"}]}
],
"filtersSize": 176,
"find": {"conditions": [], "operator": "&"},
@ -741,7 +741,7 @@
"itemFind": "",
"itemSort": [{"key": "position", "operator": "+"}],
"itemView": "info",
"listColumns": ["title", "director", "country", "year", "language", "runtime", "genre"],
"listColumns": ["title", "director", "year", "language", "runtime", "productioncompany"],
"listColumnWidth": {},
"listSelection": [],
"listSort": [{"key": "year", "operator": "+"}],