2016-03-27 23:37:33 -04:00
|
|
|
|
<div id="dashboardGeneralPage" data-role="page" class="page type-interior dashboardHomePage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Server%20Settings">
|
2014-03-30 22:33:10 -04:00
|
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-03-30 22:33:10 -04:00
|
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<form class="dashboardGeneralForm">
|
2014-03-30 22:33:10 -04:00
|
|
|
|
|
2016-08-21 14:33:17 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtServerName" label="${LabelFriendlyServerName}" />
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div class="fieldDescription">${LabelFriendlyServerNameHelp}</div>
|
|
|
|
|
</div>
|
2016-08-26 15:29:28 -04:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectLocalizationLanguage" label="${LabelPreferredDisplayLanguage}"></select>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
<div>${LabelPreferredDisplayLanguageHelp}</div>
|
|
|
|
|
<div style="margin-top: .25em;">
|
|
|
|
|
<a href="http://emby.media/community/index.php?/topic/5727-join-our-translation-team/" target="_blank">${LabelReadHowYouCanContribute}</a>
|
2015-07-30 11:18:07 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
2014-07-11 00:27:46 -04:00
|
|
|
|
|
2016-08-26 15:29:28 -04:00
|
|
|
|
<div id="fldRunAtStartup" style="display: none;" class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkRunAtStartup" />
|
|
|
|
|
<span>${LabelRunServerAtStartup}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div id="windowsStartupDescription" class="fieldDescription checkboxFieldDescription" style="display: none;">
|
2016-03-27 23:37:33 -04:00
|
|
|
|
${LabelRunServerAtStartupHelp}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-26 15:29:28 -04:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkUsageData" />
|
|
|
|
|
<span>${OptionEnableAnonymousUsageReporting}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">
|
2016-03-27 23:37:33 -04:00
|
|
|
|
${OptionEnableAnonymousUsageReportingHelp}
|
|
|
|
|
<div style="margin-top:.5em;">
|
|
|
|
|
<a target="_blank" href="https://emby.media/privacy">${ButtonLearnMore}</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-07-11 12:56:16 -04:00
|
|
|
|
<div is="emby-collapse" title="${HeaderAdvanced}">
|
|
|
|
|
<div class="collapseContent">
|
2016-08-20 15:58:57 -04:00
|
|
|
|
<div>
|
2016-08-21 14:33:17 -04: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" />
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectCachePath" title="${ButtonSelectDirectory}" class="autoSize"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription">${LabelCachePathHelp}</div>
|
|
|
|
|
</div>
|
2016-08-20 15:58:57 -04:00
|
|
|
|
</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-29 01:16:44 -04:00
|
|
|
|
|
2016-07-11 12:56:16 -04:00
|
|
|
|
<div is="emby-collapse" title="${HeaderAutomaticUpdates}">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<br />
|
2016-08-26 15:29:28 -04:00
|
|
|
|
<label class="fldAutomaticUpdates checkboxContainer">
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkEnableAutomaticServerUpdates" />
|
|
|
|
|
<span>${OptionEnableAutomaticServerUpdates}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div id="fldEnableAutomaticRestart" style="display: none;" class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkEnableAutomaticRestart" />
|
|
|
|
|
<span>${LabelAllowServerAutoRestart}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelAllowServerAutoRestartHelp}</div>
|
2016-08-20 15:58:57 -04:00
|
|
|
|
</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
|
2016-07-11 12:56:16 -04:00
|
|
|
|
<div is="emby-collapse" title="${HeaderBranding}">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<p>${HeaderBrandingHelp}</p>
|
|
|
|
|
<br />
|
2016-03-29 01:16:44 -04:00
|
|
|
|
|
2016-08-21 14:33:17 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtLoginDisclaimer" label="${LabelLoginDisclaimer}" />
|
2016-08-20 15:58:57 -04:00
|
|
|
|
<div class="fieldDescription">${LabelLoginDisclaimerHelp}</div>
|
|
|
|
|
</div>
|
2016-08-21 13:38:10 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<textarea is="emby-textarea" id="txtCustomCss" label="${LabelCustomCss}" class="textarea-mono"></textarea>
|
2016-08-20 15:58:57 -04:00
|
|
|
|
<div class="fieldDescription">${LabelCustomCssHelp}</div>
|
|
|
|
|
</div>
|
2016-03-29 01:16:44 -04:00
|
|
|
|
</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div is="emby-collapse" title="${HeaderDeveloperOptions}">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<br />
|
2016-08-26 15:29:28 -04:00
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkEnableDashboardResponseCache" />
|
|
|
|
|
<span>${OptionEnableWebClientResponseCache}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkEnableMinification" />
|
|
|
|
|
<span>${OptionEnableWebClientResourceMinification}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDisableForDevelopmentHelp}</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2016-08-21 14:33:17 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
|
|
|
|
<input is="emby-input" id="txtDashboardSourcePath" label="${LabelDashboardSourcePath}" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectDashboardSourcePath" title="${ButtonSelectDirectory}" class="autoSize"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
2016-08-20 15:58:57 -04:00
|
|
|
|
<div class="fieldDescription">${LabelDashboardSourcePathHelp}</div>
|
|
|
|
|
</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>
|
|
|
|
|
<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-03-30 22:33:10 -04:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|