From 4a7e673a4b3212af2d18b4d73161e67806f73bbb Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 22 Feb 2026 22:39:23 +0100 Subject: [PATCH] Updated recommended picard script --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a55ee41..d706ce1f 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ _LMS_ works best when using the default [Picard](https://picard.musicbrainz.org/ ### Multiple album artists While _LMS_ can manage multiple album artists using the `albumartist` tag, it works better when using the custom `albumartists` and `albumartistssort` tags, similar to how it handles regular artist tags. -__Note__: if you use Picard, add the following script to include these tags: +__Note__: if you use Picard, add this script to set up both artist and album artist tags: ``` +$setmulti(artistssort,%_artists_sort%) $setmulti(albumartists,%_albumartists%) $setmulti(albumartistssort,%_albumartists_sort%) ```