From 5525ea45a4e1765db110a8ca5abbc3ca5e66a89a Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 27 Sep 2014 18:38:23 +0200 Subject: Add MusicBrainz' Release Track Id tag The Release Track Id uniquely identifies a recording on a release - that is, even if a recording appears twice on a release (meaning that the combination of recording and release id are not enough to figure out which one it is), the release track id will allow differentiating the two. The tag names are taken from https://musicbrainz.org/doc/MusicBrainz_Picard/Tags/Mapping --- doc/mpd.conf.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/mpd.conf.5') diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 6e23f7cce..5ff8608bb 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -180,7 +180,8 @@ clients. Note that you must recreate (not update) your database for changes to this parameter to take effect. Possible values are artist, album, title, track, name, genre, date, composer, performer, comment, disc, musicbrainz_artistid, musicbrainz_albumid, musicbrainz_albumartistid, -musicbrainz_trackid. Multiple tags may be specified as a comma separated list. +musicbrainz_releasetrackid, musicbrainz_trackid. Multiple tags may be specified +as a comma separated list. An example value is "artist,album,title,track". The special value "none" may be used alone to disable all metadata. The default is to use all known tag types except for comments and those starting with "musicbrainz". -- cgit v1.2.3