diff options
author | B. Watson <yalhcru@gmail.com> | 2020-04-11 22:12:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:52:24 +0700 |
commit | 9b3bef68884983433093944a90b38ab0b48bcbb6 (patch) | |
tree | 6940d1458fb1eea0b0edb18e3bdf261e61c845e1 /audio/mpd/README | |
parent | 895fd8d1f9ce94be83afe4830048c241ea4e2608 (diff) | |
download | slackbuilds-9b3bef68884983433093944a90b38ab0b48bcbb6.tar.gz |
audio/mpd: Updated for version 0.21.22.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mpd/README')
-rw-r--r-- | audio/mpd/README | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/audio/mpd/README b/audio/mpd/README index 4ff9ef98d7..b28420017b 100644 --- a/audio/mpd/README +++ b/audio/mpd/README @@ -1,24 +1,23 @@ +mpd (Music Player Daemon) + Music Player Daemon (MPD) allows remote access for playing music (MP3, -Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. +Ogg Vorbis, FLAC, AAC, Mod, MIDI, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that 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 and important dependencies, detected automatically: -* ffmpeg: is recommended for support a wide audio files variety -* libshout: this enables the shoutcast streaming output +* ffmpeg: is recommended for support a wide variety of audio file types +* libshout: enables 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 +* avahi: add support for discovering services on network * yajl: add support for open soundcloud.com streams -Other optional dependencies: +Other optional dependencies, detected automatically: 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 +twolame, libnfs, jack, zziplib. -NOTE: Be sure to edit the config file (/etc/mpd.conf or ~/mpd.conf) +NOTE: Be sure to edit the config file (/etc/mpd.conf or ~/mpd.conf) before running the daemon. |