snippetbashTip
qmmp — An audio player with an interface similar to Winamp or XMMS. See also: `clementine`, `ncmpcpp`, `cmu
Viewed 0 times
commandsimilarqmmpinterfacecliaudiowithplayer
Problem
How to use the
qmmp command: An audio player with an interface similar to Winamp or XMMS. See also: clementine, ncmpcpp, cmus. More information: <https://manned.org/qmmp>.Solution
qmmp — An audio player with an interface similar to Winamp or XMMS. See also: clementine, ncmpcpp, cmus. More information: <https://manned.org/qmmp>.Launch the GUI:
qmmpStart or stop the currently playing audio:
qmmp {{[-t|--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 --nextPlay the previous audio file:
qmmp --previousDisplay the current volume:
qmmp --volume-status[inc]rease or [dec]rease the volume of the currently playing audio by 5%:
qmmp --volume-{{inc|dec}}Code Snippets
Launch the GUI
qmmpStart or stop the currently playing audio
qmmp {{[-t|--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 --nextPlay the previous audio file
qmmp --previousContext
tldr-pages: common/qmmp
Revisions (0)
No revisions yet.