1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/qmmp.md
Vitor Henrique 677518a6bd
qmmp: improve examples and page description (#12276)
* qmmp: improve examples and page description

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-02-20 10:56:22 +05:30

32 lines
599 B
Markdown

# qmmp
> An audio player with an interface similar to Winamp or XMMS.
> More information: <http://qmmp.ylsoftware.com>.
- Launch the GUI:
`qmmp`
- Start or stop the currently playing audio:
`qmmp --play-pause`
- 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}}`
- Play the next audio file:
`qmmp --next`
- Play the previous audio file:
`qmmp --previous`
- Display the current volume:
`qmmp --volume-status`
- [inc]rease or [dec]rease the volume of the currently playing audio by 5%:
`qmmp --volume-{{inc|dec}}`