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
Lena 12ef7e01eb
mpc: update page (#12345)
* mpc: update page

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2024-02-24 17:52:45 +02:00

408 B

mpc

Music Player Client. Control the Music Player Daemon (MPD). More information: https://www.musicpd.org/doc/mpc/html.

  • Toggle play/pause:

mpc toggle

  • Stop playing:

mpc stop

  • Show information about the currently playing song:

mpc status

  • Play the next song:

mpc next

  • Play the previous song:

mpc prev

  • Seek n seconds forward (+) or backward (-):

mpc {{+n|-n}}