From 0c9f972ef2a8909e984e7d4034d23331ab6d29f5 Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 9 Mar 2026 21:31:19 +0100 Subject: [PATCH] Added some details about some supported non standard tags --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5304ed8..0cda54ad 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,15 @@ $setmulti(albumartists,%_albumartists%) $setmulti(albumartistssort,%_albumartists_sort%) ``` +### Extended artist and MusicBrainz ID support +_LMS_ supports several non-standard tags to allow more accurate artist identification: +**MusicBrainz identifiers** for artist relationships: +* `musicbrainz_arrangerid`, `musicbrainz_composerid`, `musicbrainz_conductorid`, `musicbrainz_lyricistid`, `musicbrainz_mixerid`, `musicbrainz_producerid`, `musicbrainz_remixerid`, +**Sort order variants**: +* `conductorssort`, `producerssort`, `mixerssort`, `remixerssort`, `lyricistssort`, `albumartistssort` + ### Album track grouping -The recommended way to group tracks within an album is to use the `MUSICBRAINZ_ALBUMID` tag. +The recommended way to group tracks within an album is to use the `musicbrainz_albumid` tag. When this tag is not present, _LMS_ will attempt to group them as best as possible: if the analyzed file contains a disc number and the total number of discs is greater than 1, sibling directories are also scanned to find a matching album. Otherwise, _LMS_ will only consider albums within the current directory.