Skip to content

v1.0.2

Compare
Choose a tag to compare
@geo-martino geo-martino released this 27 Jun 15:38
· 53 commits to master since this release

Added

  • Expanded error message on :py:class:.DynamicProcessor processor lookup exception.
  • Improved logging of bad responses on :py:class:.RequestHandler
  • wait_max time to cap wait time between requests for :py:class:.RequestHandler
  • Add log on :py:class:.CachedSession for when either a cache hit or a HTTP request happens.

Removed

  • limiter_deduplication attribute from print output on :py:class:.XAutoPF

Fixed

  • Bug in :py:class:.XMLLibraryParser which would not read 'Playlists' keys.
  • Moved 'check api' logic later when deleting playlists in :py:class:.RemoteItemChecker
    to ensure API is not checked on close when checker has not actually run.
  • :py:class:.RequestHandler now handles wait and backoff logic asynchronously.
  • Tracks on playlists from the JSON output of :py:class:.LocalLibrary now display correctly.
    Previously showed 'null' for every track.