feat(anlz): add device analysis path calculation - #264
Open
AnnoyingTechnology wants to merge 1 commit into
Open
Conversation
Calculate rekordbox's deterministic USBANLZ directory from the exact device audio path. Expose the hash components and formatted relative directory, with export-derived vectors and UTF-16 surrogate-pair coverage. Credit AnnoyingTechnology's December 2025 interoperability research. Document the confirmed XDJ-XZ lookup behavior without generalizing it to other player models.
AnnoyingTechnology
marked this pull request as ready for review
July 22, 2026 18:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the deterministic directory calculation used by rekordbox for analysis
files under
PIONEER/USBANLZ.(P value, hash value)componentsPxxx/yyyyyyyydirectoryHardware testing confirms that the XDJ-XZ recomputes this directory instead
of relying on the PDB
analyze_path. Other player models may resolve itdifferently, but that distinction is immaterial when exporters place the
files at the calculated location and keep the PDB field consistent.
The algorithm and vectors come from
research notes I published in December 2025 verified with my own Pioneer hardware.
This PR provides a fresh implementation for rekordcrate.
AI Disclaimer: opus4.5:high was used in the original 2025 research, and gpt5.6-sol:xhigh on this PR