Reports Plugin for Jellyfin
Go to file
2020-12-04 13:48:47 -07:00
Jellyfin.Plugin.Reports Fix typo 2020-12-04 13:35:20 -07:00
.gitignore Update nuget dep and remove games 2019-02-01 18:22:50 +01:00
build.yaml Target 10.7 2020-12-02 17:17:14 -07:00
Jellyfin.Plugin.Reports.sln Rename namespace to Jellyfin.Plugin.Reports 2019-02-01 21:13:30 +01:00
LICENSE minor changes to build metadata 2020-05-27 20:45:53 +09:00
README.md Update README.md 2020-09-17 20:33:28 +02: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.

Installation via Plugin Repository

  1. Open the Jellyfin Server Dashboard
  2. Go to Plugins
  3. In the Catalogue menu on the top search the "Reports" plugin and install it
  4. Restart the server and the plugin will be available in the Advanced section in the server Dashboard.

Build & Manual 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.Reports.dll file in a folder called plugins/ inside your Jellyfin data directory