No description
  • C# 98.3%
  • HTML 1.7%
Find a file
2026-05-08 16:10:52 -04:00
.github Update renovate config to use plugin preset 2026-05-08 16:10:52 -04:00
.vscode Add development setup for Visual Studio Code (#64) 2022-08-07 14:35:19 +02:00
Jellyfin.Plugin.ComicVine pin controller version to fix unstable builds 2026-01-26 10:20:07 +09:00
tests/Jellyfin.Plugin.ComicVine.Tests pin controller version to fix unstable builds 2026-01-26 10:20:07 +09:00
.editorconfig add standard editorconfig 2021-03-10 23:57:38 +01:00
.gitignore update csproj and remove build artifacts 2019-08-01 15:01:38 -07:00
build.yaml fix repository badges and plugin descriptions 2026-01-26 10:22:31 +09:00
Directory.Build.props update readme and build metadata 2026-01-24 15:53:34 +09:00
Jellyfin.Plugin.Bookshelf.sln update test project namespace 2026-01-24 15:56:46 +09:00
jellyfin.ruleset 10.9 2024-05-11 13:16:07 -06:00
LICENSE minor changes to build metadata 2020-05-26 23:26:10 +09:00
README.md fix repository badges and plugin descriptions 2026-01-26 10:22:31 +09:00

Jellyfin Comic Vine Plugin

Part of the Jellyfin Project

Logo Banner

GitHub Workflow Status MIT License Current Release

About

This plugin adds metadata and image providers for Comic Vine.

Build & Installation Process

  1. Clone this repository

  2. Ensure you have .NET Core SDK setup and installed

  3. Build the plugin with following command:

dotnet publish --configuration Release --output bin
  1. Place the resulting Jellyfin.Plugin.ComicVine.dll file in a folder called plugins/ inside your Jellyfin installation / data directory.