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