From 70e43dfcdd1d3b4d63ce390719c418bea0bca512 Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 23 Mar 2025 18:42:52 +0100 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e88a2bc..e72b178a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ _LMS_ looks for `artist.nfo` files to retrieve additional artist information, su Additionally, the folder where the `artist.nfo` file is located is used to retrieve the artist image, allowing for a centralized location to manage artist metadata. -__Note__: `artist.nfo` files must include both `name` and `musicBrainzArtistID` fields to be recognized. +__Notes__: +* `artist.nfo` files must include both `name` and `musicBrainzArtistID` fields to be recognized. +* while `artist.nfo` files can be placed anywhere, to ensure maximum compatibility with other software that also parses these files, they should all be grouped in a dedicated artist info folder named `ArtistInfo` in the root of a media library. Alternatively, you can add this directory via a dedicated library if it is not located in the same place as the music files. ### Filtering It is possible to apply global filters on your collection using `genre`, `mood`, `grouping`, `language`, and by music library. More tags, including custom ones, can be added in the database administration settings.