Merge pull request #872 from alx741/mpc

mpc: add page
waldyrious/alt-syntax
Leandro Ostera 2016-05-07 12:48:38 +02:00
commit e9aebdd5a3
1 changed files with 28 additions and 0 deletions

28
pages/common/mpc.md Normal file
View 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}}`