Skip to content

0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 20:59
· 41 commits to main since this release
e762766

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).