mirror of https://github.com/CrimsonTome/tldr.git
408 B
408 B
mpc
Music Player Client. Control the Music Player Daemon (MPD). More information: https://www.musicpd.org/doc/mpc/html.
- Toggle play/pause:
mpc toggle
- Stop playing:
mpc stop
- Show information about the currently playing song:
mpc status
- Play the next song:
mpc next
- Play the previous song:
mpc prev
- Seek
n
seconds forward (+
) or backward (-
):
mpc {{+n|-n}}