add option to save recordings as mkv
This commit is contained in:
parent
719ed8d8bd
commit
ddcc2b874c
4 changed files with 12 additions and 7 deletions
|
@ -71,6 +71,12 @@
|
|||
<div class="fieldDescription paperCheckboxFieldDescription">${OptionConvertRecordingsToStreamingFormatHelp}</div>
|
||||
<div class="fieldDescription paperCheckboxFieldDescription btnSupporterForConverting"><a href="https://emby.media/premiere" target="_blank" class="accent">${FeatureRequiresEmbyPremiere}</a></div>
|
||||
</div>
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectConversionFormat" label="${LabelConvertRecordingsTo}">
|
||||
<option value="mp4">MP4</option>
|
||||
<option value="mkv">MKV</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkPreserveAudio" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue