From 6ef7ad809ef6786c41fdf8716ca63a2b3b569607 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 18 Feb 2013 14:17:37 +0000 Subject: [PATCH] productioncompany --- pandora/config.indiancinema.jsonc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 9035f1bc..ee92bc67 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -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": "-"}]}