summaryrefslogtreecommitdiffstats
path: root/audio/mpd/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpd/README')
-rw-r--r--audio/mpd/README15
1 files changed, 11 insertions, 4 deletions
diff --git a/audio/mpd/README b/audio/mpd/README
index 3ada239ef7..ef6e13e76b 100644
--- a/audio/mpd/README
+++ b/audio/mpd/README
@@ -5,8 +5,15 @@ provides control for music playback over a local network. It also makes
a great desktop music player, especially if you are a console junkie,
like frontend options, or restart X often.
-Some optional dependencies include libshout, libmms, musepack-tools,
-lame, faac, faad2, ffmpeg, pulseaudio, fluidsynth, and jack.
+Some optional dependencies include libshout, libmms, libmpdclient,
+musepack-tools, lame, faac, faad2, ffmpeg, pulseaudio, fluidsynth,
+and jack.
-NOTE: Be sure to edit the config file (/etc/mpd.conf) before running
-the daemon.
+You can enable this optional features:
+ISO9660=yes|no (default: no), enable iso9660 archive support
+SOUNDCLOUD=yes|no (default: no), enable support for soundcloud.com
+RECORDEROUTPUT=yes|no (default:no), enables the recorder file output plugin
+ZZIPLIB=yes|no (default: no), requires zziplib
+
+NOTE: Be sure to edit the config file (/etc/mpd.conf or ~/mpd.conf)
+before running the daemon.