Done, and bazarr and nzbhydra2 too! :)
Search Criteria
Package Details: tautulli 2.1.39-1
Git Clone URL: | https://aur.archlinux.org/tautulli.git (read-only, click to copy) |
---|---|
Package Base: | tautulli |
Description: | A Python based monitoring and tracking tool for Plex Media Server. |
Upstream URL: | https://github.com/Tautulli/Tautulli |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | fryfrog |
Maintainer: | fryfrog (Sonic-Y3k) |
Last Packager: | fryfrog |
Votes: | 12 |
Popularity: | 1.09 |
First Submitted: | 2018-03-01 18:32 |
Last Updated: | 2019-12-09 01:42 |
Dependencies (4)
Required by (0)
Sources (4)
fryfrog commented on 2019-11-26 04:51
joehillen commented on 2019-11-26 04:41
Could you set SyslogIdentifier=tautulli in the service file? Otherwise it shows as "python2" in the journal.
bgta commented on 2019-04-01 11:27
@fryfog don't worry, problem of the VPS default installation. The /etc/timezone was empty. Sorry!
fryfrog commented on 2019-03-28 15:21
A quick Google suggests pytz
is needed and it turns out I have it installed, so I added it as a depends. Give it a try? I didn't bump the pkgrel though.
bgta commented on 2019-03-28 14:25
Not starting on Clean Arch installation:
tautulli.service - Tautulli Service
Loaded: loaded (/usr/lib/systemd/system/tautulli.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-03-28 15:23:02 CET; 3s ago
Process: 2724 ExecStart=/usr/bin/python2 /usr/lib/tautulli/PlexPy.py --nolaunch --config /var/lib/tautulli/config.ini --datadir /var/lib/tautulli (code=exite>
Main PID: 2724 (code=exited, status=1/FAILURE)
Mar 28 15:23:02 python2[2724]: self.timezone = astimezone(config.pop('timezone', None)) or get_localzone()
Mar 28 15:23:02 python2[2724]: File "/usr/lib/tautulli/lib/tzlocal/unix.py", line 131, in get_localzone
Mar 28 15:23:02 python2[2724]: _cache_tz = _get_localzone()
Mar 28 15:23:02 python2[2724]: File "/usr/lib/tautulli/lib/tzlocal/unix.py", line 70, in _get_localzone
Mar 28 15:23:02 python2[2724]: return pytz.timezone(etctz.replace(' ', '_'))
Mar 28 15:23:02 python2[2724]: File "/usr/lib/tautulli/lib/pytz/__init__.py", line 178, in timezone
Mar 28 15:23:02 python2[2724]: raise UnknownTimeZoneError(zone)
Mar 28 15:23:02 python2[2724]: pytz.exceptions.UnknownTimeZoneError: ''
Mar 28 15:23:02 systemd[1]: tautulli.service: Main process exited, code=exited, status=1/FAILURE
Mar 28 15:23:02 systemd[1]: tautulli.service: Failed with result 'exit-code'.
fryfrog commented on 2018-08-27 15:34
@mralext20: Added based on blind faith, thanks for reporting! :)
mralext20 commented on 2018-08-27 04:44
This needs to depend on python2-setuptools.
fryfrog commented on 2018-07-19 15:51
Double confirmed, I just installed and start this on a server that didn't have it and it is fine. Sounds like maybe you had an issue during install and that file got missed?
Sonic-Y3k commented on 2018-07-19 15:47
Hi @carlf,
I've just set up a new arch container and it installs and runs just fine with the current version: https://pastebin.com/nSK7dCCD
The ExecStart differs as Arch is using python3 as default and the config files are reorganized to a different location so that the packet can be upgraded easily.
fryfrog commented on 2018-07-19 15:47
And the only index.html
I see in the source is data/interfaces/default/index.html
which makes its way to /usr/lib/tautulli/data/interfaces/default/index.html
just fine.
Pinned Comments
fryfrog commented on 2018-03-01 18:35
After installing, to migrate your plexpy config and db, run the following commands: