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).
|
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`
|
|
|
|
|
2016-05-07 18:15:19 +01:00
|
|
|
- Forward or rewind the currently playing song:
|
2016-05-06 04:33:53 +01:00
|
|
|
|
|
|
|
`mpc [+-]{{seconds}}`
|