From 525222b04c3ebcd42bdaa17cc466d8a7414f5377 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Thu, 11 Jun 2026 11:23:21 -0700 Subject: [PATCH] #840: offer '&' as an artist tag separator (MusicBrainz/Picard style) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- webui/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/index.html b/webui/index.html index 5f30b75f..58a9e3a7 100644 --- a/webui/index.html +++ b/webui/index.html @@ -5566,8 +5566,9 @@ + - Separator between multiple artists in the ARTIST tag + Separator between multiple artists in the ARTIST tag (e.g. & matches MusicBrainz/Picard style)