mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 03:17:57 +01:00
commit
e9aebdd5a3
1 changed files with 28 additions and 0 deletions
28
pages/common/mpc.md
Normal file
28
pages/common/mpc.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# mpc
|
||||
|
||||
> Music Player Client.
|
||||
> Program for controlling the Music Player Daemon (MPD).
|
||||
|
||||
- Toggle play/pause:
|
||||
|
||||
`mpc toggle`
|
||||
|
||||
- Stop playing:
|
||||
|
||||
`mpc stop`
|
||||
|
||||
- Show information about the currently playing song:
|
||||
|
||||
`mpc status`
|
||||
|
||||
- Play next song:
|
||||
|
||||
`mpc next`
|
||||
|
||||
- Play previous song:
|
||||
|
||||
`mpc prev`
|
||||
|
||||
- Forward/Rewind the currently playing song:
|
||||
|
||||
`mpc [+-]{{seconds}}`
|
Loading…
Reference in a new issue