openbsd-ports/audio/mpd/pkg/MESSAGE
bernd 6dbd1f0915 Initial import of mpd-0.11.5.
Music Player Daemon allows remote access for playing music (mp3,
ogg, flac, aac, mod and wav 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 is
also makes a great desktop music player and has serveral frontend
options.

Submitted and maintained by Tobias Ulmer <tobiasu at tmux.org>.
(Sorry for the delay Tobias!)

tested by naddy@
2006-05-13 09:52:49 +00:00

13 lines
405 B
Plaintext

A sample configuration file has been installed to ${SYSCONFDIR}/mpd.conf
and MPD is configured to listen on localhost only.
Make sure that music_directory points to a valid directory,
otherwise MPD won't start.
If you wish to have MPD started automatically at boot time,
simply add the follow lines to /etc/rc.local:
if [ -x ${PREFIX}/bin/mpd ]; then
echo -n ' mpd'; ${PREFIX}/bin/mpd
fi