Tautulli Versions Save

A Python based monitoring and tracking tool for Plex Media Server.

v2.14.0-beta

2 weeks ago

Changelog

v2.14.0-beta (2024-04-19)

  • History:
    • Fix: Live TV activity not logging to history.
    • Fix: Incorrect grouping of live TV history.
  • Notifications:
    • Fix: Pushover configuration settings refreshing after entering a token.
    • Fix: Plex remote access down notifications not triggering.
    • Fix: Deleting all images from Cloudinary only deleting 1000 images.
    • New: Added platform version and product version notification parameters. (#2244)
    • New: Added LAN streams and WAN streams notification parameters. (#2276)
    • New: Added Dolby Vision notification parameters. (#2240)
    • New: Added live TV channel notification parameters.
    • Change: Improved Tautulli Remote App notification encryption method.
      • Note: Requires Tautulli Remote App version 3.2.4.
  • Exporter:
    • New: Added slug attribute to exporter fields.
    • New: Added track genres to exporter fields.
    • New: Added playlist source URI to exporter fields.
  • UI:
    • Fix: Mask deleted usernames in the logs.
    • Fix: Live TV watch stats not showing on the media info page.
    • Removed: Deprecated synced item pages.
    • Removed: Anonymous redirect settings. Links now use browser no-referrer policy instead.
  • API:
    • New: Added Dolby Vision info to the get_metadata API command.
    • New: Added before and after parameters to the get_home_stats API command. (#2231)
  • Packages:
    • New: Universal binary for macOS for Apple silicon.
    • New: Bump Snap package to core22.
  • Other:
    • Change: Login cookie expires changed to max-age.
    • Change: Improved key generation for login password. It is recommended to reenter your HTTP Password in the settings after upgrading.

v2.13.4

5 months ago

Changelog

v2.13.4 (2023-12-07)

  • UI:
    • Fix: Tautulli configuration settings page not loading when system language is None.
    • Fix: Login cookie expiring too quickly.

v2.13.3

5 months ago

Changelog

v2.13.3 (2023-12-03)

  • Notifications:
    • New: Added duration_time notification parameter.
    • New: Added file_size_bytes notification parameter.
    • New: Added time formats notification text modifiers.
    • New: Added support for thetvdb_url for movies.
  • UI:
    • Fix: Activity card overflowing due to screen scaling. (#2033)
    • Fix: Stream duration on activity card not being updated on track changes in some cases. (#2206)

v2.13.2

6 months ago

Changelog

v2.13.2 (2023-10-26)

  • History:
    • New: Added quarter values icons for history watch status. (#2179, #2156) (Thanks @herby2212)
  • Graphs:
    • New: Added concurrent streams per day graph. (#2046) (Thanks @herby2212)
  • Exporter:
    • New: Added metadata directory to exporter fields.
    • Removed: Banner exporter fields for tv shows.
  • UI:
    • New: Added last triggered time to notification agents and newsletter agent lists.
  • Other:
    • New: Added X-Plex-Language header override to config file.

v2.13.1

8 months ago

Changelog

v2.13.1 (2023-08-25)

  • Notes:
    • Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
  • Other:
    • Fix: Tautulli failing to start on some systems.

v2.13.0

8 months ago

Changelog

v2.13.0 (2023-08-25)

  • Notes:
    • Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
  • Notifications:
    • Fix: Improved watched notification trigger description. (#2104)
    • New: Added notification image option for iOS Tautulli Remote app.
  • Exporter:
    • New: Added track chapter export fields.
    • New: Added on-demand subtitle export fields.

v2.12.5

9 months ago

Changelog

v2.12.5 (2023-07-13)

  • Activity:
    • New: Added d3d11va to list of hardware decoders.
  • History:
    • Fix: Incorrect grouping of play history.
    • New: Added button in settings to regroup play history.
  • Notifications:
    • Fix: Incorrect concurrent streams notifications by IP addresss for IPv6 addresses (#2096) (Thanks @pooley182)
  • UI:
    • Fix: Occasional UI crashing on Python 3.11.
    • New: Added multiselect user filters to History and Graphs pages. (#2090) (Thanks @zdimension)
  • API:
    • New: Added regroup_history API command.
    • Change: Updated graph API commands to accept a comma separated list of user IDs.

v2.12.4

11 months ago

Changelog

v2.12.4 (2023-05-23)

  • History:
    • Fix: Set view offset equal to duration if a stream is stopped within the last 10 sec.
  • Other:
    • Fix: Database import may fail for some older databases.
    • Fix: Double-quoted strings for newer versions of SQLite. (#2015, #2057)
  • API:
    • Change: Return the ID for async API calls (export_metadata, notify, notify_newsletter).

v2.12.3

1 year ago

Changelog

v2.12.3 (2023-04-14)

  • Activity:
    • Fix: Incorrect subtitle decision shown when subtitles are transcoded.
  • History:
    • Fix: Incorrect order when sorting by the duration column in the history tables.
  • Notifications:
    • Fix: Logging error when running scripts that use PlexAPI.
  • UI:
    • Fix: Calculate file sizes setting causing the media info table to fail to load.
    • Fix: Incorrect artwork and thumbnail shown for Live TV on the Most Active Libraries statistics card.
  • API:
    • Change: Renamed duration to play_duration in the get_history API response. (Note: duration kept for backwards compatibility.)

v2.12.2

1 year ago

Changelog

v2.12.2 (2023-03-16)

  • Other:
    • Fix: Tautulli not starting on FreeBSD jails.