Any way to view names of previously watched & deleted shows?

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/PleX

Our great sponsors
  • Sonar - Write Clean Python Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • Tautulli

    A Python based monitoring and tracking tool for Plex Media Server.

    If you have a Plex Pass the Play History dashboard will show you everything that's been played, and can be filtered to individual libraries/users. I'm not aware of any way to scope it down to a specific show if it doesn't currently exist in your library though. Tautulli could help with this as well, and doesn't require a Plex Pass. Worst case you can query the database directly if you're comfortable with that, since I believe Plex still tracks it all even if you don't have a Plex Pass, the UI just isn't available.

  • sqlitebrowser

    Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:

    As far as looking at the database, it's located at 'Plug-in Support/Databases/comp.plexapp.plugins.library.db' within your data directory. While you need Plex's own Plex SQLite to write to some tables, if you're just combing through data it may be easier to use something like DB Browser. From there, watch history is stored in the metadata_item_views table. If you want a list of everything that's been played, but is no longer in Plex, the following query might do it (it's been very minimally tested, but I wouldn't be surprised if there are some things I missed:

  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts