mpc: update page (#12345)

* mpc: update page

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
pull/23/head
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
1 changed files with 6 additions and 6 deletions

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}}`