Table of Contents

Command line options

Mixxx is designed to be as user-friendly as possible. As such, its command line options are only useful for development or debugging, as they make these tasks easier. Here is an exhaustive list:

These are case-sensitive

1.7

OptionDescriptionCode location
--resourcePath path Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation locationconfigobject.cpp, line 301
--loadXMLfile /path/to/mapping.midi.xmlForces Mixxx to load the specified MIDI mapping on start-up instead of the last-used MixxxMIDIBindings.xmlmidimapping.cpp, line 396
--midiDebugCauses Mixxx to display/log all of the MIDI messages it receives (Windows only, >=1.7.1)midiobjectwin.cpp, line 27

1.8

You can load supported sound files directly into the virtual decks by specifying them at the command line.

OptionDescriptionCode location
filenameLoads the specified music file at start-up (of the types Mixxx supports.) Each file you specify will be loaded into the next deck.main.cpp, line 281
--resourcePath path Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation locationconfigobject.cpp, line 310
--midiDebugCauses Mixxx to display/log all of the MIDI messages it receives and script functions it loadsmididevice.cpp, line 52
-f, --fullScreenCauses Mixxx to start in full-screen modemain.cpp, line 276
-h, --helpDisplays all current command line optionsmain.cpp, line 249
 
command_line_options.txt · Last modified: 2010/02/22 11:07 by pegasus
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki