forked from 0x2620/pandora
indiancinema config: add clip layers, ascending resolutions
This commit is contained in:
parent
18e81ae111
commit
2a2f06799b
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
||||||
text of clips. Excluding a layer from this list means it will not be
|
text of clips. Excluding a layer from this list means it will not be
|
||||||
included in find annotations.
|
included in find annotations.
|
||||||
*/
|
*/
|
||||||
"clipLayers": ["subtitles"],
|
"clipLayers": ["subtitles", "keywords", "notes"],
|
||||||
// fixme: either this, or filter: true in itemKeys, but not both
|
// fixme: either this, or filter: true in itemKeys, but not both
|
||||||
"filters": [
|
"filters": [
|
||||||
{"id": "director", "title": "Director", "type": "string"},
|
{"id": "director", "title": "Director", "type": "string"},
|
||||||
|
@ -803,6 +803,6 @@
|
||||||
"download": false,
|
"download": false,
|
||||||
"formats": ["webm", "mp4"],
|
"formats": ["webm", "mp4"],
|
||||||
"previewRatio": 1.7777777778,
|
"previewRatio": 1.7777777778,
|
||||||
"resolutions": [480, 240]
|
"resolutions": [240, 480]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue