mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
29 lines
335 B
Markdown
29 lines
335 B
Markdown
|
# mpc
|
||
|
|
||
|
> Music Player Client.
|
||
|
> Program for controlling Music Player Daemon (MPD).
|
||
|
|
||
|
- Toggle between play and pause:
|
||
|
|
||
|
`mpc toggle`
|
||
|
|
||
|
- Stop playing:
|
||
|
|
||
|
`mpc stop`
|
||
|
|
||
|
- Show information about currently playing song:
|
||
|
|
||
|
`mpc status`
|
||
|
|
||
|
- Play next song:
|
||
|
|
||
|
`mpc next`
|
||
|
|
||
|
- Play previous song:
|
||
|
|
||
|
`mpc prev`
|
||
|
|
||
|
- Seek playing song:
|
||
|
|
||
|
`mpc [+-]{{seconds}}`
|