Forrest logo
back to context overview

qmmp

List of commands for qmmp:

  • qmmp:ai:18b3b Load an equalizer preset in qmmp
    $ qmmp --dsp-preset-load equalizer:/path/to/preset.q1q
    try on your machine
    explain this command
  • qmmp:ai:9c19c Opens Qmmp with the DSP plugin settings dialog
    $ qmmp -p dsp
    try on your machine
    explain this command
  • qmmp:tldr:1b4ac qmmp: Play the next audio file.
    $ qmmp --next
    try on your machine
    explain this command
  • qmmp:tldr:34e09 qmmp: Start or stop the currently playing audio.
    $ qmmp --play-pause
    try on your machine
    explain this command
  • qmmp:tldr:6eb33 qmmp: Play the previous audio file.
    $ qmmp --previous
    try on your machine
    explain this command
  • qmmp:tldr:91a97 qmmp: Launch qmmp.
    $ qmmp
    try on your machine
    explain this command
  • qmmp:tldr:9e1bc qmmp: Seek forwards or backward a specific amount of time in seconds.
    $ qmmp --seek-${select} ${time_in_seconds}
    try on your machine
    explain this command
  • qmmp:tldr:d6137 qmmp: Increase or decrease the volume of the currently playing audio by 5 steps.
    $ qmmp --volume-${select}
    try on your machine
    explain this command
  • qmmp:tldr:d982c qmmp: Print the current volume.
    $ qmmp --volume-status
    try on your machine
    explain this command
back to context overview