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 updatesudo apt-get install mpd - OS X
-
brew install mpd - Raspbian
-
apt-get install mpd - Docker
-
docker run cmd.cat/mpd mpdpowered 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