1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/common/mpc.md
2016-05-07 18:15:19 +01:00

28 lines
358 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 or rewind the currently playing song:
`mpc [+-]{{seconds}}`