1
0
Fork 0
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:
Luke Pulverenti 2016-09-24 13:58:17 -04:00
parent 4dae2fdc32
commit fd25ff8c13
8 changed files with 13 additions and 27 deletions

View file

@ -10,26 +10,12 @@
<br />
<form class="libraryPathMappingForm">
<div>
<h3 class="detailSectionHeader">${ButtonAddPathSubstitution}</h3>
<div>
<label for="txtFrom">${LabelFrom}</label>
<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>
<p>
Path Substitutions can no longer be added. This feature is being replaced by the network share setup.
</p>
<p>
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.
</p>
</div>
</div>