diff options
author | Wieland Hoffmann <themineo@gmail.com> | 2012-08-11 13:47:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-14 09:43:18 +0200 |
commit | 49c7102547f6125fe791ca2458a650db805956fc (patch) | |
tree | e105f31f4af8c69a429879eecf875b83d45161c9 /doc/mpd.conf.5 | |
parent | 1ae89728593fce4a40882fa133b9db269015da8f (diff) | |
download | mpd-49c7102547f6125fe791ca2458a650db805956fc.tar.gz mpd-49c7102547f6125fe791ca2458a650db805956fc.tar.xz mpd-49c7102547f6125fe791ca2458a650db805956fc.zip |
mpd.conf(5): Document the existence of musicbrainz_ tags
Additionally, update mpdconf.example to refer to mpd.conf(5) for the
complete list of tags instead of trying to repeat it.
Diffstat (limited to '')
-rw-r--r-- | doc/mpd.conf.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index d15d0fdab..d502e0564 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -252,11 +252,12 @@ when saving playlists. The default is "no". This specifies the tag types that will be scanned for and made available to 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, and disc. 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. +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. +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". .TP .B auto_update <yes or no> This specifies the wheter to support automatic update of music database when |