2019-01-23 11:33:34 +00:00
|
|
|
<div id="dashboardGeneralPage" data-role="page" class="page type-interior dashboardHomePage">
|
2017-05-06 15:42:17 -04:00
|
|
|
<div>
|
2016-03-16 01:33:31 -04:00
|
|
|
<div class="content-primary">
|
|
|
|
<form class="dashboardGeneralForm">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="verticalSection">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle">${TabSettings}</h2>
|
2019-10-04 14:34:50 -04:00
|
|
|
<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://docs.jellyfin.org/general/server/settings.html">${Help}</a>
|
2018-09-12 19:26:21 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="verticalSection">
|
2019-03-22 15:47:01 -07:00
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" type="text" id="txtServerName" label="${LabelServerName}" />
|
|
|
|
<div class="fieldDescription">${LabelServerNameHelp}</div>
|
|
|
|
</div>
|
2017-12-03 17:04:19 -05:00
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" id="selectLocalizationLanguage" label="${LabelPreferredDisplayLanguage}"></select>
|
|
|
|
<div class="fieldDescription">
|
|
|
|
<div>${LabelPreferredDisplayLanguageHelp}</div>
|
|
|
|
<div style="margin-top: .25em;">
|
2019-10-04 14:34:50 -04:00
|
|
|
<a is="emby-linkbutton" class="button-link" href="https://docs.jellyfin.org/general/contributing/index.html" target="_blank">${LabelReadHowYouCanContribute}</a>
|
2017-12-03 17:04:19 -05:00
|
|
|
</div>
|
2015-07-30 11:18:07 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-09-06 14:58:31 -04:00
|
|
|
<div id="fldAutoRunWebApp" class="checkboxContainer checkboxContainer-withDescription hide">
|
2019-01-06 08:55:46 +01:00
|
|
|
<label>
|
2019-09-06 14:58:31 -04:00
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkAutoRunWebApp" />
|
2019-01-06 08:55:46 +01:00
|
|
|
<span>${LaunchWebAppOnStartup}</span>
|
|
|
|
</label>
|
2019-12-16 00:07:55 +09:00
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LaunchWebAppOnStartupHelp}</div>
|
2019-01-06 08:55:46 +01:00
|
|
|
</div>
|
2016-03-27 23:37:33 -04:00
|
|
|
</div>
|
|
|
|
|
2017-12-03 17:04:19 -05:00
|
|
|
<div class="verticalSection verticalSection-extrabottompadding">
|
2019-03-05 21:12:13 +09:00
|
|
|
<h2>${HeaderPaths}</h2>
|
2017-12-03 17:04:19 -05:00
|
|
|
<div class="inputContainer">
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
<div style="flex-grow:1;">
|
|
|
|
<input is="emby-input" id="txtCachePath" label="${LabelCachePath}" autocomplete="off" />
|
2016-08-21 14:33:17 -04:00
|
|
|
</div>
|
2020-04-26 02:37:28 +03:00
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectCachePath" title="${ButtonSelectDirectory}" class="emby-input-iconbutton"><span class="material-icons search"></span></button>
|
2016-08-20 15:58:57 -04:00
|
|
|
</div>
|
2017-12-03 17:04:19 -05:00
|
|
|
<div class="fieldDescription">${LabelCachePathHelp}</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
</div>
|
2019-03-06 18:53:31 +09:00
|
|
|
|
2019-03-05 21:12:13 +09:00
|
|
|
<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>
|
2020-04-26 02:37:28 +03:00
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectMetadataPath" title="${ButtonSelectDirectory}" class="emby-input-iconbutton"><span class="material-icons search"></span></button>
|
2019-03-05 21:12:13 +09:00
|
|
|
</div>
|
|
|
|
<div class="fieldDescription">${LabelMetadataPathHelp}</div>
|
2019-03-10 07:06:28 +09:00
|
|
|
<input type="hidden" id="txtMetadataNetworkPath" />
|
2019-03-05 21:12:13 +09:00
|
|
|
</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="verticalSection">
|
2019-03-06 18:53:31 +09:00
|
|
|
<h2>${HeaderBranding}</h2>
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" type="text" id="txtLoginDisclaimer" label="${LabelLoginDisclaimer}" />
|
|
|
|
<div class="fieldDescription">${LabelLoginDisclaimerHelp}</div>
|
|
|
|
</div>
|
|
|
|
<div class="inputContainer">
|
|
|
|
<textarea is="emby-textarea" id="txtCustomCss" label="${LabelCustomCss}" class="textarea-mono"></textarea>
|
|
|
|
<div class="fieldDescription">${LabelCustomCssHelp}</div>
|
2016-03-29 01:16:44 -04:00
|
|
|
</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
<br />
|
2016-08-20 15:58:57 -04:00
|
|
|
<div>
|
2016-09-13 13:49:13 -04:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
|
|
<span>${ButtonSave}</span>
|
|
|
|
</button>
|
2016-08-20 15:58:57 -04:00
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
</form>
|
2014-03-30 22:33:10 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-12-11 01:31:08 -05:00
|
|
|
</div>
|