This plugin adds the metadata provider for aniDB to Jellyfin
Go to file
Matt07211 afe6c1e1ba Drop duplicate asynclock code
And use refernce Jellyfin.Plugin.Anime so Downloader.cs can make use of
Asynclock
2019-03-13 23:53:15 +11:00
Jellyfin.Plugin.Anime Drop duplicate asynclock code 2019-03-13 23:53:15 +11:00
.gitattributes Updated Anime Plugin to work with current version of Emby 2015-09-13 19:30:58 -04:00
.gitignore Add AniDB waiter. 2018-02-11 21:48:10 +01:00
build.yaml Update build.yaml 2019-03-11 11:47:16 +09:00
Jellyfin.Plugin.Anime.sln Use Jellyfin namespace 2019-02-06 15:50:14 +11:00
LICENSE Initial commit 2013-10-26 14:18:02 -07:00
README.md Update README.md 2019-01-31 01:21:11 +11:00

Jellyfin Anime Plugin

Part of the Jellyfin Project

Jellfin anime plugin is a plugin built with .NET

Build Process

  1. Clone or download this repository
  2. Ensure you have .NET Core SDK setup and installed
  3. Build plugin with following command.
dotnet publish --configuration Release --output bin
  1. Place the resulting .dll file in a folder called plugins/ under the program data directory or inside the portable install directory