tldr/pages/common/mpc.md

30 lines
417 B
Markdown
Raw Normal View History

2016-05-06 04:33:53 +01:00
# mpc
> Music Player Client.
2016-05-06 17:24:46 +01:00
> Program for controlling the Music Player Daemon (MPD).
2019-06-04 10:25:19 +01:00
> More information: <https://www.musicpd.org/clients/mpc>.
2016-05-06 04:33:53 +01:00
2016-05-06 17:24:46 +01:00
- Toggle play/pause:
2016-05-06 04:33:53 +01:00
`mpc toggle`
- Stop playing:
`mpc stop`
2016-05-06 17:24:46 +01:00
- Show information about the currently playing song:
2016-05-06 04:33:53 +01:00
`mpc status`
- Play next song:
`mpc next`
- Play previous song:
`mpc prev`
- Forward or rewind the currently playing song:
2016-05-06 04:33:53 +01:00
`mpc [+-]{{seconds}}`