mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
358 B
358 B
mpc
Music Player Client. Program for controlling the Music Player Daemon (MPD).
- Toggle play/pause:
mpc toggle
- Stop playing:
mpc stop
- Show information about the currently playing song:
mpc status
- Play next song:
mpc next
- Play previous song:
mpc prev
- Forward or rewind the currently playing song:
mpc [+-]{{seconds}}