mirror of
https://github.com/jellyfin/jellyfin-plugin-coverartarchive.git
synced 2024-11-23 05:49:55 +00:00
23 lines
779 B
YAML
23 lines
779 B
YAML
name: "Cover Art Archive"
|
|
guid: "8119f3c6-cfc2-4d9c-a0ba-028f1d93e526"
|
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png"
|
|
version: "8"
|
|
targetAbi: "10.8.0.0"
|
|
framework: "net6.0"
|
|
overview: "MusicBrainz Cover Art Archive"
|
|
description: >
|
|
This plugin provides images from the Cover Art Archive https://musicbrainz.org/doc/Cover_Art_Archive and depends on the MusicBrainz metadata provider to know what images belong where
|
|
|
|
category: "Metadata"
|
|
owner: "jellyfin"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.CoverArtArchive.dll"
|
|
- "MetaBrainz.Common.Json.dll"
|
|
- "MetaBrainz.MusicBrainz.CoverArt.dll"
|
|
changelog: |2-
|
|
### Bug Fixes ###
|
|
- fix client string (#19) @Shadowghost
|
|
|
|
### Code or Repo Maintenance ###
|
|
- Fix readme (#20) @Shadowghost
|