1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/librarypathmapping.html

22 lines
875 B
HTML
Raw Normal View History

2016-04-14 12:30:37 -04:00
<div id="libraryPathMappingPage" data-role="page" class="page type-interior librarySectionPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="scripts/librarypathmapping">
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<p>${PathSubstitutionHelp}</p>
2014-01-30 00:20:18 -05:00
2016-03-16 01:33:31 -04:00
<div class="pathSubstitutions"></div>
</div>
2014-01-30 00:20:18 -05:00
2016-03-16 01:33:31 -04:00
<br />
2014-01-30 00:20:18 -05:00
2016-09-24 13:58:17 -04:00
<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>
2014-01-29 15:57:17 -05:00
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>