Skip to content

v0.9.10.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@fuzeman fuzeman released this 18 Jul 08:45
· 1101 commits to master since this release

Configuration web-app

(available at: http://trakt-for-plex.github.io/configuration)

The new trakt (for Plex) configuration interface is now ready for testing, this configuration interface allows you setup multiple accounts (for scrobbling + syncing) and use the new activity rules.

Any questions will be answered in #194, report issues related to the configuration interface at: https://github.com/trakt-for-plex/configuration/issues


Added

  • Accounts
    • Trakt basic authorization is now supported again (via the configuration web-app)
  • API
    • Methods to support the configuration web-app
  • Rules
    • Account "Map" rule (automatically links activity to accounts based on their plex username)
    • Client/User rule priority handling
  • Scrobble
    • Implemented session prefixes

Changed

  • API
    • Enabled the API (restricted to administrators)
  • Database
    • Increased sqlite busy timeout to 3 seconds

Fixed

  • Accounts
    • Trakt account username wasn't being set on new authorizations
    • Account creation issue on fresh installations
  • Filters
    • Client/User objects are now updated correctly when they are being filtered
    • Filters weren't applied correctly when the session_key already exists in the database
    • New clients weren't being filtered correctly (by global filters)
  • Scrobble
    • Action duplication issue while processing multiple sessions
    • "_Video" suffix is now removed from client identifiers so clients can be matched correctly
    • "clip" sessions (extras) are now handled correctly instead of raising an exception
    • "scrobble/start" action wasn't being sent correctly when a session changes media
    • Sessions could become stuck in a broken state