mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
97 lines
5.5 KiB
HTML
97 lines
5.5 KiB
HTML
<div id="librarySettingsPage" data-role="page" class="page type-interior librarySectionPage withTabs">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<form class="librarySettingsForm">
|
|
|
|
<div class="selectContainer">
|
|
<select is="emby-select" id="selectDateAdded" data-mini="true" label="${LabelDateAddedBehavior}">
|
|
<option value="0">${OptionDateAddedImportTime}</option>
|
|
<option value="1">${OptionDateAddedFileTime}</option>
|
|
</select>
|
|
<div class="fieldDescription">${LabelDateAddedBehaviorHelp}</div>
|
|
</div>
|
|
<div class="inputContainer">
|
|
<div style="display: flex; align-items: center;">
|
|
<div style="flex-grow:1;">
|
|
<input is="emby-input" id="txtMetadataPath" label="${LabelMetadataPath}" autocomplete="off" />
|
|
</div>
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectMetadataPath" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
|
</div>
|
|
<div class="fieldDescription">${LabelMetadataPathHelp}</div>
|
|
<input type="hidden" id="txtMetadataNetworkPath" />
|
|
</div>
|
|
<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>
|
|
</div>
|
|
|
|
<div is="emby-collapse" title="${HeaderPeople}">
|
|
<div class="collapseContent">
|
|
<br />
|
|
<div>
|
|
<h3 class="checkboxListLabel">${HeaderDownloadPeopleMetadataFor}</h3>
|
|
<div class="checkboxList">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkPeopleActors" data-filter="Sunday" />
|
|
<span>${OptionActors}</span>
|
|
</label>
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkPeopleComposers" data-filter="Sunday" />
|
|
<span>${OptionComposers}</span>
|
|
</label>
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkPeopleDirectors" data-filter="Sunday" />
|
|
<span>${OptionDirectors}</span>
|
|
</label>
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkPeopleGuestStars" data-filter="Sunday" />
|
|
<span>${OptionGuestStars}</span>
|
|
</label>
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkPeopleProducers" data-filter="Sunday" />
|
|
<span>${OptionProducers}</span>
|
|
</label>
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkPeopleWriters" data-filter="Sunday" />
|
|
<span>${OptionWriters}</span>
|
|
</label>
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkPeopleOthers" data-filter="Sunday" />
|
|
<span>${OptionOthers}</span>
|
|
</label>
|
|
</div>
|
|
<div class="fieldDescription checkboxFieldDescription">${HeaderDownloadPeopleMetadataForHelp}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div is="emby-collapse" title="${HeaderTV}">
|
|
<div class="collapseContent">
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtSeasonZeroName" label="${LabelSeasonZeroDisplayName}" required />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div is="emby-collapse" title="Fanart.tv">
|
|
<div class="collapseContent">
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtFanartApiKey" label="${LabelFanartApiKey}" />
|
|
<div class="fieldDescription">${LabelFanartApiKeyHelp}</div>
|
|
<div class="fieldDescription"><a href="https://fanart.tv/2015/01/personal-api-keys" target="_blank">${ButtonLearnMore}</a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<br />
|
|
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div> |