LinuxCommandLibrary

qmmp

An audio player.

TLDR

Launch qmmp

$ qmmp
copy


Start or stop the currently playing audio
$ qmmp --play-pause
copy


Seek forwards or backward a specific amount of time in seconds
$ qmmp --seek-[fwd|bwd] [time_in_seconds]
copy


Play the next audio file
$ qmmp --next
copy


Play the previous audio file
$ qmmp --previous
copy


Print the current volume
$ qmmp --volume-status
copy


Increase or decrease the volume of the currently playing audio by 5 steps
$ qmmp --volume-[inc|dec]
copy

Copied to clipboard