Skip to content

Pyrekordbox v0.3.0

Compare
Choose a tag to compare
@dylanljones dylanljones released this 12 Dec 09:30
· 84 commits to master since this release

What's Changed

This release fixes bugs and imrpoves error handling.

Improvements/Bug Fixes

  • The bank field of PSSI ANLZ tag can also have a value of 0 (#108)
    This fixes an issue where the XOR mask was applied to un-garbled PSSI tags.
  • check if RBv6 db key seems valid (#105)
    Check the key if it is passed manually to the db handler and raise an exception
    if it doesn't look valid. Only the first few characters are checked.
  • also change OrgFolderPath and FileNameL in update_content_path (#104)
    There were columns missing in the update_content_path method.
    These changes make the file paths consistent.
    Thank you @ben-hearn-sb for the help!
  • rename the xml module to rbxml to prevent conflict with builtin.
    Note that the old module name xml is deprecated and will be removed in version 0.4.0.

Documentation

  • add Rekordbox6 database key extraction alternatives

Full Changelog: 0.2.3...0.3.0