Go to file
Metin Bektas f2de3e3473
Update README.md
Fix the link to the Jellyfin Project
2023-10-31 09:54:59 +01:00
.github fix: meta ci workflows 2022-05-15 23:24:02 +02:00
Jellyfin.Plugin.IMVDb chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.435 2022-05-30 17:41:34 +00:00
.gitattributes init 2020-10-26 08:18:20 -06:00
.gitignore init 2020-10-26 08:18:20 -06:00
build.yaml chore: prepare for next release (v4) 2022-03-28 00:02:04 +00:00
Directory.Build.props fix: meta ci workflows 2022-05-15 23:24:02 +02:00
Jellyfin.Plugin.IMVDb.sln init 2020-10-26 08:18:20 -06:00
jellyfin.ruleset Jellyfin 10.8 2022-01-24 18:40:32 -07:00
LICENSE init 2020-10-26 08:18:20 -06:00
README.md Update README.md 2023-10-31 09:54:59 +01:00

Jellyfin IMVDb Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv3 License Current Release

About

This plugin adds the metadata provider for IMVDb.

Installation

See the official documentation for install instructions.

Build

  1. To build this plugin you will need .NET 6.x.

  2. Build plugin with following command

dotnet publish --configuration Release --output bin
  1. Place the dll-file in the plugins/imvdb 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 GPLv3 License. See LICENSE for more information.