mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:22:07 +02:00
mpc: update page (#12345)
* mpc: update page --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
2b9e65ee52
commit
12ef7e01eb
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# mpc
|
# mpc
|
||||||
|
|
||||||
> Music Player Client.
|
> Music Player Client.
|
||||||
> Program for controlling the Music Player Daemon (MPD).
|
> Control the Music Player Daemon (MPD).
|
||||||
> More information: <https://www.musicpd.org/clients/mpc>.
|
> More information: <https://www.musicpd.org/doc/mpc/html>.
|
||||||
|
|
||||||
- Toggle play/pause:
|
- Toggle play/pause:
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
||||||
|
|
||||||
`mpc status`
|
`mpc status`
|
||||||
|
|
||||||
- Play next song:
|
- Play the next song:
|
||||||
|
|
||||||
`mpc next`
|
`mpc next`
|
||||||
|
|
||||||
- Play previous song:
|
- Play the previous song:
|
||||||
|
|
||||||
`mpc prev`
|
`mpc prev`
|
||||||
|
|
||||||
- Forward or rewind the currently playing song:
|
- Seek `n` seconds forward (`+`) or backward (`-`):
|
||||||
|
|
||||||
`mpc [+-]{{seconds}}`
|
`mpc {{+n|-n}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue