diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2016-08-14 21:52:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-14 21:52:06 +0100 |
commit | e330bf1789b65874a1f3c79e079c771a557e4716 (patch) | |
tree | dd4367eb1b359d70993e59d66f60df8c6a73c032 /audio/mpd/README | |
parent | 66ea168809a103acd3ef803e261466c7ef4fe342 (diff) |
audio/mpd: Updated for version 0.19.18.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/mpd/README')
-rw-r--r-- | audio/mpd/README | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/audio/mpd/README b/audio/mpd/README index 885d64560a43..4ff9ef98d7dd 100644 --- a/audio/mpd/README +++ b/audio/mpd/README @@ -5,19 +5,20 @@ 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, detected automatically: libshout, libmms, -libmpdclient, musepack-tools, lame, faac, faad2, fluidsynth, -twolame, avahi and jack. +Some optional and important dependencies, detected automatically: +* ffmpeg: is recommended for support a wide audio files variety +* libshout: this enables the shoutcast streaming output +* libmms: used for play mms:// and mmsh:// type network streams +* id3lib: add support for edit ID3 tags +* avahi: add support for discover services on network +* yajl: add support for open soundcloud.com streams -You can enable this optional features: -FFMPEG=yes|no (default: no), requires ffmpeg -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 -ID3=yes|no (default: no), requires id3lib -FLAC=yes|no (default: no) -SQLITE=yes|no (default: no) +Other optional dependencies: +libmpdclient, musepack-tools, lame, faad2, fluidsynth, libsidplay2, +twolame, libnfs and jack. + +You can enable this optional feature: +ZZIPLIB=yes|no (default: no), enables open zip files, requires zziplib NOTE: Be sure to edit the config file (/etc/mpd.conf or ~/mpd.conf) before running the daemon. |