mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-27 07:30:31 +00:00
Reports Plugin for Jellyfin
Jellyfin.Plugin.Reports | ||
.gitignore | ||
build.yaml | ||
Jellyfin.Plugin.Reports.sln | ||
LICENSE.md | ||
README.md | ||
screenshot.png |
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 setup and installed
- Build the plugin with following command:
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.Reports.dll
file in a folder calledplugins/
inside your Jellyfin installation / data directory.