Files
tldr/pages/common/mpc.md
2016-05-06 11:24:46 -05:00

29 lines
355 B
Markdown

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