Go to file
2021-06-29 21:12:57 +02:00
.github add prepare release PR update to workflow 2021-06-29 21:12:57 +02:00
Jellyfin.Plugin.Kitsu Remove dependency on DependencyInjection 2021-03-10 20:57:05 +01:00
.editorconfig update default editorconfig 2021-03-12 18:57:46 +01:00
.gitignore Initial commit 2020-12-08 15:52:32 +01:00
build.yaml add imageUrl to build.yaml 2021-05-09 19:52:38 +02:00
Jellyfin.Plugin.Kitsu.sln Rename Template -> Kitsu 2020-12-08 19:06:52 +01:00
LICENSE Rename Template -> Kitsu 2020-12-08 19:06:52 +01:00
README.md add install instructions link 2021-05-09 21:27:51 +02:00

Jellyfin Kistu Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv2 License Current Release

About

This plugin adds the metadata provider for Kitsu.

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