diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index c4be33e1a..7b278334d 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -81,12 +81,15 @@ {"id": "country", "title": "Country", "type": "string"}, {"id": "year", "title": "Year", "type": "integer"}, {"id": "language", "title": "Language", "type": "string"}, - {"id": "genre", "title": "Genre", "type": "string"}, + {"id": "color", "title": "Color", "type": "string"}, + {"id": "sound", "title": "Sound", "type": "string"}, {"id": "writer", "title": "Writer", "type": "string"}, {"id": "producer", "title": "Producer", "type": "string"}, {"id": "cinematographer", "title": "Cinematographer", "type": "string"}, {"id": "editor", "title": "Editor", "type": "string"}, {"id": "actor", "title": "Actor", "type": "string"}, + {"id": "productionCompany", "title": "Studio", "type": "string"}, + {"id": "genre", "title": "Genre", "type": "string"}, {"id": "keyword", "title": "Keyword", "type": "string"} ], "flags": true, @@ -203,6 +206,22 @@ "format": {"type": "duration", "args": [0, "short"]}, "sort": true }, + { + "id": "color", + "title": "Color", + "type": ["string"], + "columnWidth": 120, + "filter": true, + "sort": true + }, + { + "id": "sound", + "title": "Sound", + "type": ["string"], + "columnWidth": 120, + "filter": true, + "sort": true + }, { "id": "writer", "title": "Writer", @@ -279,6 +298,15 @@ "autocomplete": true, "find": true }, + { + "id": "productionCompany", + "title": "Production Company", + "type": ["string"], + "autocomplete": true, + "columnWidth": 180, + "find": true, + "sort": true + }, { "id": "series", "title": "TV Series", diff --git a/static/js/pandora/infoView.0xdb.js b/static/js/pandora/infoView.0xdb.js index 69bee1137..8edfb5fa9 100644 --- a/static/js/pandora/infoView.0xdb.js +++ b/static/js/pandora/infoView.0xdb.js @@ -301,7 +301,7 @@ pandora.ui.infoView = function(data) { .appendTo($text); } - // Country, Year, Language, Runtime ---------------------------------------- + // Country, Year, Language, Runtime, Color, Sound -------------------------- if (isEditable) { var $div = $('