2016-08-21 12:18:58 -07:00
|
|
|
|
<div id="liveTvSettingsPage" data-role="page" class="page type-interior liveTvPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="scripts/livetvsettings,paper-checkbox,emby-input,emby-select,emby-collapse,emby-button">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<form class="liveTvSettingsForm">
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectGuideDays" label="${LabelNumberOfGuideDays}">
|
|
|
|
|
<option value="">${OptionAutomatic}</option>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
</select>
|
|
|
|
|
<div class="fieldDescription">${LabelNumberOfGuideDaysHelp}</div>
|
|
|
|
|
</div>
|
2016-05-23 10:51:33 -07:00
|
|
|
|
<div class="paperCheckboxList">
|
|
|
|
|
<label>${LabelEnableInternetMetadataForTvPrograms}</label>
|
|
|
|
|
<paper-checkbox id="chkMovies">${OptionTVMovies}</paper-checkbox>
|
|
|
|
|
</div>
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
|
|
|
|
<input is="emby-input" id="txtRecordingPath" label="${LabelRecordingPath}" required="required" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectRecordingPath" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="fieldDescription">${LabelRecordingPathHelp}</div>
|
|
|
|
|
</div>
|
2016-05-04 13:50:47 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkEnableRecordingSubfolders">${OptionEnableRecordingSubfolders}</paper-checkbox>
|
|
|
|
|
</div>
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-08-26 21:35:06 -07:00
|
|
|
|
<input is="emby-input" id="txtMovieRecordingPath" label="${LabelMovieRecordingPath}" autocomplete="off" />
|
2016-08-21 12:18:58 -07:00
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectMovieRecordingPath" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
2016-05-04 13:50:47 -07:00
|
|
|
|
</div>
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-08-26 21:35:06 -07:00
|
|
|
|
<input is="emby-input" id="txtSeriesRecordingPath" label="${LabelSeriesRecordingPath}" autocomplete="off" />
|
2016-08-21 12:18:58 -07:00
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectSeriesRecordingPath" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
2016-05-04 13:50:47 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkOrganize">${OptionSendRecordingsToAutoOrganize}</paper-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkConvertRecordings">${OptionConvertRecordingsToStreamingFormat}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${OptionConvertRecordingsToStreamingFormatHelp}</div>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription btnSupporterForConverting"><a href="https://emby.media/premiere" target="_blank" class="accent">${FeatureRequiresEmbyPremiere}</a></div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-04-27 14:26:28 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkPreserveAudio">${OptionConvertRecordingPreserveAudio}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${OptionConvertRecordingPreserveAudioHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderDefaultPadding}</h1>
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPrePaddingMinutes}"/>
|
2016-02-12 00:01:38 -07:00
|
|
|
|
</div>
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtPostPaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPostPaddingMinutes}"/>
|
2015-08-22 12:46:55 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div>
|
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</form>
|
2014-01-12 09:55:38 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|