mpd

Music Player Daemon. More information: <https://www.musicpd.org/>.

Install

All systems
curl cmd.cat/mpd.sh
Debian Debian
apt-get install mpd
Ubuntu
apt-get install mpd
Alpine
apk add mpd
Arch Arch Linux
pacman -S mpd
image/svg+xml Kali Linux
apt-get install mpd
CentOS
yum install mpd
Windows (WSL2)
sudo apt-get update sudo apt-get install mpd
OS X
brew install mpd
Raspbian
apt-get install mpd
Docker
docker run cmd.cat/mpd mpd powered by Commando

Music Player Daemon. More information: <https://www.musicpd.org/>.

  • Start MPD:
    mpd
  • Start MPD but don't read from the configuration file:
    mpd --no-config
  • Start MPD and don't detach it from the console:
    mpd --no-daemon
  • Kill the currently running MPD session:
    mpd --kill

© tl;dr; authors and contributors