2022-11-20 13:10:09 +00:00
|
|
|
# qmmp
|
|
|
|
|
2024-02-20 05:26:22 +00:00
|
|
|
> 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>.
|
|
|
|
|
2024-02-20 05:26:22 +00:00
|
|
|
- Launch the GUI:
|
2022-11-20 13:10:09 +00:00
|
|
|
|
|
|
|
`qmmp`
|
|
|
|
|
|
|
|
- Start or stop the currently playing audio:
|
|
|
|
|
|
|
|
`qmmp --play-pause`
|
|
|
|
|
2024-02-20 05:26:22 +00:00
|
|
|
- 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`
|
|
|
|
|
2024-02-20 05:26:22 +00:00
|
|
|
- Display the current volume:
|
2022-11-20 13:10:09 +00:00
|
|
|
|
|
|
|
`qmmp --volume-status`
|
|
|
|
|
2024-02-20 05:26:22 +00:00
|
|
|
- [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}}`
|