mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* mpc: update page --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
29 lines
408 B
Markdown
29 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}}`
|