video settings (Downloads): hide music-only path options
Marked data-music-only (hidden on the video side): Music Videos Dir, Playlists Folder, Playlist Folder Style, M3U Entry Base Path — all music-specific. Music side unchanged.
This commit is contained in:
parent
9974845470
commit
6f653f190a
1 changed files with 4 additions and 4 deletions
|
|
@ -5035,7 +5035,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="form-group" data-music-only>
|
||||
<label>Music Videos Dir:</label>
|
||||
<div class="path-input-group">
|
||||
<input type="text" id="music-videos-path" placeholder="./MusicVideos" readonly>
|
||||
|
|
@ -5043,7 +5043,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="form-group" data-music-only>
|
||||
<label>Playlists Folder:</label>
|
||||
<div class="path-input-group">
|
||||
<input type="text" id="playlists-materialize-path" placeholder="./Playlists" readonly>
|
||||
|
|
@ -5054,7 +5054,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="form-group" data-music-only>
|
||||
<label>Playlist Folder Style:</label>
|
||||
<select id="playlists-materialize-mode">
|
||||
<option value="symlink">Symlinks — no extra disk, point to your library</option>
|
||||
|
|
@ -5069,7 +5069,7 @@
|
|||
<div class="setting-help-text" id="playlists-rebuild-status" style="margin-top: 6px;"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="form-group" data-music-only>
|
||||
<label>M3U Entry Base Path:</label>
|
||||
<div class="path-input-group">
|
||||
<input type="text" id="m3u-entry-base-path" placeholder="e.g. /mnt/music (leave empty for relative paths)" readonly>
|
||||
|
|
|
|||
Loading…
Reference in a new issue