Reports Plugin for Jellyfin
Go to file
2020-02-18 21:08:19 +13:00
Jellyfin.Plugin.Reports Fix build error (and runtime error) when running on Jellyfin 10.4.3 2020-01-18 21:58:13 +01:00
.gitignore Update nuget dep and remove games 2019-02-01 18:22:50 +01:00
build.yaml Set minimum compatibility to Jellyfin 10.4.3 2020-01-18 22:18:08 +01:00
Jellyfin.Plugin.Reports.sln Rename namespace to Jellyfin.Plugin.Reports 2019-02-01 21:13:30 +01:00
LICENSE.md initial 2017-09-15 17:06:00 -04:00
README.md update readme 2020-02-18 21:08:19 +13:00
screenshot.png update readme 2020-02-18 21:08:19 +13:00

Jellyfin Reports Plugin

Part of the Jellyfin Project

About

The Jellyfin Reports plugin generates activity and media reports for your library.

These reports can be exported to Excel and CSV formats.

Build & Installation Process

  1. Clone this repository
  2. Ensure you have .NET Core SDK setup and installed
  3. Build the plugin with following command:
dotnet publish --configuration Release --output bin
  1. Place the resulting Jellyfin.Plugin.Reports.dll file in a folder called plugins/ inside your Jellyfin installation / data directory.

Screenshot