Go to file
2020-02-19 06:20:38 +00:00
Jellyfin.Plugin.Fanart Remove Jellyfin.Model as an explicit dependency 2020-02-01 15:24:27 +01: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 Set a new version in build.yaml 2019-10-29 12:02:00 -04: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 update README.md 2020-02-19 06:20:38 +00:00
screenshot.png add readme 2020-02-19 15:14:30 +13:00

Jellyfin Fanart Plugin

Part of the Jellyfin Project

About

The Jellyfin Fanart plugin allows you to get images for your Movies and T.V 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.

Screenshot