Sodamhan.com

TL;DR

qmmp

An audio player with an interface similar to Winamp or XMMS. See also: clementine, ncmpcpp, cmus. More information: https://qmmp.ylsoftware.com.

  • Launch the GUI:

qmmp

  • Start or stop the currently playing audio:

qmmp --play-pause

  • Seek forwards or backwards 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

  • increase or decrease the volume of the currently playing audio by 5%:

qmmp --volume-inc|dec

This document was created using the contents of the tldr project.