mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update network share settings
This commit is contained in:
parent
4dae2fdc32
commit
fd25ff8c13
8 changed files with 13 additions and 27 deletions
|
@ -12,4 +12,5 @@
|
||||||
background: #fff3a5;
|
background: #fff3a5;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
|
@ -152,7 +152,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.enableNetworkSharePath) {
|
if (options.enableNetworkSharePath) {
|
||||||
html += '<div class="inputContainer">';
|
html += '<div class="inputContainer" style="margin-top:2em;">';
|
||||||
html += '<input is="emby-input" id="txtNetworkPath" type="text" label="' + Globalize.translate('LabelOptionalNetworkPath') + '"/>';
|
html += '<input is="emby-input" id="txtNetworkPath" type="text" label="' + Globalize.translate('LabelOptionalNetworkPath') + '"/>';
|
||||||
html += '<div class="fieldDescription">';
|
html += '<div class="fieldDescription">';
|
||||||
html += Globalize.translate('LabelOptionalNetworkPathHelp');
|
html += Globalize.translate('LabelOptionalNetworkPathHelp');
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
function updateMediaLocation(page, path, networkSharePath) {
|
function updateMediaLocation(page, path, networkSharePath) {
|
||||||
var virtualFolder = currentOptions.library;
|
var virtualFolder = currentOptions.library;
|
||||||
|
|
||||||
ApiClient.updateMediaPath(virtualFolder.Name, {
|
ApiClient.updateMediaPath(virtualFolder.Name, {
|
||||||
|
|
||||||
Path: path,
|
Path: path,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
href: 'library.html',
|
href: 'library.html',
|
||||||
name: globalize.translate('TabFolders')
|
name: globalize.translate('HeaderLibraries')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'librarydisplay.html',
|
href: 'librarydisplay.html',
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
href: 'library.html',
|
href: 'library.html',
|
||||||
name: Globalize.translate('TabFolders')
|
name: Globalize.translate('HeaderLibraries')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'librarydisplay.html',
|
href: 'librarydisplay.html',
|
||||||
|
|
|
@ -10,26 +10,12 @@
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<form class="libraryPathMappingForm">
|
<p>
|
||||||
|
Path Substitutions can no longer be added. This feature is being replaced by the network share setup.
|
||||||
<div>
|
</p>
|
||||||
<h3 class="detailSectionHeader">${ButtonAddPathSubstitution}</h3>
|
<p>
|
||||||
<div>
|
To configure network shares, edit an existing media library, then click on one of the existing folders. You'll then be able to map a network path to a library path.
|
||||||
<label for="txtFrom">${LabelFrom}</label>
|
</p>
|
||||||
<input id="txtFrom" type="text" required="required" data-mini="true" />
|
|
||||||
<div class="fieldDescription labelFromHelp"></div>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<div>
|
|
||||||
<label for="txtTo">${LabelTo}</label>
|
|
||||||
<input id="txtTo" type="text" required="required" data-mini="true" />
|
|
||||||
<div class="fieldDescription">${LabelToHelp}</div>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<button is="emby-button" type="submit" class="raised button-submit block"><i class="md-icon">add</i><span>${ButtonAdd}</span></button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</form>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
href: 'library.html',
|
href: 'library.html',
|
||||||
name: Globalize.translate('TabFolders')
|
name: Globalize.translate('HeaderLibraries')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'librarydisplay.html',
|
href: 'librarydisplay.html',
|
||||||
|
|
|
@ -328,7 +328,7 @@
|
||||||
if (!imgUrl && virtualFolder.showNameWithIcon) {
|
if (!imgUrl && virtualFolder.showNameWithIcon) {
|
||||||
html += '<h1 class="cardImageContainer addLibrary" style="position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer;flex-direction:column;">';
|
html += '<h1 class="cardImageContainer addLibrary" style="position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer;flex-direction:column;">';
|
||||||
|
|
||||||
html += '<i class="cardImageIcon md-icon" style="font-size:300%;color:#888;height:auto;width:auto;">' + (virtualFolder.icon || getIcon(virtualFolder.CollectionType)) + '</i>';
|
html += '<i class="cardImageIcon md-icon" style="font-size:240%;color:#888;height:auto;width:auto;">' + (virtualFolder.icon || getIcon(virtualFolder.CollectionType)) + '</i>';
|
||||||
|
|
||||||
if (virtualFolder.showNameWithIcon) {
|
if (virtualFolder.showNameWithIcon) {
|
||||||
html += '<div style="margin:1em 0;position:width:100%;font-weight:500;color:#444;">';
|
html += '<div style="margin:1em 0;position:width:100%;font-weight:500;color:#444;">';
|
||||||
|
@ -435,7 +435,7 @@
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
href: 'library.html',
|
href: 'library.html',
|
||||||
name: Globalize.translate('TabFolders')
|
name: Globalize.translate('HeaderLibraries')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'librarydisplay.html',
|
href: 'librarydisplay.html',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue