Skip to content

dfmgr/mpd

Repository files navigation

mpd

flexible, powerful, server-side application for playing music

Automatic install/update:

bash -c "$(curl -LSs https://github.com/dfmgr/mpd/raw/main/install.sh)"

Manual install:

requires:

Debian based:

apt install mpd mpc ncmpcpp

Fedora Based:

yum install mpd mpc ncmpcpp

Arch Based:

pacman -S mpd mpc ncmpcpp

MacOS:

brew install mpd mpc ncmpcpp
mv -fv "$HOME/.config/mpd" "$HOME/.config/mpd.bak"
git clone https://github.com/dfmgr/mpd "$HOME/.config/mpd"
mkdir -p $HOME/.ncmpcpp
ln -sf $HOME/.config/mpd/ncmpcpp.conf $HOME/.ncmpcpp/config

mpd wiki | mpd site