2020-07-21 21:23:32 +00:00
name : "Cover Art Archive"
guid : "8119f3c6-cfc2-4d9c-a0ba-028f1d93e526"
2021-05-07 19:02:43 +00:00
imageUrl : "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png"
2021-11-19 20:14:19 +00:00
version : "5"
2022-01-07 21:15:51 +00:00
targetAbi : "10.8.0.0"
2021-09-26 22:36:55 +00:00
framework : "net6.0"
2020-07-21 21:23:32 +00:00
overview : "MusicBrainz Cover Art Archive"
2020-07-21 20:48:07 +00:00
description : >
2021-07-04 15:55:21 +00:00
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
2020-07-22 03:24:10 +00:00
category : "Metadata"
2020-07-21 20:48:07 +00:00
owner : "jellyfin"
artifacts :
2021-05-07 19:02:43 +00:00
- "Jellyfin.Plugin.CoverArtArchive.dll"
2021-07-31 18:26:41 +00:00
- "MetaBrainz.Common.Json.dll"
- "MetaBrainz.MusicBrainz.CoverArt.dll"
2021-07-04 15:55:21 +00:00
changelog : |2-
2021-11-19 20:14:19 +00:00
### Major features and improvements ###
- Remove configuration page and migrate to MetaBrainz.MusicBrainz.CoverArt (#12) @MrTimscampi
### Dependency updates ###
- chore(deps) : bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#14) @dependabot