Port details |
- tautulli Monitoring, analytics, and notifications for Plex Media Server
- 2.13.4 multimedia
=10 2.13.4Version of this port present on the latest quarterly branch. - Maintainer: christer.edwards@gmail.com
 - Port Added: 2018-03-17 15:11:47
- Last Update: 2024-05-09 06:29:32
- Commit Hash: e9f316f
- People watching this port, also watch:: plexmediaserver-plexpass, radarr, sonarr, plexmediaserver, transmission
- Also Listed In: python
- License: GPLv3+
- WWW:
- https://github.com/Tautulli/Tautulli
- Description:
- A python based web application for monitoring, analytics and
notifications for Plex Media Server (www.plex.tv).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tautulli>0:multimedia/tautulli
- To install the port:
- cd /usr/ports/multimedia/tautulli/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/tautulli
- pkg install tautulli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tautulli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713096460
SHA256 (Tautulli-Tautulli-v2.13.4_GH0.tar.gz) = 134573f77f60488060b672f834e8f12633702729fc9faaf6c449e04942ecf315
SIZE (Tautulli-Tautulli-v2.13.4_GH0.tar.gz) = 13513381
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- ca-root-nss.crt : security/ca_root_nss
- py39-openssl>0 : security/py-openssl@py39
- py39-pycryptodomex>0 : security/py-pycryptodomex@py39
- py39-sqlite3>0 : databases/py-sqlite3@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tautulli-2.13.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- multimedia_tautulli
- USES:
- cpe python shebangfix
- pkg-message:
- For install:
- Tautulli now runs as a dedicated user. If you are upgrading from a
previous release you may need to fix permissions of the data directory:
chown -R tautulli:tautulli /var/db/tautulli
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.13.4 09 May 2024 06:29:32
    |
Fernando Apesteguía (fernape)  Author: Michiel van Baak Jansen |
multimedia/tautulli: Update to 2.13.4
ChangeLog: https://github.com/Tautulli/Tautulli/releases/tag/v2.13.4
PR: 278359
Reported by: michiel@vanbaak.eu
Approved by: christer.edwards@gmail.com (maintainer, timeout > 2 weeks) |
2.12.2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.12.2 21 Mar 2023 07:34:59
    |
Fernando Apesteguía (fernape)  Author: Michiel van Baak Jansen |
multimedia/tautulli: Update to 2.12.2
ChangeLog: https://github.com/Tautulli/Tautulli/releases/tag/v2.12.2
PR: 270306
Reported by: michiel@vanbaak.eu
Approved by: christer.edwards@gmail.com (maintainer) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.10.3 13 Aug 2022 17:05:38
    |
Fernando Apesteguía (fernape)  Author: Christer Edwards |
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) |
2.10.2 21 Jul 2022 15:20:05
    |
Fernando Apesteguía (fernape)  Author: Christer Edwards |
multimedia/tautulli: Update to 2.10.2
ChangeLog:https://github.com/Tautulli/Tautulli/releases/tag/v2.10.2
* Incorrect audio stream info shown on the activity card when
playing a secondary audio track.
* Usernames not showing on the home statistics cards.
* Do not save a user's friendly name if it is the same as the username.
* Update library icons to the latest Plex style.
PR: 265315
Reported by: christer.edwards@gmail.com (maintainer) |
2.9.7 20 Jul 2022 14:22:30
    |
Tobias C. Berner (tcberner)  |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.9.7 23 Apr 2022 19:30:44
    |
Neel Chauhan (nc)  Author: Christer Edwards |
multimedia/tautulli: Update 2.9.7
PR: 263482 |
2.8.1 06 Jan 2022 09:01:42
    |
Guangyuan Yang (ygy)  Author: Christer Edwards |
multimedia/tautulli: Update to 2.8.1
Changelog: https://github.com/Tautulli/Tautulli/releases/tag/v2.8.1
PR: 260948 |
2.8.0 18 Dec 2021 05:53:11
    |
Hiroki Tagato (tagattie)  Author: Christer Edwards |
multimedia/tautulli: update to 2.8.0
Changelog: https://github.com/Tautulli/Tautulli/releases/tag/v2.8.0
PR: 260465
Reported by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
2.7.7 09 Dec 2021 18:16:39
    |
Dries Michiels (driesm)  Author: Michiel van Baak |
multimedia/tautulli: Update to 2.7.7
While here switch to DISTVERSION, pet portclippy and portfmt.
Changes: https://github.com/Tautulli/Tautulli/releases/tag/v2.7.7
PR: 259479
Approved by: portmgr (maintainer timeout), philip (mentor)
Differential Revision: https://reviews.freebsd.org/D33336 |
2.7.5 13 Sep 2021 03:31:42
    |
