update indiancinema config

This commit is contained in:
rolux 2013-02-19 16:56:32 +05:30
parent cf66d218c3
commit 3d07fc1154
1 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
{ {
"additionalSort": [ "additionalSort": [
{"key": "director", "operator": "+"}, {"key": "director", "operator": "+"},
{"key": "year", "operator": "-"}, {"key": "year", "operator": "+"},
{"key": "title", "operator": "+"} {"key": "title", "operator": "+"}
], ],
"annotations": { "annotations": {
@ -120,7 +120,7 @@
"id": "title", "id": "title",
"title": "Title", "title": "Title",
"type": "string", "type": "string",
"additionalSort": [{"key": "year", "operator": "-"}, {"key": "director", "operator": "+"}], "additionalSort": [{"key": "year", "operator": "+"}, {"key": "director", "operator": "+"}],
"autocomplete": true, "autocomplete": true,
"autocompleteSortKey": "votes", "autocompleteSortKey": "votes",
"columnRequired": true, "columnRequired": true,
@ -133,7 +133,7 @@
"id": "director", "id": "director",
"title": "Director", "title": "Director",
"type": ["string"], "type": ["string"],
"additionalSort": [{"key": "year", "operator": "-"}, {"key": "title", "operator": "-"}], "additionalSort": [{"key": "year", "operator": "+"}, {"key": "title", "operator": "-"}],
"autocomplete": true, "autocomplete": true,
"columnRequired": true, "columnRequired": true,
"columnWidth": 180, "columnWidth": 180,
@ -155,7 +155,7 @@
{ {
"id": "year", "id": "year",
"title": "Year", "title": "Year",
"type": "year", "type": "string",
"additionalSort": [{"key": "director", "operator": "+"}, {"key": "title", "operator": "+"}], "additionalSort": [{"key": "director", "operator": "+"}, {"key": "title", "operator": "+"}],
"autocomplete": true, "autocomplete": true,
"columnWidth": 60, "columnWidth": 60,
@ -725,7 +725,7 @@
"filters": [ "filters": [
{"id": "director", "sort": [{"key": "items", "operator": "-"}]}, {"id": "director", "sort": [{"key": "items", "operator": "-"}]},
{"id": "productioncompany", "sort": [{"key": "items", "operator": "-"}]}, {"id": "productioncompany", "sort": [{"key": "items", "operator": "-"}]},
{"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": "genre", "sort": [{"key": "items", "operator": "-"}]} {"id": "genre", "sort": [{"key": "items", "operator": "-"}]}
], ],
@ -784,7 +784,7 @@
"showSitePosters": false, "showSitePosters": false,
"showTimeline": true, "showTimeline": true,
"sidebarSize": 256, "sidebarSize": 256,
"theme": "oxlight", "theme": "oxmedium",
"videoMuted": false, "videoMuted": false,
"videoPoints": {}, "videoPoints": {},
"videoResolution": 96, "videoResolution": 96,