Reports Plugin for Jellyfin
Go to file
Odd Stråbø 926644b2f5
Merge pull request #28 from Ullmie02/api-migration
Migrate ServiceStack to Asp.Net Web Api
2020-11-27 21:49:02 +01:00
Jellyfin.Plugin.Reports Merge branch 'master' into api-migration 2020-11-22 12:08:38 -07:00
.gitignore Update nuget dep and remove games 2019-02-01 18:22:50 +01:00
build.yaml Bump version 2020-10-19 13:55:01 -05: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