#840: offer '&' as an artist tag separator (MusicBrainz/Picard style)
The artist-separator setting + backend join already supported any delimiter; just add ' & ' to the dropdown. Safe by construction — artists are joined from the source's artist LIST, never split, so a name containing '&' (Florence & The Machine) is one entry and can't be mis-parsed. Closes the join half of #840.
This commit is contained in:
parent
174adf2dc9
commit
525222b04c
1 changed files with 2 additions and 1 deletions
|
|
@ -5566,8 +5566,9 @@
|
|||
<option value=", ">, (comma)</option>
|
||||
<option value="; ">; (semicolon)</option>
|
||||
<option value=" / ">/ (slash)</option>
|
||||
<option value=" & ">& (ampersand)</option>
|
||||
</select>
|
||||
<small class="settings-hint">Separator between multiple artists in the ARTIST tag</small>
|
||||
<small class="settings-hint">Separator between multiple artists in the ARTIST tag (e.g. <code>&</code> matches MusicBrainz/Picard style)</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="checkbox-label">
|
||||
|
|
|
|||
Loading…
Reference in a new issue