2016-08-30 14:49:27 -04: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,emby-checkbox,emby-input,emby-select,emby-collapse,emby-button">
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<form class="liveTvSettingsForm">
|
2016-08-21 15:18:58 -04: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-08-30 14:49:27 -04:00
|
|
|
|
<h3 class="checkboxListLabel">${LabelEnableInternetMetadataForTvPrograms}</h3>
|
|
|
|
|
<div class="checkboxList">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkMovies" />
|
|
|
|
|
<span>${OptionTVMovies}</span>
|
|
|
|
|
</label>
|
2016-05-23 13:51:33 -04:00
|
|
|
|
</div>
|
2016-08-21 15:18:58 -04: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-16 01:33:31 -04:00
|
|
|
|
<div class="fieldDescription">${LabelRecordingPathHelp}</div>
|
|
|
|
|
</div>
|
2016-08-30 14:49:27 -04:00
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkEnableRecordingSubfolders" />
|
|
|
|
|
<span>${OptionEnableRecordingSubfolders}</span>
|
|
|
|
|
</label>
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-08-27 00:35:06 -04:00
|
|
|
|
<input is="emby-input" id="txtMovieRecordingPath" label="${LabelMovieRecordingPath}" autocomplete="off" />
|
2016-08-21 15:18:58 -04: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 16:50:47 -04:00
|
|
|
|
</div>
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-08-27 00:35:06 -04:00
|
|
|
|
<input is="emby-input" id="txtSeriesRecordingPath" label="${LabelSeriesRecordingPath}" autocomplete="off" />
|
2016-08-21 15:18:58 -04: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 16:50:47 -04:00
|
|
|
|
</div>
|
2016-08-30 14:49:27 -04:00
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkOrganize" />
|
|
|
|
|
<span>${OptionSendRecordingsToAutoOrganize}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkConvertRecordings" />
|
|
|
|
|
<span>${OptionConvertRecordingsToStreamingFormat}</span>
|
|
|
|
|
</label>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<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>
|
2016-08-30 14:49:27 -04:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkPreserveAudio" />
|
|
|
|
|
<span>${OptionConvertRecordingPreserveAudio}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionConvertRecordingPreserveAudioHelp}</div>
|
2016-04-27 17:26:28 -04:00
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderDefaultPadding}</h1>
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="inputContainer">
|
2016-08-30 14:49:27 -04:00
|
|
|
|
<input is="emby-input" type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPrePaddingMinutes}" />
|
2016-02-12 02:01:38 -05:00
|
|
|
|
</div>
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="inputContainer">
|
2016-08-30 14:49:27 -04:00
|
|
|
|
<input is="emby-input" type="number" id="txtPostPaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPostPaddingMinutes}" />
|
2015-08-22 15:46:55 -04:00
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-08-21 15:18:58 -04: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-16 01:33:31 -04:00
|
|
|
|
</form>
|
2014-01-12 11:55:38 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|