Jellyfin Plugin for the MusicBrainz Cover Art Archive
Go to file
Odd Stråbø 50689f3a56
Merge pull request #34 from methbkts/patch-1
Update link to Jellyfin website
2023-10-31 12:47:09 +01:00
.github fix: codeQL workflow trigger 2022-05-08 18:38:16 +02:00
Jellyfin.Plugin.CoverArtArchive Check if the Types is flagged as 'Front' (#33) 2023-01-30 13:56:30 -07:00
.editorconfig Initial commit 2020-07-21 22:48:07 +02:00
.gitignore Add analyzers and remove all warnings 2021-03-13 09:48:34 -07:00
build.yaml bump version 2022-03-19 15:50:38 +01:00
CoverArtArchive.sln Initial plugin setup 2020-07-21 23:24:56 +02:00
Directory.Build.props add: Directory.Build.props for easier version bumps 2022-05-08 18:38:54 +02:00
jellyfin.ruleset update ruleset 2021-11-19 07:33:44 -07:00
LICENSE Initial commit 2020-07-21 22:48:07 +02:00
README.md Update README.md 2023-10-31 09:57:21 +01:00

Jellyfin Cover Art Archive Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv3 License Current Release

About

Fetches images from the Cover Art Archive

Depends on the MusicBrainz IDs being present in the library

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