/jellyfin-plugin-playbackreporting

Playback Statistics Plugin for Jellyfin

Primary LanguageC#GNU General Public License v3.0GPL-3.0

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

  1. Clone this repository

  2. Ensure you have .NET Core SDK set up and installed

  3. Build the plugin with your favorite IDE or the dotnet command:

dotnet publish --configuration Release --output bin
  1. Place the resulting Jellyfin.Plugin.PlaybackReporting.dll file in a folder called plugins/ inside your Jellyfin data directory