2016-09-06 01:02:05 -04:00
|
|
|
|
<div class="formDialogHeader">
|
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
2016-09-09 02:59:23 -04:00
|
|
|
|
<h3 class="formDialogHeaderTitle">
|
2016-09-06 01:02:05 -04:00
|
|
|
|
${Settings}
|
2016-09-09 02:59:23 -04:00
|
|
|
|
</h3>
|
2016-09-06 01:02:05 -04:00
|
|
|
|
</div>
|
|
|
|
|
<div class="formDialogContent smoothScrollY">
|
|
|
|
|
<form class="dialogContentInner dialog-content-centered" style="padding-top:2em;">
|
|
|
|
|
|
2016-09-30 02:50:06 -04:00
|
|
|
|
<h3 class="checkboxListLabel">${SortChannelsBy}</h3>
|
|
|
|
|
<label class="radio-label-block"><input type="radio" is="emby-radio" name="ChannelSortOrder" value="Number" class="chkSortOrder" /><span>${ChannelNumber}</span></label>
|
|
|
|
|
<label class="radio-label-block"><input type="radio" is="emby-radio" name="ChannelSortOrder" value="DatePlayed" class="chkSortOrder" /><span>${RecentlyWatched}</span></label>
|
|
|
|
|
<br />
|
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkFavoriteChannelsAtTop" />
|
|
|
|
|
<span>${PlaceFavoriteChannelsAtBeginning}</span>
|
|
|
|
|
</label>
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<h3 class="checkboxListLabel">${ShowIndicatorsFor}</h3>
|
|
|
|
|
<div class="checkboxList">
|
|
|
|
|
<label>
|
2016-09-30 02:50:06 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="hd" />
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<span>${HDPrograms}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
2016-09-30 02:50:06 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="live" data-default="true" />
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<span>${LiveBroadcasts}</span>
|
|
|
|
|
</label>
|
2016-09-06 01:02:05 -04:00
|
|
|
|
<label>
|
2016-09-30 02:50:06 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="new" />
|
2016-09-06 01:02:05 -04:00
|
|
|
|
<span>${NewEpisodes}</span>
|
|
|
|
|
</label>
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<label>
|
2016-09-30 02:50:06 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="premiere" data-default="true" />
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<span>${Premieres}</span>
|
|
|
|
|
</label>
|
2016-09-07 16:11:16 -04:00
|
|
|
|
<label>
|
2016-09-30 02:50:06 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="repeat" />
|
2016-09-07 16:11:16 -04:00
|
|
|
|
<span>${RepeatEpisodes}</span>
|
|
|
|
|
</label>
|
2016-09-06 01:02:05 -04:00
|
|
|
|
</div>
|
2016-09-30 02:50:06 -04:00
|
|
|
|
<br />
|
|
|
|
|
<label class="checkboxContainer">
|
2016-12-12 00:41:24 -05:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkColorCodedBackgrounds"/>
|
2016-09-28 01:11:41 -04:00
|
|
|
|
<span>${EnableColorCodedBackgrounds}</span>
|
|
|
|
|
</label>
|
2016-12-12 00:41:24 -05:00
|
|
|
|
|
|
|
|
|
<h3 class="checkboxListLabel">${Categories}</h3>
|
|
|
|
|
<div class="checkboxList">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkCategory" data-type="movies" />
|
|
|
|
|
<span>${Movies}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkCategory" data-type="sports" />
|
|
|
|
|
<span>${Sports}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkCategory" data-type="kids" />
|
|
|
|
|
<span>${Kids}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkCategory" data-type="news" />
|
|
|
|
|
<span>${News}</span>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-09-06 01:02:05 -04:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|