Skip to content

Releases: trakt/Plex-Trakt-Scrobbler

v0.9.10.8-beta

23 Aug 10:25
Compare
Choose a tag to compare
v0.9.10.8-beta Pre-release
Pre-release

Added

  • PlexAccount.title field (required for managed accounts)

Fixed

  • Issue with managed account thumbnails

v0.9.10.7-beta

14 Aug 04:29
Compare
Choose a tag to compare
v0.9.10.7-beta Pre-release
Pre-release

Added

Changed

  • [#218] Removed the "title" and "year" attributes from sync artifacts
  • Updated plex.py

Fixed

  • Patched shove to always use a static store/cache map

v0.9.1.29

14 Aug 04:17
Compare
Choose a tag to compare

Added

Changed

  • [#218] Removed the "title" and "year" attributes from sync artifacts
  • Updated plex.py

Fixed

  • Patched shove to always use a static store/cache map
  • Syncs could get stuck at "Sync task already running"
  • Invalid backup files (metadata, thumbnails, etc..) would cause syncs to fail
  • spawn() thread helper method could raise an AttributeError

v0.9.10.6-beta

13 Aug 12:41
Compare
Choose a tag to compare
v0.9.10.6-beta Pre-release
Pre-release

Changed

  • Plex username is now used as a default account name

Fixed

  • [#219] Plex accounts couldn't be authenticated on servers that weren't in a plex home
  • Deadlock could occur on startup

v0.9.10.5-beta

12 Aug 12:03
Compare
Choose a tag to compare
v0.9.10.5-beta Pre-release
Pre-release

Changed

  • Updated account migration "...already exists" messages to avoid confusion
  • Display an error message in the sync controls menu when the plex account hasn't been authenticated

Fixed

  • Sync interval ("Sync - Run every") option wasn't working correctly on new accounts
  • Plex authorization token wasn't being migrated correctly

v0.9.10.4-beta

09 Aug 10:40
Compare
Choose a tag to compare
v0.9.10.4-beta Pre-release
Pre-release

Added

  • Extra plugin instances are shutdown on startup (fixes PMS 0.9.12.5/6 upgrade bug)
  • Implemented the Sync - Run after library updates option
  • Implemented the Sync - Run every option
  • Options now have an "order" attribute

Changed

  • Sync interface and modes now respect library/section permissions
  • Merged with v0.9.1.27
  • Merged with v0.9.1.28

Fixed

  • Authentication issue with multi-user syncing

v0.9.1.28

29 Jul 01:52
Compare
Choose a tag to compare

Changed

  • Updated plex.py
  • Updated plex.metadata.py

Fixed

  • Issue handling invalid GUIDs (#211)

v0.9.1.27

29 Jul 01:51
Compare
Choose a tag to compare

Added

  • Extra plugin instances are shutdown on startup (fixes PMS 0.9.12.5/6 upgrade bug)

v0.9.10.3-beta

24 Jul 12:44
Compare
Choose a tag to compare
v0.9.10.3-beta Pre-release
Pre-release

Added

  • Sync
    • "Global Filter - Libraries" is now applied to syncs
    • Implemented show rating syncing

Changed

  • API
    • Return new authentication "state" attribute from the account service

Fixed

  • Exception raised when users couldn't be mapped to an account
  • Exception raised when a plex/trakt account is already in use
  • MissingSchema raised when no thumbnail exists for an account

v0.9.10.2-beta

22 Jul 01:27
Compare
Choose a tag to compare
v0.9.10.2-beta Pre-release
Pre-release

Added

  • Implemented sync "Cancel" button (#201)

Changed

  • Updated trakt.py
  • Updated trakt.sync.py

Fixed

  • Plugin interface didn't work correctly on secure servers
  • Exception catching issue in the spawn() method
  • Exceptions are now caught in the Cover() and Thumb() controllers