Releases: sparkly-quasar/openboxxx
Releases · sparkly-quasar/openboxxx
Release list
v0.1.0-alpha — Mixxx → rekordbox/CDJ USB export (experimental)
Experimental build of Mixxx with rekordbox/CDJ USB export.
This is a preview build of Mixxx (2.7-alpha) with two features added via the
openboxxx project:
- Library → "Export Library to rekordbox USB" — writes an unencrypted
export.pdb+ ANLZ analysis files in the classicPIONEER/layout (tracks,
playlists, hot cues, memory cues, beatgrids). - Library → "Cue Sheet to Tracklist…" — turns a recorded-mix
.cueinto a
readable tracklist.txt.
Downloads — pick your platform
| OS | File |
|---|---|
| macOS (Apple Silicon / M1–M4) | …-arm64.dmg |
| macOS (Intel) | …-x86_64.dmg |
| Windows 10/11 (64-bit) | …-amd64.msi |
| Linux (Debian/Ubuntu) | …-x86_64.deb |
Opening an unsigned build
These are not code-signed, so your OS will warn you:
- macOS: right-click the app → Open → Open (or System Settings →
Privacy & Security → Open Anyway). - Windows: SmartScreen → More info → Run anyway.
- Linux:
sudo dpkg -i mixxx-*.deb(thensudo apt -f installif it asks
for dependencies).
⚠️ Please read
- Experimental / unofficial. This is a personal fork build, not official
Mixxx. Keep your normal Mixxx installed too. - The export completes without errors and round-trips through independent
parsers, but has not yet been confirmed by importing into rekordbox desktop
or on physical CDJ hardware — feedback very welcome, especially from anyone
with CDJs. - It runs against your existing Mixxx library. As always, back up first.
Credits & context
Builds on crate-digger/dysentery (Deep Symmetry), pyrekordbox (Dylan Jones),
rekordcrate (@Holzhaus), libdjinterop (@mr-smidge), and earlier exporters.
Addresses mixxxdj/mixxx#9463.
Source: the feat/rekordbox-usb-export branch.