2019-01-23 11:33:34 +00:00
|
|
|
<form style="margin: 0 auto;">
|
2017-11-15 16:06:00 -05:00
|
|
|
<div class="verticalSection verticalSection-extrabottompadding">
|
|
|
|
<h2 class="sectionTitle">
|
2017-09-23 21:05:13 -04:00
|
|
|
${HeaderAudioSettings}
|
2017-11-15 16:06:00 -05:00
|
|
|
</h2>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2020-11-12 20:03:38 +08:00
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" id="selectAllowedAudioChannels" label="${LabelAllowedAudioChannels}">
|
|
|
|
<option value="-1">${Auto}</option>
|
|
|
|
<option value="1">${LabelSelectMono}</option>
|
|
|
|
<option value="2">${LabelSelectStereo}</option>
|
|
|
|
<option value="6">5.1 ${LabelSelectAudioChannels}</option>
|
|
|
|
<option value="8">7.1 ${LabelSelectAudioChannels}</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
|
2017-09-23 21:05:13 -04:00
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" id="selectAudioLanguage" label="${LabelAudioLanguagePreference}"></select>
|
|
|
|
</div>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2017-09-23 21:05:13 -04:00
|
|
|
<label class="checkboxContainer">
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkPlayDefaultAudioTrack" />
|
|
|
|
<span>${LabelPlayDefaultAudioTrack}</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
2019-06-10 15:25:07 -07:00
|
|
|
|
2017-09-23 21:05:13 -04:00
|
|
|
<div class="qualitySections hide">
|
2017-11-15 16:06:00 -05:00
|
|
|
<div class="verticalSection verticalSection-extrabottompadding videoQualitySection hide">
|
|
|
|
<h2 class="sectionTitle">
|
2017-09-23 21:05:13 -04:00
|
|
|
${HeaderVideoQuality}
|
2017-11-15 16:06:00 -05:00
|
|
|
</h2>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2017-09-23 21:05:13 -04:00
|
|
|
<div class="selectContainer fldVideoInNetworkQuality hide">
|
|
|
|
<select is="emby-select" class="selectVideoInNetworkQuality" label="${LabelHomeNetworkQuality}"></select>
|
|
|
|
</div>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2017-09-23 21:05:13 -04:00
|
|
|
<div class="selectContainer fldVideoInternetQuality hide">
|
|
|
|
<select is="emby-select" class="selectVideoInternetQuality" label="${LabelInternetQuality}"></select>
|
|
|
|
</div>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2017-10-01 20:13:43 -04:00
|
|
|
<div class="selectContainer fldChromecastQuality hide">
|
|
|
|
<select is="emby-select" class="selectChromecastVideoQuality" label="${LabelMaxChromecastBitrate}"></select>
|
|
|
|
</div>
|
2022-06-20 10:01:01 -04:00
|
|
|
|
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" class="selectLabelMaxVideoWidth" label="${LabelMaxVideoResolution}">
|
|
|
|
<option value="0">${Auto}</option>
|
|
|
|
<option value="-1">${ScreenResolution}</option>
|
|
|
|
<option value="640">360p</option>
|
|
|
|
<option value="852">480p</option>
|
|
|
|
<option value="1280">720p</option>
|
|
|
|
<option value="1920">1080p</option>
|
|
|
|
<option value="3840">4K</option>
|
|
|
|
<option value="7680">8K</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
2017-09-23 21:05:13 -04:00
|
|
|
</div>
|
|
|
|
|
2017-11-15 16:06:00 -05:00
|
|
|
<div class="verticalSection verticalSection-extrabottompadding musicQualitySection hide">
|
|
|
|
<h2>
|
2017-09-23 21:05:13 -04:00
|
|
|
${HeaderMusicQuality}
|
2017-11-15 16:06:00 -05:00
|
|
|
</h2>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2017-09-23 21:05:13 -04:00
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" class="selectMusicInternetQuality" label="${LabelInternetQuality}"></select>
|
|
|
|
</div>
|
2023-01-30 20:36:11 +00:00
|
|
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableAudioNormalization" />
|
|
|
|
<span>${EnableAudioNormalization}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${EnableAudioNormalizationHelp}</div>
|
|
|
|
</div>
|
2017-09-23 21:05:13 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-11-15 16:06:00 -05:00
|
|
|
<div class="verticalSection verticalSection-extrabottompadding">
|
|
|
|
<h2 class="sectionTitle">
|
2019-06-10 15:25:07 -07:00
|
|
|
${TabAdvanced}
|
2017-11-15 16:06:00 -05:00
|
|
|
</h2>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2020-11-12 20:03:38 +08:00
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkPreferFmp4HlsContainer" />
|
|
|
|
<span>${PreferFmp4HlsContainer}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${PreferFmp4HlsContainerHelp}</div>
|
|
|
|
</div>
|
|
|
|
|
2017-09-23 21:05:13 -04:00
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription cinemaModeOptions">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableCinemaMode" />
|
|
|
|
<span>${EnableCinemaMode}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${CinemaModeConfigurationHelp}</div>
|
|
|
|
</div>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2017-11-15 16:06:00 -05:00
|
|
|
<div class="checkboxContainer fldEpisodeAutoPlay hide">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEpisodeAutoPlay" />
|
|
|
|
<span>${PlayNextEpisodeAutomatically}</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
2020-05-17 00:36:10 +09:00
|
|
|
|
2021-04-24 19:09:07 -04:00
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
2022-06-26 20:54:51 -04:00
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkRememberAudioSelections" />
|
|
|
|
<span>${RememberAudioSelections}</span>
|
2021-04-24 19:09:07 -04:00
|
|
|
</label>
|
2022-06-26 20:54:51 -04:00
|
|
|
<div class="fieldDescription checkboxFieldDescription">${RememberAudioSelectionsHelp}</div>
|
|
|
|
</div>
|
2023-01-30 20:36:11 +00:00
|
|
|
|
2022-06-26 20:54:51 -04:00
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkRememberSubtitleSelections" />
|
|
|
|
<span>${RememberSubtitleSelections}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${RememberSubtitleSelectionsHelp}</div>
|
2021-04-24 19:09:07 -04:00
|
|
|
</div>
|
|
|
|
|
2022-02-22 00:48:37 +03:00
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription fldEnableNextVideoOverlay">
|
2017-09-23 21:05:13 -04:00
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableNextVideoOverlay" />
|
|
|
|
<span>${EnableNextVideoInfoOverlay}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${EnableNextVideoInfoOverlayHelp}</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="checkboxContainer fldExternalPlayer checkboxContainer-withDescription hide">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkExternalVideoPlayer" />
|
2017-10-01 13:24:10 -04:00
|
|
|
<span>${EnableExternalVideoPlayers}</span>
|
2017-09-23 21:05:13 -04:00
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">
|
2017-10-01 13:24:10 -04:00
|
|
|
<div class="labelNativeExternalPlayers">${EnableExternalVideoPlayersHelp}</div>
|
2017-09-23 21:05:13 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2020-05-17 00:36:10 +09:00
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" class="selectChromecastVersion" label="${LabelChromecastVersion}">
|
|
|
|
<option value="stable">${LabelStable}</option>
|
2020-07-31 22:16:20 +09:00
|
|
|
<option value="unstable">${LabelUnstable}</option>
|
2020-05-17 00:36:10 +09:00
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
|
2017-09-23 21:05:13 -04:00
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" class="selectSkipForwardLength" label="${LabelSkipForwardLength}"></select>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" class="selectSkipBackLength" label="${LabelSkipBackLength}"></select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
|
2020-08-09 23:10:58 +09:00
|
|
|
<span>${Save}</span>
|
2017-09-23 21:05:13 -04:00
|
|
|
</button>
|
2020-02-22 11:47:03 -05:00
|
|
|
</form>
|