mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 05:39:45 +00:00
Reports Plugin for Jellyfin
Jellyfin.Plugin.Reports | ||
.gitignore | ||
build.yaml | ||
Jellyfin.Plugin.Reports.sln | ||
LICENSE | ||
README.md |
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
-
Clone this repository
-
Ensure you have .NET Core SDK set up and installed
-
Build the plugin with your favorite IDE or the
dotnet
command:
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.Reports.dll
file in a folder calledplugins/
inside your Jellyfin data directory