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
9d101ef0a9
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com> |
||
---|---|---|
.github | ||
Jellyfin.Plugin.AniDB | ||
.gitattributes | ||
.gitignore | ||
build.yaml | ||
CONTRIBUTORS.md | ||
Jellyfin.Plugin.AniDB.sln | ||
LICENSE | ||
README.md |
Jellyfin AniDB Plugin
Part of the Jellyfin Project
This plugin is built with .NET Core to download metadata for anime.
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 file in the
plugins
folder under the program data directory or inside the portable install directory