README.md 867 Bytes
Newer Older
1
# Music Player Daemon
Warren Dukes's avatar
Warren Dukes committed
2

3
http://www.musicpd.org
Warren Dukes's avatar
Warren Dukes committed
4

Avuton Olrich's avatar
Avuton Olrich committed
5 6 7
A daemon for playing music of various formats.  Music is played through the 
server's audio device.  The daemon stores info about all available music, 
and this info can be easily searched and retrieved.  Player control, info
Warren Dukes's avatar
Warren Dukes committed
8 9
retrieval, and playlist management can all be managed remotely.

10 11
For basic installation information see the INSTALL file.

12 13 14 15 16 17 18 19 20 21 22 23 24 25
# Users

- [Manual](http://www.musicpd.org/doc/user/)
- [Forum](http://forum.musicpd.org/)
- [IRC](irc://chat.freenode.net/#mpd)
- [Bug tracker](http://bugs.musicpd.org/)

# Developers

- [Protocol specification](http://www.musicpd.org/doc/protocol/)
- [Developer manual](http://www.musicpd.org/doc/developer/)

# Legal

26 27 28
MPD is released under the
[GNU General Public License version 2](https://www.gnu.org/licenses/gpl-2.0.txt),
which is distributed in the COPYING file.