Go to file
jellyfin-bot 875c55f70d
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled
Prepare for release v10 (#78)
2024-10-26 12:43:47 -06:00
.github add unstable workflow 2024-03-25 16:50:34 -06:00
Jellyfin.Plugin.AniList Update dotnet monorepo to 8.0.1 (#80) 2024-10-26 11:52:00 -06:00
.editorconfig ci: set ABI version and more repo automation 2021-09-21 21:23:55 +02:00
.gitattributes Updated Anime Plugin to work with current version of Emby 2015-09-13 19:30:58 -04:00
.gitignore add unstable workflow 2024-03-25 16:50:34 -06:00
build.yaml Prepare for release v10 (#78) 2024-10-26 12:43:47 -06:00
CONTRIBUTORS.md Add AkaTenshi to CONTRIBUTORS 2024-04-19 18:55:42 +02:00
Directory.Build.props Prepare for release v10 (#78) 2024-10-26 12:43:47 -06:00
Jellyfin.Plugin.AniList.sln Update Jellyfin.Plugin.Anime -> Jellyfin.Plugin.AniList 2020-12-14 23:52:59 +01:00
LICENSE Initial commit 2013-10-26 14:18:02 -07:00
README.md Update README.md 2023-10-31 09:48:25 +01:00

Jellyfin AniList Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv2 License Current Release

About

This plugin adds the metadata provider for AniList.

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/anilist 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.