mirror of https://github.com/CrimsonTome/tldr.git
30 lines
408 B
Markdown
30 lines
408 B
Markdown
# 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}}`
|