Does anyone know where in the PMS DBs the user activity is being noted down. I’m not referring to the logs, but the items that show up in the dashboard and status dropdown at the top. I’m writing an automated script that needs to know whether or not Plex is actively serving a user or updating it’s libraries.
The watched/unwatched, view progress, and ratings are stored in an install-independent fashion that makes them easy to move between installations or servers.
they are stored in metadata_item_settings
Ref: https://support.plex.tv/articles/201154527-move-viewstate-ratings-from-one-install-to-another/
Thanks, but that doesn’t appear to be what I’m looking for. I’m looking for what a user is actively doing with Plex, or what Plex is actively doing to the library, like someone watching a Live TV session, watching a movie, or Plex performing a library scan or DB backup.
Ah, I think I’ve seen some scripts that grab that live info from Tautulli
Let me see if I can find one of them