Bug 265754 - multimedia/tautulli: Update to 2.10.3
Summary: multimedia/tautulli: Update to 2.10.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/Tautulli/Tautulli/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-10 14:49 UTC by Christer Edwards
Modified: 2022-08-13 17:11 UTC (History)
1 user (show)

See Also:


Attachments
poudriere testport (13.0 amd64) (347.52 KB, text/plain)
2022-08-10 14:49 UTC, Christer Edwards
no flags Details
patch (929 bytes, patch)
2022-08-10 14:50 UTC, Christer Edwards
christer.edwards: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christer Edwards 2022-08-10 14:49:45 UTC
Created attachment 235822 [details]
poudriere testport (13.0 amd64)

This patch brings multimedia/tautulli up to upstream v2.10.3. Changelog: https://github.com/Tautulli/Tautulli/releases/tag/v2.10.3
Comment 1 Christer Edwards 2022-08-10 14:50:31 UTC
Created attachment 235823 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-13 17:09:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=be4595751b50b154611ba4dba1e1c4a5e7f3337a

commit be4595751b50b154611ba4dba1e1c4a5e7f3337a
Author:     Christer Edwards <christer.edwards@gmail.com>
AuthorDate: 2022-08-12 18:16:52 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-13 17:05:38 +0000

    multimedia/tautulli: Update to 2.10.3

    ChangeLog: https://github.com/Tautulli/Tautulli/releases/tag/v2.10.3

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

    PR:     265754
    Reported by:    christer.edwards@gmail.com (maintainer)

 multimedia/tautulli/Makefile | 2 +-
 multimedia/tautulli/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-08-13 17:11:01 UTC
Committed,

Thanks!