Go to file
2020-05-27 12:06:03 +09:00
Jellyfin.Plugin.Fanart minor changes to build metadata 2020-05-27 12:06:03 +09:00
.editorconfig Fix style issues 2019-10-05 17:00:47 +02:00
.gitignore fix all build errors and pull api key from plugin settings 2019-05-31 01:19:08 -07:00
build.yaml minor changes to build metadata 2020-05-27 12:06:03 +09:00
Jellyfin.Plugin.Fanart.sln fix all build errors and pull api key from plugin settings 2019-05-31 01:19:08 -07:00
LICENSE Adding MIT license for the templates 2019-03-07 23:42:33 -08:00
README.md minor changes to build metadata 2020-05-27 12:06:03 +09:00

Jellyfin Fanart Plugin

Part of the Jellyfin Project

About

The Jellyfin Fanart plugin allows you to get images for your Movies and TV Shows from Fanart.

Build & Installation Process

  1. Clone this repository

  2. Ensure you have .NET Core SDK set up and installed

  3. Build the plugin with your favorite IDE or the dotnet command:

dotnet publish --configuration Release --output bin
  1. Place the resulting Jellyfin.Plugin.Fanart.dll file in a folder called plugins/ inside your Jellyfin data directory