2016-08-26 10:24:04 -07:00
|
|
|
|
<div id="cinemaModeConfigurationPage" data-role="page" class="page type-interior playbackConfigurationPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Cinema-Mode" data-require="dashboard/cinemamodeconfiguration,emby-checkbox,emby-input,emby-button">
|
2014-09-22 14:56:54 -07:00
|
|
|
|
|
2017-05-06 12:42:17 -07:00
|
|
|
|
<div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="content-primary">
|
2014-09-22 14:56:54 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<form class="cinemaModeConfigurationForm">
|
2014-09-22 14:56:54 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<p>${CinemaModeConfigurationHelp}</p>
|
|
|
|
|
<div style="margin-top: 2em;">
|
2016-08-26 10:24:04 -07:00
|
|
|
|
<h3 class="checkboxListLabel">${LabelEnableCinemaModeFor}</h3>
|
|
|
|
|
<div class="paperList checkboxList-paperList">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkMovies" />
|
|
|
|
|
<span>${OptionMovies}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkEpisodes" />
|
|
|
|
|
<span>${OptionEpisodes}</span>
|
|
|
|
|
</label>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
2016-08-26 10:24:04 -07:00
|
|
|
|
<h3 class="checkboxListLabel">${LabelSelectInternetTrailersForCinemaMode}</h3>
|
|
|
|
|
<div class="paperList checkboxList-paperList">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkUpcomingTheaterTrailers" />
|
|
|
|
|
<span>${OptionUpcomingMoviesInTheaters}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkUpcomingDvdTrailers" />
|
|
|
|
|
<span>${OptionUpcomingDvdMovies}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkUpcomingStreamingTrailers" />
|
|
|
|
|
<span>${OptionUpcomingStreamingMovies}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkOtherTrailers" />
|
|
|
|
|
<span>${OptionOtherTrailers}</span>
|
|
|
|
|
</label>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
</div>
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<div class="fieldDescription"><a is="emby-linkbutton" class="button-link lnkSupporterLearnMore" href="http://emby.media/premiere" target="_blank">${LabelTheseFeaturesRequireSubscriptionHelpAndTrailers}</a></div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-08-26 10:24:04 -07:00
|
|
|
|
<br /><br />
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkMyMovieTrailers" />
|
|
|
|
|
<span>${OptionTrailersFromMyMovies}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionTrailersFromMyMoviesHelp}</div>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<a is="emby-linkbutton" class="button-link" href="http://emby.media/community/index.php?/topic/674-media-files-folders-structure/" target="_blank">${ButtonLearnMore}</a>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-08-21 11:33:17 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtNumTrailers" min="1" max="10" step="1" label="${LabelNumberTrailerToPlay}" />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-08-26 10:24:04 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkEnableParentalControl" />
|
|
|
|
|
<span>${LabelEnableIntroParentalControl}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableIntroParentalControlHelp}</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-08-26 10:24:04 -07:00
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" class="chkUnwatchedOnly" />
|
|
|
|
|
<span>${LabelLimitIntrosToUnwatchedContent}</span>
|
|
|
|
|
</label>
|
2016-08-21 11:33:17 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-08-29 21:33:24 -07:00
|
|
|
|
<input is="emby-input" id="txtCustomIntrosPath" label="${LabelCustomIntrosPath}" autocomplete="off" />
|
2016-08-21 11:33:17 -07:00
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectCustomIntrosPath" class="autoSize" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="fieldDescription">${LabelCustomIntrosPathHelp}</div>
|
|
|
|
|
</div>
|
2016-08-21 11:33:17 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-08-29 21:33:24 -07:00
|
|
|
|
<input is="emby-input" id="txtCodecIntrosPath" label="${LabelCodecIntrosPath}" autocomplete="off" />
|
2016-08-21 11:33:17 -07:00
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectCodecIntrosPath" class="autoSize" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
<div>${LabelCodecIntrosPathHelp}</div>
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<div style="margin-top:.5em;"><a is="emby-linkbutton" class="button-link" href="https://github.com/MediaBrowser/Wiki/wiki/Cinema-Mode" target="_blank">${ButtonLearnMore}</a></div>
|
2016-02-04 22:59:09 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-09-12 11:10:09 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<p>${CinemaModeConfigurationHelp2}</p>
|
|
|
|
|
</form>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|