Skip to content

oddstr13/jellyfin-plugin-playbackreporting

 
 

Repository files navigation

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

About

Playback Statistics Plugin for Jellyfin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 57.2%
  • JavaScript 36.1%
  • HTML 6.7%