mirror of
https://github.com/jellyfin/jellyfin-plugin-fanart.git
synced 2024-11-23 05:39:54 +00:00
683 B
683 B
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
- Clone this repository
- Ensure you have .NET Core SDK set up and installed
- Build the plugin with your favorite IDE or the
dotnet
command:
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.Fanart.dll
file in a folder calledplugins/
inside your Jellyfin data directory