Services

media / running

Tautulli

Watch history and statistics for Plex. Mostly: 'who's streaming right now and what is the server doing about it.'

What it is

Tautulli is a monitoring layer on top of Plex. It polls Plex's API, records every playback session, and gives me a UI for browsing watch history, top content, top users, and live activity. Sits in the same stack as Plex on the media LXC.

Why I run it

Plex's own activity view is fine for "what's playing right now," but it doesn't remember anything. Tautulli does, and it does it with enough resolution that I can answer questions like "what did I actually watch this year," "which user transcodes the most," and "did anyone notice when the server was slow last Tuesday."

The other reason is operational: Tautulli's API exposes a stable feed of "active streams" and "library sizes" that my homepage dashboard reads. I get a glanceable count of what's happening on the media server without opening Plex.

How I use it

Mostly passive. I look at the dashboard occasionally to see what's been watched, but the real value is the homepage widget — a quick "X streams active" badge on my dashboard that tells me whether anything is going on with the media server right now. The notification engine is plumbed but I don't use it heavily; I have other channels for "the server is unhappy."

Setup notes

Runbook