2016-06-04 10:14:03 -07:00
|
|
|
|
<div id="librarySettingsPage" data-role="page" class="page type-interior librarySectionPage withTabs">
|
2013-05-21 13:36:26 -07:00
|
|
|
|
|
2017-05-06 12:42:17 -07:00
|
|
|
|
<div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<form class="librarySettingsForm">
|
2013-05-21 13:36:26 -07:00
|
|
|
|
|
2016-08-21 11:40:38 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectDateAdded" data-mini="true" label="${LabelDateAddedBehavior}">
|
2016-08-20 12:58:57 -07:00
|
|
|
|
<option value="0">${OptionDateAddedImportTime}</option>
|
|
|
|
|
<option value="1">${OptionDateAddedFileTime}</option>
|
|
|
|
|
</select>
|
|
|
|
|
<div class="fieldDescription">${LabelDateAddedBehaviorHelp}</div>
|
|
|
|
|
</div>
|
2016-08-21 11:40:38 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-08-22 22:08:07 -07:00
|
|
|
|
<input is="emby-input" id="txtMetadataPath" label="${LabelMetadataPath}" autocomplete="off" />
|
2016-08-21 11:40:38 -07:00
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectMetadataPath" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
2016-08-20 12:58:57 -07:00
|
|
|
|
<div class="fieldDescription">${LabelMetadataPathHelp}</div>
|
2016-09-27 10:51:01 -07:00
|
|
|
|
<input type="hidden" id="txtMetadataNetworkPath" />
|
2016-08-20 12:58:57 -07:00
|
|
|
|
</div>
|
2016-09-11 08:30:04 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkSaveMetadataHidden" data-filter="Sunday" />
|
|
|
|
|
<span>${OptionSaveMetadataAsHidden}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionSaveMetadataAsHiddenHelp}</div>
|
2016-08-20 12:58:57 -07:00
|
|
|
|
</div>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<div is="emby-collapse" title="${HeaderTV}">
|
|
|
|
|
<div class="collapseContent">
|
2016-08-21 11:40:38 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtSeasonZeroName" label="${LabelSeasonZeroDisplayName}" required />
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div is="emby-collapse" title="Fanart.tv">
|
|
|
|
|
<div class="collapseContent">
|
2016-08-21 11:40:38 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtFanartApiKey" label="${LabelFanartApiKey}" />
|
2016-08-20 12:58:57 -07:00
|
|
|
|
<div class="fieldDescription">${LabelFanartApiKeyHelp}</div>
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<div class="fieldDescription"><a is="emby-linkbutton" class="button-link" href="https://fanart.tv/2015/01/personal-api-keys" target="_blank">${ButtonLearnMore}</a></div>
|
2016-08-20 12:58:57 -07:00
|
|
|
|
</div>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
</div>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
|
|
|
|
|
<br />
|
2016-09-12 11:10:09 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</form>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|