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">
|
2020-08-24 08:20:29 +09:00
|
|
|
<h2 class="sectionTitle">${Settings}</h2>
|
2022-10-22 13:23:04 +02:00
|
|
|
<a is="emby-linkbutton" rel="noopener noreferrer" class="raised button-alt headerHelpButton" target="_blank" href="https://jellyfin.org/docs/general/server/settings">${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">
|
2020-08-16 20:34:39 +09:00
|
|
|
<div>${LabelDisplayLanguageHelp}</div>
|
2017-12-03 17:04:19 -05:00
|
|
|
<div style="margin-top: .25em;">
|
2022-10-22 13:23:04 +02:00
|
|
|
<a is="emby-linkbutton" rel="noopener noreferrer" class="button-link" href="https://jellyfin.org/docs/general/contributing/#translating" target="_blank">${LearnHowYouCanContribute}</a>
|
2017-12-03 17:04:19 -05:00
|
|
|
</div>
|
2015-07-30 11:18:07 -04:00
|
|
|
</div>
|
|
|
|
</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;">
|
2022-07-03 15:04:53 -04:00
|
|
|
<input is="emby-input" id="txtCachePath" label="${LabelCachePath}" autocomplete="off" dir="ltr" />
|
2016-08-21 14:33:17 -04:00
|
|
|
</div>
|
2022-02-24 20:15:24 +03:00
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectCachePath" title="${ButtonSelectDirectory}" class="emby-input-iconbutton"><span class="material-icons search" aria-hidden="true"></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;">
|
2022-07-03 15:04:53 -04:00
|
|
|
<input is="emby-input" id="txtMetadataPath" label="${LabelMetadataPath}" autocomplete="off" dir="ltr" />
|
2019-03-05 21:12:13 +09:00
|
|
|
</div>
|
2022-02-24 20:15:24 +03:00
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectMetadataPath" title="${ButtonSelectDirectory}" class="emby-input-iconbutton"><span class="material-icons search" aria-hidden="true"></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
|
|
|
|
2021-06-18 21:29:26 +02:00
|
|
|
<div class="verticalSection">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle">${QuickConnect}</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="checkboxList paperList" style="padding:.5em 1em;">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkQuickConnectAvailable" />
|
|
|
|
<span>${EnableQuickConnect}</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
|
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">
|
2022-01-21 02:18:19 +03:00
|
|
|
<textarea is="emby-textarea" id="txtLoginDisclaimer" label="${LabelLoginDisclaimer}" class="textarea-mono"></textarea>
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="fieldDescription">${LabelLoginDisclaimerHelp}</div>
|
|
|
|
</div>
|
2020-05-30 13:26:22 +01:00
|
|
|
<div class="inputContainer customCssContainer">
|
2018-09-12 19:26:21 +02:00
|
|
|
<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>
|
2022-06-14 10:28:33 -04:00
|
|
|
<div class="checkboxList paperList" style="padding:.5em 1em;">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkSplashScreenAvailable" />
|
|
|
|
<span>${EnableSplashScreen}</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
</div>
|
2022-07-18 17:54:10 +03:00
|
|
|
|
2023-01-06 17:39:55 +01:00
|
|
|
<div class="verticalSection">
|
|
|
|
<h2>${HeaderPerformance}</h2>
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" id="txtParallelImageEncodingLimit" label="${LabelParallelImageEncodingLimit}" type="number" pattern="[0-9]*" min="0" step="1" />
|
|
|
|
<div class="fieldDescription">${LabelParallelImageEncodingLimitHelp}</div>
|
|
|
|
</div>
|
|
|
|
</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">
|
2020-08-09 23:10:58 +09:00
|
|
|
<span>${Save}</span>
|
2016-09-13 13:49:13 -04:00
|
|
|
</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>
|