1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 08:17:59 +01:00
tldr/pages/common/mpc.md

29 lines
358 B
Markdown
Raw Normal View History

2016-05-06 05:33:53 +02:00
# mpc
> Music Player Client.
2016-05-06 18:24:46 +02:00
> Program for controlling the Music Player Daemon (MPD).
2016-05-06 05:33:53 +02:00
2016-05-06 18:24:46 +02:00
- Toggle play/pause:
2016-05-06 05:33:53 +02:00
`mpc toggle`
- Stop playing:
`mpc stop`
2016-05-06 18:24:46 +02:00
- Show information about the currently playing song:
2016-05-06 05:33:53 +02:00
`mpc status`
- Play next song:
`mpc next`
- Play previous song:
`mpc prev`
- Forward or rewind the currently playing song:
2016-05-06 05:33:53 +02:00
`mpc [+-]{{seconds}}`