Expand description
Parser for Rekordbox analysis files, that can be found inside nested subdirectories of the
PIONEER/USBANLZ
directory and can have the extensions .DAT
, .EXT
or .2EX
. Note that
these files are not only used for device exports, but also for local rekordbox databases. In
that case, the directory can be found at %APPDATA%\Pioneer\rekordbox\share\PIONEER\USBANLZ
.
These files contain additional data (such as beatgrids, hotcues, waveforms and song structure information) that is not part of the PDB file.
The file is divided in section, where each section consists of a tag, header, and content.
With the evolution of the Pioneer hardware line, new section types were added (e.g.
for high-resolution colored waveforms). To avoid issues with older hardware that cannot handle
the additional data due to their memory limitations, the new sections were only added to a copy
of the original file (.DAT
) and saved with another extension (.EXT
).
Structs§
- ANLZ file section.
- A single beat inside the beat grid.
- All beats in the track.
- A memory or hot cue (or loop).
- List of cue points or loops (either hot cues or memory cues).
- A memory or hot cue (or loop).
- List of cue points or loops (either hot cues or memory cues, extended version).
- Header of a section that contains type and size information.
- Path of the audio file that this analysis belongs to.
- A song structure entry that represents a phrase in the track.
- ANLZ Section.
- Describes the structure of a song (Intro, Chrous, Verse, etc.).
- The data part of the
SongStructure
section that may be encrypted (RB6+). - Smaller version of the fixed-width monochrome preview of the track waveform.
- Single Column value in a Tiny Waveform Preview.
- Unknown content.
- Seek information for variable bitrate files (probably).
- Variable-width large colored version of the track waveform.
- Single Column value in a Waveform Color Detail section.
- Variable-width large monochrome version of the track waveform.
- Single Column value in a Waveform Color Preview.
- Variable-width large monochrome version of the track waveform.
- Fixed-width monochrome preview of the track waveform.
- Single Column value in a Waveform Preview.
Enums§
- Stylistic track bank for Lightning mode.
- Section content which differs depending on the section type.
- The kind of section.
- Describes the types of entries found in a Cue List section.
- Indicates if the cue is point or a loop.
- Music classification that is used for Lightnight mode and based on rhythm, tempo kick drum and sound density.