jellyfin-plugin-coverartarc.../build.yaml

23 lines
779 B
YAML
Raw Normal View History

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"
2022-01-08 14:17:50 +00:00
version: "7"
2022-01-08 14:32:55 +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"
- "MetaBrainz.Common.Json.dll"
- "MetaBrainz.MusicBrainz.CoverArt.dll"
2021-07-04 15:55:21 +00:00
changelog: |2-
2022-01-08 11:30:33 +00:00
### Bug Fixes ###
2022-01-08 14:17:50 +00:00
- fix client string (#19) @Shadowghost
### Code or Repo Maintenance ###
- Fix readme (#20) @Shadowghost