0.1.6
Added
- Ability to parse
PSSI
(song structure/phrase analysis) tags now exported by rekordbox 6. - Ability to parse the history playlist names and entries found in rekordbox database exports.
Changed
-
Upgraded Kaitai Struct to version 0.9, which fixes a bug that prevented us from using enums for the four-character-codes in track analysis files. This makes the parsed values more readable in the Web IDE, and in the generated classes as well.
🔧 This is a backwards-incompatible change.
-
@Swiftb0y improved our understanding of the format of DeviceSQL strings in export files, which simplified the Kaitai Struct
definitions for them, and greatly improved the documentation.
Fixed
- The offset numbers in table page diagrams were incorrect (the documentation did not accurately reflect the Kaitai Struct parser).