Releases: trakt/Plex-Trakt-Scrobbler
Releases · trakt/Plex-Trakt-Scrobbler
v0.9.10.8-beta
Added
PlexAccount.title
field (required for managed accounts)
Fixed
- Issue with managed account thumbnails
v0.9.10.7-beta
Added
- Workaround for python
datetime.strptime
threading issue (http://bugs.python.org/issue7980)
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
Added
- Workaround for python
datetime.strptime
threading issue (http://bugs.python.org/issue7980)
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 anAttributeError
v0.9.10.6-beta
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
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
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
v0.9.1.27
v0.9.10.3-beta
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
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()
andThumb()
controllers