Skip to content

Releases: trakt/Plex-Trakt-Scrobbler

v0.9.1.19

22 Feb 12:19
Compare
Choose a tag to compare

Changes

  • Log some extra information on "can't start new thread" errors (to help with debugging)

Fixed

  • Corrupted watch sessions weren't being deleted correctly
  • Scrobbles could be missed in some cases

v0.9.1.18

22 Feb 12:18
Compare
Choose a tag to compare

Changes

  • [plex_metadata] metadata with "none" or "local" guids aren't cached anymore

Fixed

  • Corrupted watch sessions would cause the plugin to crash on startup
  • Section filter wasn't being applied to instant actions
  • [raven] system hostnames with non-ASCII characters would cause the plugin to crash on startup

v0.9.1.17

09 Feb 06:05
Compare
Choose a tag to compare

Fixed

  • [plugin] movie scrobbling wasn't working correctly

v0.9.1.16

09 Feb 06:04
Compare
Choose a tag to compare

Fixed

  • [plugin] multi-episode files (e.g. S01E01E02) wouldn't scrobble correctly
  • [plugin] spawn() thread helper wasn't including a proper exception traceback in error messages
  • [plugin] catch an exception in pts.scrobbler_logging test() method
  • [plex.py] Library.all() would raise an exception with some title filters
  • [plex.metadata.py] Library.episodes() wasn't handling multi-episode files correctly
  • [trakt.py] catch a "KeyError" exception in Interface.get_data()
  • [trakt.py] catch a "AttributeError" exception in MediaMapper.episode()

v0.9.1.15

09 Feb 06:05
Compare
Choose a tag to compare

Changes

  • Updated migrator

v0.9.1.14

06 Feb 11:34
Compare
Choose a tag to compare

Changes

  • [plugin/libraries] updated requests (v2.5.1)
  • [plugin/libraries] updated trakt.py (v2.1.1)
  • [plugin/libraries] added six (v1.9.0)
  • [trakt.py] switched to the new v2 API endpoint (api-v2launch.trakt.tv)
  • [trakt.py] adjusted connect/read timeout values

v0.9.1.13

02 Feb 04:04
Compare
Choose a tag to compare

Changes

  • Updated the migrator to ensure some more old files are removed when updating

v0.9.1.12

02 Feb 04:03
Compare
Choose a tag to compare

Changes

v0.9.1.12-beta

31 Jan 04:52
Compare
Choose a tag to compare
v0.9.1.12-beta Pre-release
Pre-release

Changes

  • [plugin/sync] adjusted HTTP response caching to ensure ratings update correctly
  • [plex.metadata.py] implemented metadata cache invalidation on items with a invalid/missing "guid" property
  • [plex.metadata.py] sections using "com.plexapp.agents.none" (Home Videos) are now completely ignored

Fixed

  • [plugin/sync] items marked as watched in [sync.pull] would trigger another scrobble on trakt.tv (if "Instant Actions" was enabled)
  • [plex.py] thread synchronization issue with HTTP configuration
  • [plex.metadata.py] exception was raised in Library.all() if metadata wasn't able to be retrieved

v0.9.1.11-beta

31 Jan 04:51
Compare
Choose a tag to compare
v0.9.1.11-beta Pre-release
Pre-release

Fixed

  • [plugin] "played" events processed shortly after watch sessions would cause duplicate scrobbles
  • [plugin] catch OSError when saving sync artifacts
  • [plugin] authenticate() wasn't retrying requests on 5xx errors correctly
  • [plugin] WatchSession action threads wouldn't exit correctly in some cases