Playback Statistics Plugin for Jellyfin
Go to file
2021-03-12 19:10:55 +01:00
Jellyfin.Plugin.PlaybackReporting Update Jellyfin.Plugin.PlaybackReporting.csproj 2020-11-21 15:41:20 +00:00
.editorconfig add default editorconfig 2021-03-12 19:10:55 +01:00
.gitignore use the new table PlaybackActivity to store the playback actions 2018-04-09 11:39:56 +10:00
build.yaml Target .NET 5.0, Jellyfin 10.7 and bump version. 2020-11-19 08:04:37 +01:00
Jellyfin.Plugin.PlaybackReporting.sln Rename to Jellyfin conventions 2019-02-20 20:51:40 +01:00
LICENSE Create LICENSE 2018-04-21 08:38:13 +10:00
README.md minor changes to build metadata 2020-05-27 20:33:23 +09:00

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