Skip to content

Pyrekordbox v0.4.1

Compare
Choose a tag to compare
@dylanljones dylanljones released this 20 Apr 15:58
· 51 commits to master since this release

This release improves database functionality by allowing commits when playlists are missing in XML (with warnings for non-special playlists), adds timezone support for date fields, and fixes date format issues. Configuration enhancements include relocating the pyrekordbox cache file to the user's appdata directory and fixing an asar file decoding error.

Improvements/Bug Fixes

  • db: allow commiting if playlist is not found in XML (#149)
    This fixes an issue where the changes to the DB can not be commited if the playlist is missing in the playlist-xml. A warning is now shown instead. The warning is not shown for special playlists.
  • db: add timezone support and fix date format issue (#161)
    Date formats in the DB are now converted to the local timezone. It is now also possible to read date fields with other formats.
  • config: move pyrekordbox cache file to appdir
    The cache file is now stored in the appdata directory of the user. This avoids writing to the pyrekordbox package directory.
  • config: fix asar file decoding error (#154)

Full Changelog: v0.4.0...v0.4.1