Pyrekordbox v0.3.0
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
andFileNameL
inupdate_content_path
(#104)
There were columns missing in theupdate_content_path
method.
These changes make the file paths consistent.
Thank you @ben-hearn-sb for the help! - rename the
xml
module torbxml
to prevent conflict with builtin.
Note that the old module namexml
is deprecated and will be removed in version0.4.0
.
Documentation
- add Rekordbox6 database key extraction alternatives
Full Changelog: 0.2.3...0.3.0