tldr/pages/common/mpc.md

30 lines
408 B
Markdown
Raw Normal View History

2016-05-06 04:33:53 +01:00
# mpc
> Music Player Client.
> Control the Music Player Daemon (MPD).
> More information: <https://www.musicpd.org/doc/mpc/html>.
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 the next song:
2016-05-06 04:33:53 +01:00
`mpc next`
- Play the previous song:
2016-05-06 04:33:53 +01:00
`mpc prev`
- Seek `n` seconds forward (`+`) or backward (`-`):
2016-05-06 04:33:53 +01:00
`mpc {{+n|-n}}`