1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 05:22:11 +02:00
tldr/pages/common/mpc.md
2019-06-04 16:29:40 -03:00

29 lines
417 B
Markdown

# mpc
> Music Player Client.
> Program for controlling the Music Player Daemon (MPD).
> More information: <https://www.musicpd.org/clients/mpc>.
- 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}}`