diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index cdd2596b..2471b364 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -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": "+"}],