indiancinema config: add clip layers, ascending resolutions

This commit is contained in:
rolux 2013-03-01 11:17:37 +00:00
parent 18e81ae111
commit 2a2f06799b
1 changed files with 2 additions and 2 deletions

View File

@ -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]
}
}