mixxx

Free and open source cross-platform DJ software. More information: <https://mixxx.org/manual/latest/chapters/appendix.html#command-line-options>.

Install

All systems
curl cmd.cat/mixxx.sh
Debian Debian
apt-get install mixxx
Ubuntu
apt-get install mixxx
Arch Arch Linux
pacman -S mixxx
image/svg+xml Kali Linux
apt-get install mixxx
Windows (WSL2)
sudo apt-get update sudo apt-get install mixxx
Raspbian
apt-get install mixxx

Free and open source cross-platform DJ software. More information: <https://mixxx.org/manual/latest/chapters/appendix.html#command-line-options>.

  • Start the Mixxx GUI in fullscreen:
    mixxx --fullScreen
  • Start in safe developer mode to debug a crash:
    mixxx --developer --safeMode
  • Debug a malfunction:
    mixxx --debugAssertBreak --developer --loglevel trace
  • Start Mixxx using the specified settings file:
    mixxx --resourcePath mixxx/res/controllers --settingsPath path/to/settings-file
  • Debug a custom controller mapping:
    mixxx --controllerDebug --resourcePath path/to/mapping-directory
  • Show command-line help:
    mixxx --help

© tl;dr; authors and contributors