mirror of
https://github.com/jellyfin/jellyfin-plugin-playbackreporting.git
synced 2024-11-23 14:09:45 +00:00
782 B
782 B
Jellyfin Playback Reporting Plugin
Part of the Jellyfin Project
About
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.
Build & Installation Process
-
Clone this repository
-
Ensure you have .NET Core SDK set up and installed
-
Build the plugin with your favorite IDE or the
dotnet
command:
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.PlaybackReporting.dll
file in a folder calledplugins/
inside your Jellyfin data directory