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