README 1014 B

12345678910111213141516171819202122
  1. mpd (Music Player Daemon)
  2. Music Player Daemon (MPD) allows remote access for playing music (MP3,
  3. Ogg Vorbis, FLAC, AAC, Mod, MIDI, and wave files) and managing
  4. playlists. MPD is designed for integrating a computer into a stereo
  5. system that provides control for music playback over a local network. It
  6. also makes a great desktop music player, especially if you are a console
  7. junkie, like frontend options, or restart X often.
  8. Some optional and important dependencies, detected automatically:
  9. * libshout: enables shoutcast streaming output
  10. * libmms: used for playing mms:// and mmsh:// type network streams
  11. * avahi: add support for discovering services on network
  12. * yajl: add support for open soundcloud.com streams
  13. * Sphinx: used to generate man pages for mpd(1) and mpd.conf(5)
  14. Other optional dependencies, detected automatically: libmpdclient,
  15. musepack-tools, faad2, libsidplay2, twolame, libnfs, jack, zziplib.
  16. NOTE: Be sure to edit the config file (/etc/mpd.conf or ~/mpd.conf)
  17. before running the daemon.