aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-05 22:24:10 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-05 22:24:10 +0000
commit3bdee5521711f338b9ce0701d51543bee24008fc (patch)
tree45e61023164f78259095f299e32a5d386a405bc3 /doc
parent4b016cafa1e44294605467dd95efb421b96574a5 (diff)
downloadmpd-3bdee5521711f338b9ce0701d51543bee24008fc.tar.gz
mpd-3bdee5521711f338b9ce0701d51543bee24008fc.tar.xz
mpd-3bdee5521711f338b9ce0701d51543bee24008fc.zip
added composer, performer, and comment metadata items
git-svn-id: https://svn.musicpd.org/mpd/trunk@3022 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r--doc/mpdconf.example13
1 files changed, 6 insertions, 7 deletions
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.
#