mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 13:49:53 +00:00
update readme
This commit is contained in:
parent
388ab738bf
commit
03581d27e7
21
README.md
21
README.md
@ -1,2 +1,19 @@
|
||||
# Emby Reports
|
||||
Reports plugin for Emby Server
|
||||
<h1 align="center">Jellyfin Reports Plugin</h1>
|
||||
<h3 align="center">Part of the <a href="https://jellyfin.org/">Jellyfin Project</a></h3>
|
||||
|
||||
## 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
|
||||
1. Clone this repository
|
||||
2. Ensure you have .NET Core SDK setup and installed
|
||||
3. Build the plugin with following command:
|
||||
```
|
||||
dotnet publish --configuration Release --output bin
|
||||
```
|
||||
4. Place the resulting `Jellyfin.Plugin.Reports.dll` file in a folder called `plugins/` inside your Jellyfin installation / data directory.
|
||||
|
||||
### Screenshot
|
||||
<img src=screenshot.png>
|
||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
Loading…
Reference in New Issue
Block a user