1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/mpc.md

30 lines
444 B
Markdown
Raw Normal View History

2016-05-05 22:33:53 -05:00
# mpc
> Music Player Client: control the Music Player Daemon (MPD).
> See also: `mpd`, `ncmpcpp`, `cmus`.
> More information: <https://www.musicpd.org/doc/mpc/html>.
2016-05-05 22:33:53 -05:00
2016-05-06 11:24:46 -05:00
- Toggle play/pause:
2016-05-05 22:33:53 -05:00
`mpc toggle`
- Stop playing:
`mpc stop`
2016-05-06 11:24:46 -05:00
- Show information about the currently playing song:
2016-05-05 22:33:53 -05:00
`mpc status`
- Play the next song:
2016-05-05 22:33:53 -05:00
`mpc next`
- Play the previous song:
2016-05-05 22:33:53 -05:00
`mpc prev`
- Seek `n` seconds forward (`+`) or backward (`-`):
2016-05-05 22:33:53 -05:00
`mpc {{+n|-n}}`