Skip to content

Releases: Tautulli/Tautulli

PlexPy v1.3.11

16 Mar 02:17
Compare
Choose a tag to compare

Changelog

v1.3.11 (2016-03-15)

  • Fix: Typo preventing history logging for websockets.

PlexPy v1.3.10

12 Mar 23:08
Compare
Choose a tag to compare

Changelog

v1.3.10 (2016-03-12)

  • Fix: Actually allow HTML tags for Pushover.
  • Fix: PlexPy not restarting on Windows if there is a space in the folder path.
  • Fix: Reconnect websocket when changing PMS SSL setting.
  • Fix: Datatables not loading when view_offset or duration is blank.
  • Fix: Bug when checking the PMS version in the settings.
  • Fix: Auto-refreshing of log tables.
  • Fix: Logging of IPv6 addresses. (PMS version >0.9.14 only.)
  • Fix: Hide days selection from the Play Totals graph page.
  • Fix: PlexPy overwriting user's own SSL certificate/key.
  • Fix: Multiple watched notifications when using websocket.
  • Fix: Some missing python library imports.
  • Fix: Some typos in settings and PlexWatch importer.
  • New: Ability to get notified of PMS updates.
  • New: Ability to disable the link to Plex Web with Facebook notifications and use IMDB, TVDB, TMDb, or Last.fm instead.
  • New: Ability to reset Imgur poster url from the info page if the poster is changed.
  • New: Tooltips on the current activity progress bars.
  • New: Side scrolling of Recently Added/Recently Played items.
  • New: Document all date/time format options.
  • New: Button to clear notification logs.
  • New: Customizable backup, cache, and log directories.
  • Change: Retry writing sessions to history if it fails, so sessions don't get lost. (Activity pinger only, not availble for websocket.)
  • Change: Save any unknown sessions to the "Local" user.
  • Change: History table modal is filtered depending on which graph series is clicked.
  • Change: Revert back to saving the state of datatables (search, sorting, entries per page, etc.).
  • Change: Newlines are not longer stripped from notification text which allows for finer control of how notifications look.
  • Change: Updated FreeNAS/FreeBSD init scripts. (Must have updated jails.) (Thanks @chiviak)

PlexPy v1.3.9

12 Mar 23:09
Compare
Choose a tag to compare

Changelog

v1.3.9 (2016-02-21)

  • Fix: Recently added notification not sent to all notification agents.
  • New: Pushover HTML support. (Thanks @elseym)

PlexPy v1.3.8

12 Mar 23:09
Compare
Choose a tag to compare

Changelog

v1.3.8 (2016-02-21)

  • Fix: Regression unable to clear HTTP password.
  • Fix: Remove media tags from script arguments for server notifications.
  • Fix: Encode poster titles to UTF-8 for Imgur upload.
  • Fix: Allow notifications to send without poster if Imgur upload fails.
  • New: Notification Logs table in the Logs tab.
  • New: Toggle in settings to enable posters in notifications. (Disabled by default.)
  • Change: Save Imgur poster URL to database so upload is not needed every time.
  • Change: Notify log in database to log each event as a separate entry.
  • Change: Monitor remote access is unchecked if remote access is disabled on server.

PlexPy v1.3.7

12 Mar 23:09
Compare
Choose a tag to compare

Changelog

v1.3.7 (2016-02-20)

  • Fix: Verifying server with SSL enabled.
  • Fix: Regression where {stream_duration} reported as 0.
  • Fix: Video metadata flags showing up for track info.
  • Fix: Custom library icons not applied to Library Statistics.
  • Fix: Typos in the Web UI.
  • New: ETA to Current Activity overlay.
  • New: Total duration to Libraries and Users tables.
  • New: {machine_id} to notification options.
  • New: IMDB, TVDB, TMDb, Last.fm, and Trackt IDs/URLs to notification options.
  • New: {poster_url} to notification options using Imgur.
  • New: Poster and link for Facebook notifications.
  • New: Log javascript errors from the Web UI.
  • New: Configuration and Scheduler info to the settings page.
  • New: Schedule background task to backup the PlexPy database.
  • New: URL anonymizer for external links.
  • New: Plex Media Scanner log file to Log viewer.
  • New: API v2 (sill very experimental). (Thanks @Hellowlol)
  • Change: Allow secure websocket connections.
  • Change: History grouping now accounts for the view offset.
  • Change: Subject line can be toggled off for Facebook, Slack, Telegram, and Twitter.
  • Change: Create self-signed SSL certificates when enabling HTTPS.
  • Change: Revert homepage "Last Played" to "Last Watched".
  • Change: Disable monitor remote access checkbox if remote access is not enabled on the PMS.
  • Change: Disable IP logging checkbox if PMS version is 0.9.14 or greater.

PlexPy v1.3.6

12 Mar 23:10
Compare
Choose a tag to compare

Changelog

v1.3.6 (2016-02-03)

  • Fix: Regression where {duration} not reported in minutes.
  • Fix: Proper daemonizing in FreeBSD and FreeNAS init scripts.
  • Change: Update readme documentation.

PlexPy v1.3.5

12 Mar 23:10
Compare
Choose a tag to compare

Changelog

v1.3.5 (2016-02-02)

  • Fix: Removing unique constraints from database.
  • Fix: Unable to expand media info table when missing "Added At" date.
  • Fix: Server verification for unpublished servers.
  • Fix: Updating PMS identifier for server change.
  • New: {stream_time}, {remaining_time}, and {progress_time} to notification options.
  • New: Powershell script support. (Thanks @Hellowlol)
  • New: Method to delete duplicate libraries.
  • Change: Daemonize before running start up tasks.

PlexPy v1.3.4

12 Mar 23:10
Compare
Choose a tag to compare

Changelog

v1.3.4 (2016-01-29)

  • Fix: Activity checker not starting with library update (history not logging).
  • Fix: Libraries duplicated in database.
  • Fix: Buffer notifications even when disabled when using websockets.
  • Fix: Libraries and Users lists not refreshing.
  • Fix: Server verification in settings.
  • Fix: Empty libraries not added to database.
  • New: Unique identifiers to notification options.
  • Remove: Requirement of media type toggles for recently added notifications.
  • Remove: Built in Twitter key and secret.
  • Change: Unnecessary quoting of script arguments.
  • Change: Facebook notification instructions.

PlexPy v1.3.3

12 Mar 23:11
Compare
Choose a tag to compare

Changelog

v1.3.3 (2016-01-26)

  • Fix: Plays by Month graph not loading.
  • Change: Disable caching for datatables.
  • Change: Improved updating library data in the database again.

PlexPy v1.3.2

12 Mar 23:11
Compare
Choose a tag to compare

Changelog

v1.3.2 (2016-01-24)

  • Fix: 'datestamp' and 'timestamp' for server notifications.
  • Change: New method for updating library data in database.