Add audio options to workaround compatability problems
This commit is contained in:
@@ -22,6 +22,14 @@
|
||||
<input type="checkbox" is="emby-checkbox" class="chkPlayDefaultAudioTrack" />
|
||||
<span>${LabelPlayDefaultAudioTrack}</span>
|
||||
</label>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkDisableVbrAudioEncoding" />
|
||||
<span>${LabelDisableVbrAudioEncoding}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${DisableVbrAudioEncodingHelp}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="qualitySections hide">
|
||||
@@ -212,6 +220,28 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="verticalSection verticalSection-extrabottompadding">
|
||||
<h2 class="sectionTitle">
|
||||
${HeaderAudioAdvanced}
|
||||
</h2>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkAlwaysRemuxFlac" />
|
||||
<span>${LabelAlwaysRemuxFlacAudioFiles}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${AlwaysRemuxFlacAudioFilesHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkAlwaysRemuxMp3" />
|
||||
<span>${LabelAlwaysRemuxMp3AudioFiles}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${AlwaysRemuxMp3AudioFilesHelp}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
|
||||
<span>${Save}</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user