Skip to content

v1.1.0.6

Compare
Choose a tag to compare
@fuzeman fuzeman released this 10 Sep 07:14
· 172 commits to master since this release

Added

  • AniDB metadata agents are now supported (e.g. Hama) (#190)
  • Multi-part episodes are now supported (e.g. S01E01-02, S01E01E02, etc..) (#145)
  • Integrated OpenEntityMap for identifier and episode mappings
  • Plex rating changes are now pushed to Trakt.tv
  • Linux AArch64 systems are now supported (e.g Pine64) (#319)
  • Android AArch64 systems are now supported (e.g. NVIDIA Shield TV) (#334)
  • "Dismiss all" button is now available in the "Messages" view (#350)

Changed

  • Improved logging of items with unsupported metadata agents
  • Disabled scrobbler metadata cache to avoid using stale identifiers
  • Enabled strict guid parsing
  • Scrobbling is now enabled by default

Fixed

  • Issue where plex accounts wouldn't refresh correctly (#335)
  • Issue importing Trakt.tv lists containing people
  • Segmentation faults during OpenSSL library tests are now caught correctly
  • AttributeError was being raised in the logging scrobbler
  • Library testing wasn't working correctly on PMS 1.1.0+
  • Exception raised with accounts that have unicode characters in their usernames (trakt-for-plex/configuration#22)
  • MainMenu() takes no arguments (1 given) was being raised with some clients

Libraries

  • Added idna (v2.1)
  • Updated arrow (v0.8.0)
  • Updated msgpack-python (v0.4.8)
  • Updated ndg-httpsclient (v0.4.2)
  • Updated plex.py
  • Updated plex.activity.py (v0.7.0)
  • Updated plex.database.py
  • Updated plex.metadata.py
  • Updated pytz
  • Updated pyOpenSSL (v16.1.0)
  • Updated requests (v2.11.1)
  • Updated trakt.py
  • Updated trakt.sync.py
  • Updated tzlocal

Tests

  • Updated test requirements