From 677518a6bdf84a445ca14197a41d61cbec3525a9 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Tue, 20 Feb 2024 02:26:22 -0300 Subject: [PATCH] qmmp: improve examples and page description (#12276) * qmmp: improve examples and page description --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/qmmp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/qmmp.md b/pages/common/qmmp.md index 917cd5e71..519566847 100644 --- a/pages/common/qmmp.md +++ b/pages/common/qmmp.md @@ -1,9 +1,9 @@ # qmmp -> An audio player. +> An audio player with an interface similar to Winamp or XMMS. > More information: . -- Launch qmmp: +- Launch the GUI: `qmmp` @@ -11,7 +11,7 @@ `qmmp --play-pause` -- Seek forwards or backward a specific amount of time in seconds: +- Seek [f]or[w]ar[d]s or [b]ack[w]ar[d]s a specific amount of time in seconds: `qmmp --seek-{{fwd|bwd}} {{time_in_seconds}}` @@ -23,10 +23,10 @@ `qmmp --previous` -- Print the current volume: +- Display the current volume: `qmmp --volume-status` -- Increase or decrease the volume of the currently playing audio by 5 steps: +- [inc]rease or [dec]rease the volume of the currently playing audio by 5%: `qmmp --volume-{{inc|dec}}`