diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-08-28 20:10:40 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-08-28 20:10:40 +0000 |
commit | 6018a1b4f87702bd15dd668fd3247d3c2e6ae027 (patch) | |
tree | a53f09ba1d017cedf6256370dde90a9472554c45 /doc/mpd.conf.5 | |
parent | 26a6ba7a7788abf2c69b6270713723f9a299b783 (diff) | |
download | mpd-6018a1b4f87702bd15dd668fd3247d3c2e6ae027.tar.gz mpd-6018a1b4f87702bd15dd668fd3247d3c2e6ae027.tar.xz mpd-6018a1b4f87702bd15dd668fd3247d3c2e6ae027.zip |
Note that default for metadata_to_use doesn't include comments
git-svn-id: https://svn.musicpd.org/mpd/trunk@4714 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index d3707c289..81ae75ffc 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -165,7 +165,8 @@ 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. +disable all metadata. The default is to use all known tag types except for +comments. .TP .B max_playlist_length <number> This specifies the maximum number of songs that can be in the playlist. The |