mirror of
https://github.com/jellyfin/jellyfin-plugin-anidb.git
synced 2024-11-23 05:49:41 +00:00
This plugin adds the metadata provider for aniDB to Jellyfin
2bb6eaff0e
This mainly code style changes bringing the plugin in line with how other plugins - Put system before any other, rest sorted in alphabetical order - Typo fixes - Updating the configuration section to current standard implementation |
||
---|---|---|
Jellyfin.Plugin.Anime | ||
.gitattributes | ||
.gitignore | ||
build.yaml | ||
Jellyfin.Plugin.Anime.sln | ||
LICENSE | ||
README.md |
Jellyfin Anime Plugin
Part of the Jellyfin Project
Jellfin anime plugin is a plugin built with .NET
Build Process
- Clone or download this repository
- Ensure you have .NET Core SDK setup and installed
- Build plugin with following command.
dotnet publish --configuration Release --output bin
- Place the resulting .dll file in a folder called
plugins/
under the program data directory or inside the portable install directory