|
|
|
|
@ -5075,21 +5075,21 @@
|
|
|
|
|
<label>Single Path Template:</label>
|
|
|
|
|
<input type="text" id="template-single-path"
|
|
|
|
|
placeholder="$artist/$artist - $title/$title">
|
|
|
|
|
<small class="settings-hint">Variables: $albumartist, $artist, $artistletter, $title, $track (01), $album, $albumtype, $year, $quality (filename only)</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 class="form-group">
|
|
|
|
|
<label>Playlist Path Template:</label>
|
|
|
|
|
<input type="text" id="template-playlist-path"
|
|
|
|
|
placeholder="$playlist/$artist - $title">
|
|
|
|
|
<small class="settings-hint">Variables: $playlist, $albumartist, $artist, $artistletter, $title, $year, $quality (filename only)</small>
|
|
|
|
|
<small class="settings-hint">Variables: $playlist, $albumartist, $artist, $artistletter, $title, $year, $quality (filename only). Use ${var} to append text</small>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>Music Video Path Template:</label>
|
|
|
|
|
<input type="text" id="template-video-path"
|
|
|
|
|
placeholder="$artist/$title-video">
|
|
|
|
|
<small class="settings-hint">Variables: $artist, $artistletter, $title, $year. Default: $artist/$title-video → Artist/Title-video.mp4</small>
|
|
|
|
|
<small class="settings-hint">Variables: $artist, $artistletter, $title, $year. Use ${var} to append text. Default: $artist/$title-video</small>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|