2019-01-23 11:33:34 +00:00
|
|
|
<div class="verticalSection">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h1 class="sectionTitle">Xml TV</h1>
|
2019-10-04 14:34:50 -04:00
|
|
|
<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://docs.jellyfin.org/general/server/live-tv/setup-guide.html#adding-guide-data">${Help}</a>
|
2018-09-12 19:26:21 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-06-02 02:40:16 -04:00
|
|
|
|
2016-06-03 16:01:16 -04:00
|
|
|
<form class="xmltvForm">
|
2016-06-02 02:40:16 -04:00
|
|
|
<div>
|
2016-06-03 15:32:10 -04:00
|
|
|
<div class="inputContainer">
|
2016-06-03 16:01:16 -04:00
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
<div style="flex-grow:1;">
|
2016-06-06 13:33:27 -04:00
|
|
|
<input is="emby-input" class="txtPath" label="${LabelFileOrUrl}" required="required" autocomplete="off" />
|
2016-06-03 16:01:16 -04:00
|
|
|
</div>
|
2020-01-19 12:57:09 +01:00
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectPath" class="emby-input-iconbutton"><i class="material-icons">search</i></button>
|
2016-06-03 16:01:16 -04:00
|
|
|
</div>
|
|
|
|
<div class="fieldDescription">${XmlTvPathHelp}</div>
|
2016-06-02 02:40:16 -04:00
|
|
|
</div>
|
2016-06-05 16:44:14 -04:00
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" class="txtMovies" label="${LabelMovieCategories}" autocomplete="off" />
|
|
|
|
<div class="fieldDescription">${XmlTvMovieCategoriesHelp}</div>
|
|
|
|
</div>
|
2016-11-15 12:55:26 -05:00
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" class="txtMoviePrefix" label="${LabelMoviePrefix}" autocomplete="off" />
|
|
|
|
<div class="fieldDescription">${LabelMoviePrefixHelp}</div>
|
|
|
|
</div>
|
2016-06-03 15:32:10 -04:00
|
|
|
<div class="inputContainer">
|
2016-06-03 15:45:13 -04:00
|
|
|
<input is="emby-input" class="txtKids" label="${LabelKidsCategories}" autocomplete="off" />
|
|
|
|
<div class="fieldDescription">${XmlTvKidsCategoriesHelp}</div>
|
2016-06-03 15:32:10 -04:00
|
|
|
</div>
|
|
|
|
<div class="inputContainer">
|
2016-06-03 15:45:13 -04:00
|
|
|
<input is="emby-input" class="txtNews" label="${LabelNewsCategories}" autocomplete="off" />
|
2016-06-03 15:32:10 -04:00
|
|
|
<div class="fieldDescription"></div>
|
2016-06-03 15:45:13 -04:00
|
|
|
<div class="fieldDescription">${XmlTvNewsCategoriesHelp}</div>
|
2016-06-02 02:40:16 -04:00
|
|
|
</div>
|
2016-06-03 15:32:10 -04:00
|
|
|
<div class="inputContainer">
|
2016-06-03 15:45:13 -04:00
|
|
|
<input is="emby-input" class="txtSports" label="${LabelSportsCategories}" autocomplete="off" />
|
|
|
|
<div class="fieldDescription">${XmlTvSportsCategoriesHelp}</div>
|
2016-06-02 02:40:16 -04:00
|
|
|
</div>
|
2018-09-12 19:26:21 +02:00
|
|
|
|
|
|
|
<div class="inputContainer fldUserAgent">
|
|
|
|
<input is="emby-input" type="text" class="txtUserAgent" label="${LabelUserAgent}" autocomplete="off" />
|
|
|
|
<div class="fieldDescription">${UserAgentHelp}</div>
|
|
|
|
</div>
|
|
|
|
|
2016-06-02 02:40:16 -04:00
|
|
|
</div>
|
2016-06-03 15:32:10 -04:00
|
|
|
<div>
|
2016-09-15 19:17:50 -04:00
|
|
|
<label class="checkboxContainer">
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAllTuners" />
|
|
|
|
<span>${OptionEnableForAllTuners}</span>
|
|
|
|
</label>
|
2016-06-03 15:32:10 -04:00
|
|
|
<div class="selectTunersSection hide">
|
2016-09-15 19:17:50 -04:00
|
|
|
<h3 class="checkboxListLabel">${HeaderTuners}</h3>
|
|
|
|
<div class="checkboxList paperList checkboxList-paperList tunerList">
|
2016-06-03 15:32:10 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
2016-09-18 01:52:10 -04:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block btnSubmitListings hide"><span>${ButtonSave}</span></button>
|
|
|
|
<button is="emby-button" type="button" class="raised button-cancel block btnCancel hide" onclick="history.back();"><span>${ButtonCancel}</span></button>
|
2016-06-03 15:32:10 -04:00
|
|
|
</div>
|
2018-12-11 01:31:08 -05:00
|
|
|
</form>
|