Guangyuan Yang (ygy)  Author: Michiel van Baak |
multimedia/tautulli: Update to 2.7.5
Changelog: https://github.com/Tautulli/Tautulli/releases/tag/v2.7.5
PR: 257636
Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
2.7.3 29 Aug 2021 19:31:21
    |
Bernhard Froehlich (decke)  |
multimedia/tautulli: Add CPE information
Approved by: portmgr (blanket) |
2.7.3 10 Jun 2021 02:12:38
    |
Guangyuan Yang (ygy)  Author: Michiel van Baak |
multimedia/tautulli: Update to 2.7.3
PR: 256480
Approved by: maintainer, lwhsu (mentor, implicit) |
2.5.5 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.5.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.5.5 25 Jan 2021 16:31:53
  |
amdmi3  |
- Fix LICENSE
- Simplify installation and silence unrelevant commands
- Install CHANGELOG into WWWDIR unconditionally, for it's referenced from the
application
PR: 252920
Submitted by: amdmi3
Approved by: christer.edwards@gmail.com (maintainer) |
2.5.5 13 Sep 2020 07:54:23
  |
lwhsu  |
multimedia/tautulli: Update to 2.5.5
- Updated to use python3
- There is now a build step that runs 'python -m compileall' on all python code
- Tautulli supports libraries with the new and improved plex movie scanner
PR: 249161
Submitted by: Michiel van Baak <michiel@vanbaak.eu>
Approved by: Christer Edwards <christer.edwards@gmail.com> |
2.2.4 28 Jun 2020 13:47:38
  |
lwhsu  |
Update to 2.2.4
PR: 243889
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
2.1.41 08 Mar 2020 17:01:47
  |
antoine  |
Deprecate some ports using deprecated version of python
With hat: portmgr |
2.1.41 08 Jan 2020 10:50:56
  |
joneum  |
Update to 2.1.41
PR: 243020
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
Sponsored by: Netzkommune GmbH |
2.1.37 05 Nov 2019 16:06:12
  |
decke  |
multimedia/tautulli: Update to 2.1.37
PR: 241514
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
2.1.33 02 Sep 2019 23:08:41
  |
swills  |
multimedia/tautulli: Update to 2.1.33
PR: 239500
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
2.1.32 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.1.32 06 Jul 2019 18:18:42
  |
swills  |
multimedia/tautulli: update to 2.1.32
PR: 238957
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
2.1.29 23 May 2019 22:57:00
  |
swills  |
multimedia/tautulli: update to 2.1.29
PR: 237967
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
2.1.28 18 Mar 2019 11:56:02
  |
swills  |
multimedia/tautulli: Update to 2.1.28
PR: 236552
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
2.1.26 18 Dec 2018 11:35:45
  |
joneum  |
Update to 2.1.26
Give Maintainership to Submitter
Changelog:
- Monitoring: Fix: Resume event not being triggered after buffering.
- Notifications: New: Added user email as a notification parameter.
- Graphs: Fix: History model showing no results for stream info graph.
- API: Fix: API returning error when missing a cmd.
PR: 233984
Reported by: Christer Edwards <christer.edwards@gmail.com>
Sponsored by: Netzkommune GmbH |
2.1.22 18 Oct 2018 23:15:07
  |
swills  |
multimedia/tautulli: fix PORTDOCS and install
Reported by: tobik
Pointyhat to: swills |
2.1.22 18 Oct 2018 19:55:39
  |
swills  |
multimedia/tautulli: Update to 2.1.22
PR: 232364
Submitted by: Nathan <ndowens@yahoo.com> |
2.0.28 02 Oct 2018 19:21:50
  |
feld  |
Reset maintainer for misc ports I do not interact with anymore |
2.0.28 07 Apr 2018 14:14:23
  |
feld  |
multimedia/tautulli: Update to 2.0.28
- Now runs as dedicated tautulli user
Changelog: https://github.com/Tautulli/Tautulli/releases/tag/v2.0.28 |
2.0.22 17 Mar 2018 15:11:32
  |
feld  |
multimedia/plexpy: Move to new project name, Tautulli
Due to Copyright infringement, the upstream project was renamed.
The software has also been updated from version 1.x to 2.x. Notable
changes and improvements:
- Automated pkg-plist
- No hardcoded user in the package. You can now more easily run the
software as another user
- Files have been moved to WWWDIR instead of PREFIX/plexpy
- Software no longer needs write access to the web root: all data is now
in /var/db/tautulli (backups, cache, logs, database)
Upgrade instructions: (Only the first 15 lines of the commit message are shown above ) |