mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 05:35:31 +02:00
qmmp: add page (#9509)
This commit is contained in:
parent
9a6ef30519
commit
3fd8b8e7b2
1 changed files with 32 additions and 0 deletions
32
pages/common/qmmp.md
Normal file
32
pages/common/qmmp.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# qmmp
|
||||
|
||||
> An audio player.
|
||||
> More information: <http://qmmp.ylsoftware.com>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue