1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 03:17:57 +01:00

Merge pull request #872 from alx741/mpc

mpc: add page
This commit is contained in:
Leandro Ostera 2016-05-07 12:48:38 +02:00
commit e9aebdd5a3

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}}`