jellyfin-web/dashboard-ui/livetvtuner.html

65 lines
3.6 KiB
HTML
Raw Normal View History

2017-03-13 11:57:45 -07:00
<div id="liveTvTunerPage" data-role="page" class="page type-interior liveTvSettingsPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV">
2015-07-25 11:11:46 -07:00
2017-05-06 12:42:17 -07:00
<div>
2016-03-15 22:33:31 -07:00
<div class="content-primary">
2015-07-25 11:11:46 -07:00
2016-08-21 12:18:58 -07:00
<form>
2017-03-13 11:57:45 -07:00
<h1>${HeaderLiveTvTunerSetup}</h1>
2015-07-25 11:11:46 -07:00
2017-03-13 11:57:45 -07:00
<div class="selectContainer">
<select is="emby-select" class="selectType" label="${LabelTunerType}" required="required"></select>
2016-08-21 12:18:58 -07:00
</div>
2017-03-13 11:57:45 -07:00
2017-03-27 12:31:49 -07:00
<button is="emby-button" type="button" class="raised button-cancel block btnDetect hide" style="margin-bottom:3em;">${HeaderDetectMyDevices}</button>
2017-03-13 11:57:45 -07:00
<div class="inputContainer fldPath hide">
<div style="display: flex; align-items: center;">
<div style="flex-grow: 1;">
<input is="emby-input" type="text" class="txtDevicePath" label="${LabelFileOrUrl}" required="required" autocomplete="off" />
2017-03-13 11:57:45 -07:00
</div>
2017-09-14 11:50:29 -07:00
<button type="button" is="paper-icon-button-light" class="btnSelectPath hide emby-input-iconbutton"><i class="md-icon">search</i></button>
2017-03-13 11:57:45 -07:00
</div>
2016-08-21 12:18:58 -07:00
</div>
2017-03-13 11:57:45 -07:00
<div class="inputContainer fldTunerCount hide">
<input is="emby-input" type="number" pattern="[0-9]*" required="required" min="0" step="1" class="txtTunerCount" label="${LabelSimultaneousConnectionLimit}" autocomplete="off" value="0" />
<div class="fieldDescription">${SimultaneousConnectionLimitHelp}</div>
</div>
2017-03-13 11:57:45 -07:00
<div class="checkboxContainer checkboxContainer-withDescription fldFavorites hide">
2016-09-11 14:02:32 -07:00
<label>
<input type="checkbox" is="emby-checkbox" class="chkFavorite" />
<span>${LabelImportOnlyFavoriteChannels}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${ImportFavoriteChannelsHelp}</div>
2016-08-21 12:18:58 -07:00
</div>
2017-03-13 11:57:45 -07:00
<div class="checkboxContainer checkboxContainer-withDescription fldTranscode hide">
2016-09-11 14:02:32 -07:00
<label>
<input type="checkbox" is="emby-checkbox" class="chkTranscode" />
<span>${LabelAllowHWTranscoding}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${AllowHWTranscodingHelp}</div>
2016-08-21 12:18:58 -07:00
</div>
2017-06-24 11:27:10 -07:00
<div class="checkboxContainer checkboxContainer-withDescription fldStreamLoop hide">
<label>
<input type="checkbox" is="emby-checkbox" class="chkStreamLoop" />
<span>${EnableStreamLooping}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${EnableStreamLoopingHelp}</div>
</div>
2017-03-13 11:57:45 -07:00
<p class="drmMessage hide">${DrmChannelsNotImported}</p>
2017-03-25 14:32:04 -07:00
<p class="otherOptionsMessage hide" style="margin:2em 0;">${ForAdditionalLiveTvOptions}</p>
<br />
2016-08-21 12:18:58 -07:00
<div>
2016-09-11 14:02:32 -07:00
<button is="emby-button" type="submit" class="raised button-submit block">
<span>${ButtonSave}</span>
</button>
<button is="emby-button" type="button" class="raised button-cancel block btnCancel" onclick="history.back();">
<span>${ButtonCancel}</span>
</button>
2016-08-21 12:18:58 -07:00
</div>
</form>
2015-07-25 11:11:46 -07:00
</div>
</div>
</div>