jellyfin-plugin-fanart/README.md
2020-02-19 17:27:38 +13:00

24 lines
675 B
Markdown

<h1 align="center">Jellyfin Fanart Plugin</h1>
<h3 align="center">Part of the <a href="https://jellyfin.org/">Jellyfin Project</a></h3>
## About
The Jellyfin Fanart plugin allows you to get images for your Movies and T.V Shows from <a href="https://fanart.tv/">Fanart.</a>
## 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.Fanart.dll` file in a folder called `plugins/` inside your Jellyfin installation / data directory.
### Screenshot
<img src=screenshot.png>