Tautulli Versions Save

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

v2.12.2

1 year ago

Changelog

v2.12.2 (2023-03-16)

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

v2.12.1

1 year ago

Changelog

v2.12.1 (2023-03-14)

  • Activity:
    • Fix: Stop checking for deprecated sync items sessions.
    • Change: Do not show audio language on activity cards for music.
  • Other:
    • Fix: Tautulli not starting on macOS.

v2.12.0

1 year ago

Changelog

v2.12.0 (2023-03-13)

  • Notifications:
    • New: Added support for Telegram group topics. (#1980)
    • New: Added anidb_id and anidb_url notification parameters. (#1973)
    • New: Added notification triggers for Intro Marker, Commercial Marker, and Credits Marker.
    • New: Added various intro, commercial, and credits marker notification parameters.
    • New: Allow setting a custom Pushover notification sound. (#2005)
    • Change: Notification images are now uploaded directly to Discord without the need for a 3rd party image hosting service.
    • Change: Automatically strip whitespace from notification condition values.
    • Change: Trigger watched notifications based on the video watched completion behaviour setting.
  • Exporter:
    • Fix: Unable to run exporter when using the Snap package. (#2007)
    • New: Added credits marker, and audio/subtitle settings to export fields.
  • UI:
    • Fix: Incorrect styling and missing content for collection media info pages.
    • New: Added edition details field on movie media info pages. (#1957) (Thanks @herby2212)
    • New: Added setting to change the video watched completion behaviour.
    • New: Added watch time and user statistics to collection and playlist media info pages. (#1982, #2012) (Thanks @herby2212)
    • New: Added history table to collection and playlist media info pages.
    • New: Dynamically change watched status in the UI based on video watched completion behaviour setting.
    • New: Added hidden setting to override server name.
    • Change: Move track artist to a details field instead of in the title on track media info pages.
  • API:
    • New: Added section_id and user_id parameters to get_home_stats API command. (#1944)
    • New: Added marker info to get_metadata API command results.
    • New: Added media_type parameter to get_item_watch_time_stats and get_item_user_stats API commands. (#1982) (Thanks @herby2212)
    • New: Added last_refreshed timestamp to get_library_media_info API command response.
  • Other:
    • Change: Migrate analytics to Google Analytics 4.

v2.12.0-beta

1 year ago

Changelog

v2.12.0-beta (2023-03-03)

  • Notifications:
    • New: Added support for Telegram group topics. (#1980)
    • New: Added anidb_id and anidb_url notification parameters. (#1973)
    • New: Added notification triggers for Intro Marker, Commercial Marker, and Credits Marker.
    • New: Added various intro, commercial, and credits marker notification parameters.
    • New: Allow setting a custom Pushover notification sound. (#2005)
    • Change: Notification images are now uploaded directly to Discord without the need for a 3rd party image hosting service.
    • Change: Automatically strip whitespace from notification condition values.
    • Change: Trigger watched notifications based on the video watched completion behaviour setting.
  • Exporter:
    • Fix: Unable to run exporter when using the Snap package. (#2007)
  • UI:
    • New: Added edition details field on movie media info pages. (#1957) (Thanks @herby2212)
    • New: Added setting to change the video watched completion behaviour.
    • New: Added watch time and user statistics to collection and playlist media info pages. (#1982, #2012) (Thanks @herby2212)
    • New: Added history table to collection and playlist media info pages.
    • New: Dynamically change watched status in the UI based on video watched completion behaviour setting.
    • Fix: Incorrect styling and missing content for collection media info pages.
    • Change: Move track artist to a details field instead of in the title on track media info pages.
  • API:
    • New: Added section_id and user_id parameters to get_home_stats API command. (#1944)
    • New: Added marker info to get_metadata API command results.
    • New: Added media_type parameter to get_item_watch_time_stats and get_item_user_stats API commands. (#1982) (Thanks @herby2212)
  • Other:
    • Change: Migrate analytics to Google Analytics 4.

v2.11.1

1 year ago

Changelog

v2.11.1 (2022-12-22)

  • Activity:
    • Fix: Use source language instead of stream language on activity cards.
  • Notifications:
    • Fix: Blank start time notification parameters causing recently added notifications to fail. (#1940)
  • Other:
    • Fix: Tautulli failing to start when using python 3.7.
    • Fix: Snap install failing to start. (#1941)
    • Fix: Update check crashing when git is missing. (#1943) (Thanks @Minituff)

Notes

  • Tautulli v2.11.x and above requires macOS 11 (Big Sur) or newer.
  • Tautulli v2.11.x and above requires Python 3.7 or newer.

v2.11.0

1 year ago

Changelog

v2.11.0 (2022-12-22)

  • Activity:
    • New: Added audio and subtitle language to activity cards. (#1831, #1900) (Thanks @fscorrupt)
  • History:
    • New: Log subtitle language and subtitle forced to database. (#1826)
  • Notifications:
    • Fix: Validating condition operators would fail with a blank parameter.
    • New: Added start time and stop time notification parameters. (#1931)
    • New: Added session_key to LunaSea notification payload. (#1929) (Thanks @JagandeepBrar)
  • Newsletters:
    • Fix: Allow CSS to support light and dark themes.
  • Exporter:
    • New: Added editionTitle to movie exporter fields.
    • Change: m3u8 export changed to .m3u file extension. File is still encoded using UTF-8.
  • UI:
    • Fix: Link watch statistics to media page using metadata from history. (#1882)
    • New: Show subtitle language and subtitle forced flag in stream data modal.
  • Other:
    • Fix: Mask more user and metadata fields for guest access. (#1913)
    • Change: Disable TLS 1.0 and 1.1 for the webserver. Minimum TLS version is 1.2. (#1870)
    • Change: Use system language for requests to Plex Media Server.

Notes

  • Tautulli v2.11.x and above requires macOS 11 (Big Sur) or newer.
  • Tautulli v2.11.x and above requires Python 3.7 or newer.

v2.10.5

1 year ago

Changelog

v2.10.5 (2022-11-07)

  • Notifications:
    • New: Added edition_title notification parameter. (#1838)
    • Change: Track notifications link to MusicBrainz track instead of album.
  • Newsletters:
    • New: Added months time frame for newsletters. (#1876)
  • UI:
    • Fix: Broken link on library statistic cards. (#1852)
    • Fix: Check for IPv6 host when generating QR code for app registration.
    • Fix: Missing padding on condition operator dropdown on small screens.
  • Other:
    • Fix: Launching browser when webserver is bound to IPv6.
    • New: Tautulli can be installed via the Windows Package Manager (winget).
    • Change: Separate stdout and stderr console logging. (#1874)
  • API:
    • Fix: API not returning 400 response code.
    • New: Added edition_title to get_metadata API response.
    • New: Added collections to get_children_metadata API response.
    • New: Added user_thumb to get_history API response.
    • New: Validate custom notification conditions before saving notification agents. (#1846)
    • Change: Fallback to parent_thumb for seasons in get_metadata API response.

v2.10.4

1 year ago

Changelog

v2.10.4 (2022-09-05)

  • Activity:
    • New: Added tooltip for quality profile on activity cards.
  • Notifications:
    • New: Added "does not begin with" and "does not end with" condition operators.
  • UI:
    • Fix: Album count showing 0 on library statistics.
    • Fix: Library statistics not showing up for libraries without any history.

v2.10.3

1 year ago

Changelog

v2.10.3 (2022-08-09)

  • Notifications:
    • New: Added JSON support for MQTT notifications. (#1763)
    • New: Added show year notification parameter.
  • Exporter:
    • New: Added guids to artist, album, and track metadata export fields.
    • New: Added languageTag to stream media info export fields.
  • UI:
    • Fix: Long channel identifier overflowing activity card. (#1802)
    • Change: Use the last played item's artwork for library statistics cards.
  • Other:
    • Fix: Username log filter causing database to lock up. (#1705)
    • Change: Username log filter only applies to usernames longer than 3 characters. (#1806)
  • API:
    • New: Added parent_year and grandparent_year to get_metadata_details API command.
    • New: Added last played metadata to top_libraries and top_users in get_home_stats API command.
    • New: Allow fallback to another PMS image in pms_image_proxy API command.

v2.10.2

1 year ago

Changelog

v2.10.2 (2022-07-03)

  • Activity:
    • Fix: Incorrect audio stream info shown on the activity card when playing a secondary audio track.
  • UI:
    • Fix: Usernames not showing on the home statistics cards.
    • Fix: Do not save a user's friendly name if it is the same as the username.
    • Change: Update library icons to the latest Plex style.