mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 01:15:35 +02:00
qmmp: improve examples and page description (#12276)
* qmmp: improve examples and page description --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
8963602e7f
commit
677518a6bd
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# qmmp
|
# qmmp
|
||||||
|
|
||||||
> An audio player.
|
> An audio player with an interface similar to Winamp or XMMS.
|
||||||
> More information: <http://qmmp.ylsoftware.com>.
|
> More information: <http://qmmp.ylsoftware.com>.
|
||||||
|
|
||||||
- Launch qmmp:
|
- Launch the GUI:
|
||||||
|
|
||||||
`qmmp`
|
`qmmp`
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
`qmmp --play-pause`
|
`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}}`
|
`qmmp --seek-{{fwd|bwd}} {{time_in_seconds}}`
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@
|
||||||
|
|
||||||
`qmmp --previous`
|
`qmmp --previous`
|
||||||
|
|
||||||
- Print the current volume:
|
- Display the current volume:
|
||||||
|
|
||||||
`qmmp --volume-status`
|
`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}}`
|
`qmmp --volume-{{inc|dec}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue