2014-01-12 09:55:38 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<title>${TitleLiveTV}</title>
|
2014-01-12 09:55:38 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<div id="liveTvSettingsPage" data-role="page" class="page type-interior liveTvSettingsPage liveTvPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="scripts/livetvsettings,paper-checkbox,paper-input">
|
2014-01-12 09:55:38 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-01-22 13:46:01 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2015-07-20 21:22:46 -07:00
|
|
|
|
<a href="livetvstatus.html" data-role="button">${TabTuners}</a>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabSettings}</a>
|
2015-07-20 21:22:46 -07:00
|
|
|
|
<a href="appservices.html?context=livetv" data-role="button">${TabExternalServices}</a>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-07-23 06:23:22 -07:00
|
|
|
|
<form class="liveTvSettingsForm">
|
2014-01-12 09:55:38 -07:00
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2016-02-08 11:24:01 -07:00
|
|
|
|
<label for="selectGuideDays" class="selectLabel">${LabelNumberOfGuideDays}</label>
|
2014-01-16 15:49:31 -07:00
|
|
|
|
<select id="selectGuideDays" data-mini="true">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<option value="">${OptionAutomatic}</option>
|
2014-01-12 09:55:38 -07:00
|
|
|
|
<option value="1">1</option>
|
|
|
|
|
<option value="2">2</option>
|
|
|
|
|
<option value="3">3</option>
|
|
|
|
|
<option value="4">4</option>
|
|
|
|
|
<option value="5">5</option>
|
|
|
|
|
<option value="6">6</option>
|
|
|
|
|
<option value="7">7</option>
|
2015-04-11 14:34:05 -07:00
|
|
|
|
<option value="8">8</option>
|
|
|
|
|
<option value="9">9</option>
|
|
|
|
|
<option value="10">10</option>
|
|
|
|
|
<option value="11">11</option>
|
|
|
|
|
<option value="12">12</option>
|
|
|
|
|
<option value="13">13</option>
|
|
|
|
|
<option value="14">14</option>
|
2015-07-20 21:22:46 -07:00
|
|
|
|
</select>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<div class="fieldDescription">${LabelNumberOfGuideDaysHelp}</div>
|
2014-01-12 09:55:38 -07:00
|
|
|
|
</li>
|
2014-01-17 22:55:21 -07:00
|
|
|
|
</ul>
|
2015-09-05 21:53:37 -07:00
|
|
|
|
<div class="paperCheckboxList">
|
2015-08-18 23:12:58 -07:00
|
|
|
|
<label>${LabelEnableInternetMetadataForTvPrograms}</label>
|
|
|
|
|
<paper-checkbox id="chkMovies">${OptionTVMovies}</paper-checkbox>
|
2015-03-14 13:00:32 -07:00
|
|
|
|
</div>
|
2015-07-23 07:58:27 -07:00
|
|
|
|
<div>
|
|
|
|
|
<br />
|
2015-09-05 21:53:37 -07:00
|
|
|
|
<paper-input id="txtRecordingPath" label="${LabelRecordingPath}" style="width:84%;display:inline-block;"></paper-input>
|
2015-08-18 23:12:58 -07:00
|
|
|
|
<paper-icon-button id="btnSelectRecordingPath" icon="search"></paper-icon-button>
|
2015-07-23 07:58:27 -07:00
|
|
|
|
<div class="fieldDescription">${LabelRecordingPathHelp}</div>
|
|
|
|
|
</div>
|
2015-03-14 13:00:32 -07:00
|
|
|
|
<br />
|
2014-01-17 22:55:21 -07:00
|
|
|
|
<br />
|
2016-02-12 00:01:38 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkConvertRecordings">${OptionConvertRecordingsToStreamingFormat}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${OptionConvertRecordingsToStreamingFormatHelp}</div>
|
2016-02-13 00:19:49 -07:00
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription btnSupporterForConverting"><a href="https://emby.media/premiere" target="_blank" class="accent">${FeatureRequiresEmbyPremiere}</a></div>
|
2016-02-12 00:01:38 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2015-08-22 12:46:55 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkOrganize">${OptionSendRecordingsToAutoOrganize}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${OptionSendRecordingsToAutoOrganizeHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2015-08-23 19:08:20 -07:00
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderDefaultPadding}</h1>
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPrePaddingMinutes}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input type="number" id="txtPostPaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPostPaddingMinutes}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2014-01-17 22:55:21 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
2014-01-12 09:55:38 -07:00
|
|
|
|
<li>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
2014-01-12 09:55:38 -07:00
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|