tldr/pages/common/qmmp.md

33 lines
599 B
Markdown
Raw Normal View History

2022-11-20 13:10:09 +00:00
# qmmp
> An audio player with an interface similar to Winamp or XMMS.
2022-11-20 13:10:09 +00:00
> More information: <http://qmmp.ylsoftware.com>.
- Launch the GUI:
2022-11-20 13:10:09 +00:00
`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:
2022-11-20 13:10:09 +00:00
`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:
2022-11-20 13:10:09 +00:00
`qmmp --volume-status`
- [inc]rease or [dec]rease the volume of the currently playing audio by 5%:
2022-11-20 13:10:09 +00:00
`qmmp --volume-{{inc|dec}}`