2016-09-25 11:39:13 -07:00
|
|
|
|
<div id="languagePreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderPlaybackSettings}" data-backbutton="true">
|
2014-05-21 09:45:42 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
2015-06-16 10:37:49 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<form style="margin: 0 auto;" class="languagePreferencesForm userProfileSettingsForm">
|
2014-05-21 09:45:42 -07:00
|
|
|
|
|
2014-09-22 14:56:54 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="detailSection">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderAudioSettings}
|
|
|
|
|
</h1>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<br />
|
2016-09-25 11:39:13 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectAudioLanguage" label="${LabelAudioLanguagePreference}"></select>
|
2016-02-21 22:07:45 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkPlayDefaultAudioTrack" />
|
|
|
|
|
<span>${LabelPlayDefaultAudioTrack}</span>
|
|
|
|
|
</label>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="detailSection">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderSubtitleSettings}
|
|
|
|
|
</h1>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<br />
|
2016-09-25 11:39:13 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectSubtitleLanguage" label="${LabelSubtitleLanguagePreference}"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectSubtitlePlaybackMode" label="${LabelSubtitlePlaybackMode}">
|
|
|
|
|
<option value="Default">${OptionDefaultSubtitles}</option>
|
|
|
|
|
<option value="Smart">${OptionSmartSubtitles}</option>
|
|
|
|
|
<option value="OnlyForced">${OptionOnlyForcedSubtitles}</option>
|
|
|
|
|
<option value="Always">${OptionAlwaysPlaySubtitles}</option>
|
|
|
|
|
<option value="None">${OptionNoSubtitles}</option>
|
|
|
|
|
</select>
|
|
|
|
|
<div class="fieldDescription subtitlesDefaultHelp subtitlesHelp hide">${OptionDefaultSubtitlesHelp}</div>
|
|
|
|
|
<div class="fieldDescription subtitlesSmartHelp subtitlesHelp hide">${OptionSmartSubtitlesHelp}</div>
|
|
|
|
|
<div class="fieldDescription subtitlesAlwaysHelp subtitlesHelp hide">${OptionAlwaysPlaySubtitlesHelp}</div>
|
|
|
|
|
<div class="fieldDescription subtitlesOnlyForcedHelp subtitlesHelp hide">${OptionOnlyForcedSubtitlesHelp}</div>
|
|
|
|
|
<div class="fieldDescription subtitlesNoneHelp subtitlesHelp hide">${OptionNoSubtitlesHelp}</div>
|
2014-10-01 17:28:16 -07:00
|
|
|
|
</div>
|
2015-01-22 11:05:32 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-06-19 09:53:53 -07:00
|
|
|
|
<div class="detailSection cinemaModeOptions hide">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<h1>
|
|
|
|
|
${HeaderCinemaMode}
|
|
|
|
|
</h1>
|
2016-09-25 11:39:13 -07:00
|
|
|
|
<br />
|
2016-08-05 12:34:10 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableCinemaMode" />
|
|
|
|
|
<span>${LabelEnableCinemaMode}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${CinemaModeConfigurationHelp}</div>
|
2015-05-07 15:27:01 -07:00
|
|
|
|
</div>
|
2015-01-22 11:05:32 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="detailSection">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderAdvanced}
|
|
|
|
|
</h1>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<br />
|
2016-09-25 11:39:13 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectMaxBitrate" label="${LabelMaxStreamingBitrate}"></select>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
</div>
|
2016-09-25 11:39:13 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectMaxChromecastBitrate" label="${LabelMaxChromecastBitrate}"></select>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
</div>
|
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEpisodeAutoPlay" />
|
|
|
|
|
<span>${OptionPlayNextEpisodeAutomatically}</span>
|
|
|
|
|
</label>
|
|
|
|
|
|
2016-08-05 12:34:10 -07:00
|
|
|
|
<div class="checkboxContainer fldExternalPlayer checkboxContainer-withDescription">
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkExternalVideoPlayer" />
|
|
|
|
|
<span>${OptionEnableExternalVideoPlayers}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">
|
2016-06-19 09:53:53 -07:00
|
|
|
|
<div class="labelGenericExternalPlayers hide">${LabelExternalPlayersHelp}</div>
|
|
|
|
|
<div class="labelNativeExternalPlayers hide">${LabelNativeExternalPlayersHelp}</div>
|
2015-07-03 10:55:29 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2015-07-03 10:55:29 -07:00
|
|
|
|
|
2016-09-08 23:59:23 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<span>${ButtonSave}</span>
|
|
|
|
|
</button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</form>
|
2014-05-21 09:45:42 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|