Part of the Jellyfin Project
The Jellyfin Playback Reporting plugin enables the collection and display of user and media activity on your server. This information can be viewed as a multitude of different graphs, and can also be queried straight from the Jellyfin database.
-
Clone this repository
-
Ensure you have .NET Core SDK set up and installed
-
Build the plugin with your favorite IDE or the
dotnetcommand:
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.PlaybackReporting.dllfile in a folder calledplugins/inside your Jellyfin data directory