mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 05:39:45 +00:00
Reports Plugin for Jellyfin
c624bf46e7
Fix typo |
||
---|---|---|
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.
Installation via Plugin Repository
- Open the Jellyfin Server Dashboard
- Go to Plugins
- In the Catalogue menu on the top search the "Reports" plugin and install it
- Restart the server and the plugin will be available in the Advanced section in the server Dashboard.
Build & Manual 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