Skip to content

v1.0.1.2

Compare
Choose a tag to compare
@fuzeman fuzeman released this 14 Mar 20:45
· 480 commits to master since this release

Added

  • ARM CPU Definitions for:
    • Cortex A7 (rpi2)
    • Cortex A53 (rpi3)
    • Kirkwood 88F6281

Changed

  • Disabled ELF attribute reading on OS X to avoid "Magic number does not match" warnings
  • Switched to a threaded raven transport to avoid locking sync threads
  • Simplified unsupported service warnings

Fixed

  • Issue where sessions wouldn't update correctly if the media changes (#289)
  • Playback Progress sync wasn't importing movies correctly (#287)
  • KeyError exception raised during syncs (#286)
  • Issue scrobbling on OS X systems (#284)
  • Exception raised in the logging scrobbler if "view_offset" is invalid/missing

Libraries

  • Updated croniter (v0.3.12)
  • Updated plex.py
    • Implemented PhotoAlbum object, added SessionMixin to the Photo object
    • Fixed type definition for Stream.level
  • Updated plex.activity.py
  • Updated plex.metadata.py
  • Updated pyemitter
  • Updated pytz (v2016.1)
  • Updated raven-python
    • Fixed an issue where the "requests" transport wouldn't handle API errors correctly
    • Completely disable the client on "Unauthorized" (401) errors
  • Updated trakt.py
    • Implemented Device Authentication