mpc: add page
This commit is contained in:
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 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}}`
|
Reference in New Issue
Block a user