From 12ef7e01eb78801bd87cc95adc489c92e01ae26c Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:52:45 +0100 Subject: [PATCH] mpc: update page (#12345) * mpc: update page --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/mpc.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/mpc.md b/pages/common/mpc.md index b361c92db..475e2e30b 100644 --- a/pages/common/mpc.md +++ b/pages/common/mpc.md @@ -1,8 +1,8 @@ # mpc > Music Player Client. -> Program for controlling the Music Player Daemon (MPD). -> More information: . +> Control the Music Player Daemon (MPD). +> More information: . - Toggle play/pause: @@ -16,14 +16,14 @@ `mpc status` -- Play next song: +- Play the next song: `mpc next` -- Play previous song: +- Play the previous song: `mpc prev` -- Forward or rewind the currently playing song: +- Seek `n` seconds forward (`+`) or backward (`-`): -`mpc [+-]{{seconds}}` +`mpc {{+n|-n}}`