This commit adds support for configurably enabling closed captions by
default. Set the "default_cc_lang" in a config file, or "cc_lang" in the
[video] node of an .hmml file. Once set, videos which contain captions
for this langage will be initialised with these captions enabled.
New config setting:
default_cc_lang
New [video] node field:
cc_lang
@ -1451,6 +1451,7 @@ file credits this person for the entire project, but indexers may \"uncredit\" p
filecreditsthispersonfortheentireproject,butindexersmay\"uncredit\" people in the [video] node of a HMML file."},
{"css_path","Path relative to assets_root_dir and assets_root_url where CSS files are located."},
{"db_location","Absolute file path where the database file resides. If you run multiple instances of Cinera on the same machine, please ensure this db_location differs between them."},
{"default_cc_lang","The ISO 639-1 language code of the closed captions to enable by default. May be overridden by setting the cc_lang in the video node of an HMML file."},
{"default_medium","The ID of a medium (see also medium) which will be the default for the project. May be overridden by setting the medium in the video node of an HMML file."},
{"deny","See allow."},
{"deny_bespoke_templates","Indexers may use the \"template\" attribute in the video node of an .hmml file to set a bespoke template for that entry, superseding any configured player_template. Setting \"deny_bespoke_templates\" to true prevents this."},