mpc
Music Player Client. Program for controlling the Music Player Daemon (MPD). More information: <https://www.musicpd.org/clients/mpc>.
Install
- All systems
-
curl cmd.cat/mpc.sh
- Debian
-
apt-get install mpc
- Ubuntu
-
apt-get install mpc
- Alpine
-
apk add mpc
- Arch Linux
-
pacman -S mpc
- Kali Linux
-
apt-get install mpc
- Fedora
-
dnf install mpc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mpc
- OS X
-
brew install mpc
- Raspbian
-
apt-get install mpc
- Dockerfile
- dockerfile.run/mpc
- Docker
-
docker run cmd.cat/mpc mpc
powered by Commando
Music Player Client. Program for controlling the Music Player Daemon (MPD). More information: <https://www.musicpd.org/clients/mpc>.
-
Toggle play/pause:
mpc toggle
-
Stop playing:
mpc stop
-
Show information about the currently playing song:
mpc status
-
Play next song:
mpc next
-
Play previous song:
mpc prev
-
Forward or rewind the currently playing song:
mpc [+-]seconds
© tl;dr; authors and contributors