mpd
Music Player Daemon. More information: <https://www.musicpd.org/>.
Install
- All systems
-
curl cmd.cat/mpd.sh
- Debian
-
apt-get install mpd
- Ubuntu
-
apt-get install mpd
- Alpine
-
apk add mpd
- Arch Linux
-
pacman -S mpd
- 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
- Dockerfile
- dockerfile.run/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