From 0ffc71190ca631f48daf76052799d9951d3cd507 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Mon, 21 Sep 2015 11:25:13 +0100 Subject: [PATCH 1/5] date is filter --- config.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/config.jsonc b/config.jsonc index cc1219c..6412cef 100644 --- a/config.jsonc +++ b/config.jsonc @@ -218,6 +218,7 @@ "type": "string", "columnWidth": 120, //"format": {"type": "date", "args": ["%a, %b %e, %Y"]}, + "filter": true, "sort": true }, { From f73acac3b6ac59ae60d421efb3e0c2c139b3ef72 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Mon, 21 Sep 2015 11:25:13 +0100 Subject: [PATCH 2/5] date is filter --- config.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/config.jsonc b/config.jsonc index cc1219c..6412cef 100644 --- a/config.jsonc +++ b/config.jsonc @@ -218,6 +218,7 @@ "type": "string", "columnWidth": 120, //"format": {"type": "date", "args": ["%a, %b %e, %Y"]}, + "filter": true, "sort": true }, { From 3b96d45dc111b0adf66f438443d44910b311e3b1 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Mon, 21 Sep 2015 12:42:41 +0100 Subject: [PATCH 3/5] direct download --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 6412cef..9b2a589 100644 --- a/config.jsonc +++ b/config.jsonc @@ -997,7 +997,7 @@ "torrent": If true, video downloads are offered via BitTorrent */ "video": { - "torrent": true, + "torrent": false, "formats": ["webm"], "previewRatio": 1.3333333333, //supported resolutions are From 33881b4c5dd8afe58c1492da1dda5a224bfcc9dc Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Mon, 21 Sep 2015 14:52:48 +0100 Subject: [PATCH 4/5] name keys --- static/js/infoView.mdr.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/infoView.mdr.js b/static/js/infoView.mdr.js index 9ebabf2..e9a25b4 100644 --- a/static/js/infoView.mdr.js +++ b/static/js/infoView.mdr.js @@ -18,7 +18,8 @@ pandora.ui.infoView = function(data) { iconLeft = iconSize == 256 ? Math.floor((iconSize - iconWidth) / 2) : 0, borderRadius = ui.icons == 'posters' ? 0 : iconSize / 8, margin = 16, - nameKeys = ['director', 'cinematographer', 'featuring'], + nameKeys = ['director', 'cinematographer', 'featuring', + 'editor', 'writer', 'producer'], listKeys = nameKeys.concat(['language', 'topic', 'groups']), statisticsWidth = 128, From d0033b6dd03a30ea5d148094b66f1cb78d6aa843 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Mon, 21 Sep 2015 17:08:05 +0100 Subject: [PATCH 5/5] default to posters --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 9b2a589..a5d6c89 100644 --- a/config.jsonc +++ b/config.jsonc @@ -890,7 +890,7 @@ "find": {"conditions": [], "operator": "&"}, "followPlayer": true, "help": "", - "icons": "frames", + "icons": "posters", "infoIconSize": 256, "item": "", "itemFind": "",