This plugin adds the metadata provider for aniDB to Jellyfin
Go to file
Odd Stråbø c993e2dffb
Merge pull request #62 from methbkts/patch-1
Update link to Jellyfin website
2023-10-31 12:50:36 +01:00
.github fix: meta ci workflows 2022-05-15 23:23:44 +02:00
Jellyfin.Plugin.AniDB Merge pull request #42 from Nalsai/api-error 2022-10-06 06:31:38 -06:00
.gitattributes Updated Anime Plugin to work with current version of Emby 2015-09-13 19:30:58 -04:00
.gitignore modify gitignore 2019-07-21 18:27:58 -07:00
build.yaml Bump version to 7 (#33) 2022-07-09 17:21:50 +02:00
CONTRIBUTORS.md Improve AniDB ID searching and matching 2022-03-12 22:07:44 +01:00
Directory.Build.props Bump version to 7 (#33) 2022-07-09 17:21:50 +02:00
Jellyfin.Plugin.AniDB.sln Update Jellyfin.Plugin.Anime -> Jellyfin.Plugin.AniDB 2020-12-14 23:18:38 +01:00
LICENSE Initial commit 2013-10-26 14:18:02 -07:00
README.md Update README.md 2023-10-31 09:49:31 +01:00

Jellyfin AniDB Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv2 License Current Release

About

This plugin adds the metadata provider for aniDB.

Installation

See the official documentation for install instructions.

Build

  1. To build this plugin you will need .Net 5.x.

  2. Build plugin with following command

dotnet publish --configuration Release --output bin
  1. Place the dll-file in the plugins/anidb folder (you might need to create the folders) of your JF install

Releasing

To release the plugin we recommend JPRM that will build and package the plugin. For additional context and for how to add the packaged plugin zip to a plugin manifest see the JPRM documentation for more info.

Contributing

We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. In general refer to our contributing guidelines for further information.

Licence

This plugins code and packages are distributed under the GPLv2 License. See LICENSE for more information.