From 3fd8b8e7b234d1ab2edcb6e581c282971634bea4 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 20 Nov 2022 13:10:09 +0000 Subject: [PATCH] qmmp: add page (#9509) --- pages/common/qmmp.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/qmmp.md diff --git a/pages/common/qmmp.md b/pages/common/qmmp.md new file mode 100644 index 000000000..917cd5e71 --- /dev/null +++ b/pages/common/qmmp.md @@ -0,0 +1,32 @@ +# qmmp + +> An audio player. +> More information: . + +- Launch qmmp: + +`qmmp` + +- Start or stop the currently playing audio: + +`qmmp --play-pause` + +- Seek forwards or backward a specific amount of time in seconds: + +`qmmp --seek-{{fwd|bwd}} {{time_in_seconds}}` + +- Play the next audio file: + +`qmmp --next` + +- Play the previous audio file: + +`qmmp --previous` + +- Print the current volume: + +`qmmp --volume-status` + +- Increase or decrease the volume of the currently playing audio by 5 steps: + +`qmmp --volume-{{inc|dec}}`