Is there a log that shows if a file is played? I know that the Alerts box shows one if it was recent, but is it logged anywhere else?
Thanks,
Mike
Is there a log that shows if a file is played? I know that the Alerts box shows one if it was recent, but is it logged anywhere else?
Thanks,
Mike
There is no specific log for just tracking playback. But your server logs may include that info as part of all the other server info.
Watched status is saved in the local Plex database. If you are familiar with SQLite, you could run a query to get the info you looking for.
Maybe you want to give PlexPy a try.
Thank You OttoKerner! That is exactly what I was looking for! Really appreciate the help!