commands.sh

mpc

all

Music Player Client: control the Music Player Daemon (MPD). See also: `mpd`, `ncmpcpp`, `cmus`.

More info →

Examples (6)

Toggle play/pause

mpc toggle

Stop playing

mpc stop

Show information about the currently playing song

mpc status

Play the next song

Play the previous song

mpc prev

Seek `n` seconds forward (`+`) or backward (`-`)

mpc +n|-n
made by @shridhargupta | data from tldr-pages