Settings: hide Playlist Path Template field (no longer drives symlink-view naming; kept in DOM for save/load)
This commit is contained in:
parent
08b73f0e94
commit
0384de7c8d
1 changed files with 6 additions and 1 deletions
|
|
@ -5558,7 +5558,12 @@
|
||||||
<small class="settings-hint">Variables: $albumartist, $artist, $artistletter, $title, $track (01), $album, $albumtype, $year, $quality (filename only). Use ${var} to append text: ${albumtype}s → Singles</small>
|
<small class="settings-hint">Variables: $albumartist, $artist, $artistletter, $title, $track (01), $album, $albumtype, $year, $quality (filename only). Use ${var} to append text: ${albumtype}s → Singles</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<!-- Playlist Path Template: hidden from the UI. Playlists now import
|
||||||
|
normally into Artist/Album and the Playlists/ folder is a symlink
|
||||||
|
view that mirrors the real library filename, so this template no
|
||||||
|
longer drives playlist-file naming. Kept in the DOM (display:none)
|
||||||
|
so settings load/save still round-trips the stored value. -->
|
||||||
|
<div class="form-group" style="display: none;">
|
||||||
<label>Playlist Path Template:</label>
|
<label>Playlist Path Template:</label>
|
||||||
<input type="text" id="template-playlist-path"
|
<input type="text" id="template-playlist-path"
|
||||||
placeholder="$playlist/$artist - $title">
|
placeholder="$playlist/$artist - $title">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue