mirror of https://github.com/CrimsonTome/tldr.git
mpc: add page
parent
b61acdf8a0
commit
ff1a038cfb
|
@ -0,0 +1,28 @@
|
||||||
|
# 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}}`
|
Loading…
Reference in New Issue