1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:02:18 +02:00

mpc: update page (#12345)

* mpc: update page

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Lena 2024-02-24 16:52:45 +01:00 committed by GitHub
parent 2b9e65ee52
commit 12ef7e01eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
# mpc
> Music Player Client.
> Program for controlling the Music Player Daemon (MPD).
> More information: <https://www.musicpd.org/clients/mpc>.
> Control the Music Player Daemon (MPD).
> More information: <https://www.musicpd.org/doc/mpc/html>.
- Toggle play/pause:
@ -16,14 +16,14 @@
`mpc status`
- Play next song:
- Play the next song:
`mpc next`
- Play previous song:
- Play the previous song:
`mpc prev`
- Forward or rewind the currently playing song:
- Seek `n` seconds forward (`+`) or backward (`-`):
`mpc [+-]{{seconds}}`
`mpc {{+n|-n}}`