From 3bdee5521711f338b9ce0701d51543bee24008fc Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 5 Mar 2005 22:24:10 +0000 Subject: added composer, performer, and comment metadata items git-svn-id: https://svn.musicpd.org/mpd/trunk@3022 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpdconf.example | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 4f6600bd8..2bdfa98b4 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -25,16 +25,14 @@ audio_output { name "default ao output" # # use this if you want to use OSS audio output -# type "ao" +# type "oss" # name "my OSS sound card" -# driver "oss" -# options "dsp=/dev/dsp" +# device "/dev/dsp" # optional # # use this if you want to use ALSA audio output -# type "ao" +# type "alsa" # name "my ALSA device" -# driver "alsa09" -# options "dev=hw:0,0" +# device "hw:0,0" # optional } # end of audio_output "ao" # # Set this if you have problems @@ -200,8 +198,9 @@ audio_output { ################ MISCELLANEOUS OPTIONS ################### # # This sets the metadata mpd will use, to disable all metadata, set to "none" +# NOTE: comment's are disabled by default # -#metadata_to_use "artist,album,title,genre,date,track" +#metadata_to_use "artist,album,title,genre,date,track,composer,performer,comment" # # This setting exists as precaution against attacks. # -- cgit v1.2.3