diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:52 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:52 +0200 |
commit | 4a3d9da5c5fcaebd041af7a53bc849a814f3802d (patch) | |
tree | ea685db32134385fee2aace4a9db93d90c10d036 /audio/mpd/README | |
parent | 2157c6dac7ca38861294038db7d2d04553a7094c (diff) | |
download | slackbuilds-4a3d9da5c5fcaebd041af7a53bc849a814f3802d.tar.gz |
audio/mpd: Moved from multimedia
Diffstat (limited to 'audio/mpd/README')
-rw-r--r-- | audio/mpd/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mpd/README b/audio/mpd/README new file mode 100644 index 0000000000..2ad0902c43 --- /dev/null +++ b/audio/mpd/README @@ -0,0 +1,13 @@ +Music Player Daemon (MPD) allows remote access for playing music (MP3, +Ogg Vorbis, FLAC, AAC, Mod, 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. + +NOTE: You will have to create a directory manually, ~/.mpd/playlists. +Also, be sure to edit the config file (/etc/mpd.conf), if needed, before +running the daemon. + +If save status isn't working properly when killing, try "killall -TERM mpd", +and that should resolve the problem. |