Settings: hide Playlist Path Template field (no longer drives symlink-view naming; kept in DOM for save/load)

This commit is contained in:
BoulderBadgeDad 2026-06-12 19:03:04 -07:00
parent 08b73f0e94
commit 0384de7c8d

View file

@ -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>
</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>
<input type="text" id="template-playlist-path"
placeholder="$playlist/$artist - $title">