snippetbashTip
mpc — Music Player Client: control the Music Player Daemon (MPD). See also: `mpd`, `ncmpcpp`, `cmus`. More
Viewed 0 times
themusiccommandclientclicontrolmpcplayer
Problem
How to use the
mpc command: Music Player Client: control the Music Player Daemon (MPD). See also: mpd, ncmpcpp, cmus. More information: <https://www.musicpd.org/doc/mpc/html/>.Solution
mpc — Music Player Client: control the Music Player Daemon (MPD). See also: mpd, ncmpcpp, cmus. More information: <https://www.musicpd.org/doc/mpc/html/>.Toggle play/pause:
mpc toggleStop playing:
mpc stopShow information about the currently playing song:
mpc statusPlay the next song:
mpc nextPlay the previous song:
mpc prevSeek
n seconds forward (+) or backward (-):mpc {{+n|-n}}Code Snippets
Toggle play/pause
mpc toggleStop playing
mpc stopShow information about the currently playing song
mpc statusPlay the next song
mpc nextPlay the previous song
mpc prevContext
tldr-pages: common/mpc
Revisions (0)
No revisions yet.