update readme

This commit is contained in:
telans 2020-02-18 21:08:19 +13:00
parent 388ab738bf
commit 03581d27e7
No known key found for this signature in database
GPG Key ID: 195444EE92DBCB20
3 changed files with 19 additions and 2 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

BIN
thumb.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB