From 2a2f06799b9aa2df3ed456d9e7b0068c4ba16172 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 1 Mar 2013 11:17:37 +0000 Subject: [PATCH] indiancinema config: add clip layers, ascending resolutions --- pandora/config.indiancinema.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 64d2c793..2ef1ca72 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -72,7 +72,7 @@ text of clips. Excluding a layer from this list means it will not be included in find annotations. */ - "clipLayers": ["subtitles"], + "clipLayers": ["subtitles", "keywords", "notes"], // fixme: either this, or filter: true in itemKeys, but not both "filters": [ {"id": "director", "title": "Director", "type": "string"}, @@ -803,6 +803,6 @@ "download": false, "formats": ["webm", "mp4"], "previewRatio": 1.7777777778, - "resolutions": [480, 240] + "resolutions": [240, 480] } }