Added some details about some supported non standard tags
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user