mirror of
https://github.com/cedev-1/jellyfin-plugin-comicvine.git
synced 2026-09-16 17:32:05 +00:00
No description
- C# 98.3%
- HTML 1.7%
| .github | ||
| .vscode | ||
| Jellyfin.Plugin.ComicVine | ||
| tests/Jellyfin.Plugin.ComicVine.Tests | ||
| .editorconfig | ||
| .gitignore | ||
| build.yaml | ||
| Directory.Build.props | ||
| Jellyfin.Plugin.Bookshelf.sln | ||
| jellyfin.ruleset | ||
| LICENSE | ||
| README.md | ||
Jellyfin Comic Vine Plugin
Part of the Jellyfin Project
About
This plugin adds metadata and image providers for Comic Vine.
Build & Installation Process
-
Clone this repository
-
Ensure you have .NET Core SDK setup and installed
-
Build the plugin with following command:
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.ComicVine.dllfile in a folder calledplugins/inside your Jellyfin installation / data directory.