30 lines
1009 B
Markdown
30 lines
1009 B
Markdown
# Music Player Daemon
|
|
|
|
http://www.musicpd.org
|
|
|
|
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
|
|
retrieval, and playlist management can all be managed remotely.
|
|
|
|
For basic installation instructions
|
|
[read the manual](https://www.musicpd.org/doc/user/install.html).
|
|
|
|
# Users
|
|
|
|
- [Manual](https://mpd.readthedocs.io/en/stable/user.html)
|
|
- [Forum](https://github.com/MusicPlayerDaemon/MPD/discussions)
|
|
- [IRC](ircs://irc.libera.chat:6697/#mpd)
|
|
- [Bug tracker](https://github.com/MusicPlayerDaemon/MPD/issues/)
|
|
|
|
# Developers
|
|
|
|
- [Protocol specification](https://mpd.readthedocs.io/en/latest/protocol.html)
|
|
- [Developer manual](https://mpd.readthedocs.io/en/latest/developer.html)
|
|
|
|
# Legal
|
|
|
|
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.
|