diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-10 03:28:18 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-10 03:28:18 +0000 |
commit | 58cc762e160436534314f90bbd575e8ff19aa868 (patch) | |
tree | cde9aedbadcd136a2522a1ca1ae26af156197a00 /doc | |
parent | 40978425da7321b2763381584543516ef5030cb1 (diff) | |
download | mpd-58cc762e160436534314f90bbd575e8ff19aa868.tar.gz mpd-58cc762e160436534314f90bbd575e8ff19aa868.tar.xz mpd-58cc762e160436534314f90bbd575e8ff19aa868.zip |
add "metadata_to_use" config option to make metadata configurable
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2570 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 7c9cdab86..4f6600bd8 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -199,6 +199,10 @@ audio_output { ################ MISCELLANEOUS OPTIONS ################### # +# This sets the metadata mpd will use, to disable all metadata, set to "none" +# +#metadata_to_use "artist,album,title,genre,date,track" +# # This setting exists as precaution against attacks. # #max_playlist_length "16384" |