Replies: 5 comments 1 reply
-
Beyond adding additional sources, it would be nice to extend the |
Beta Was this translation helpful? Give feedback.
-
Hi @evur Discogs would be an awesome source for coverart because it has a cover for almost any release you find on there. I think I know were you are going with "Discogs ID can be retrieved from MB data" but please elaborate. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi @JOJ0, it's cool to see that you're taking interest in the idea!
I meant that if an album's data is being fetched from MB, the plugin can also try to fetch the cover from Discogs by getting the Discogs release id from the MB data. |
Beta Was this translation helpful? Give feedback.
-
Ok if I understand correctly you mean by fetching this information here, usually to find bottom right on an MB release page: Frotunately this information is available via the MusicBrainz API, only that currently beets doesn't fetch it. I started to work on that and actually have an already working solution to get the Discogs ID, as well as Spotify, Deezer and Bandcamp ID's, provided they are available with the MB relase, and the user enabled fetching it in beets config.yaml. They will be saved to the fields/flexible fields in the beets library. I've recently set back the mentionend PR to draft since I figured that it might be easier to review for maintainers if I split it in two pieces. This is the first one that only handles to split out ID extraction things only and should be merged first: #4633 If we handle do to that I'll be happy to make the former PR review ready again :-) Hope that gives perspective on the timely order of things so far. If we finish all that, would you be up for submitting the actual feature to `fetchart`` Since I'm not familiar with that plugin and can predict that I won't find time to get into it. I'll find other equally important things in this project to do :-) But yeah, again: Great feature idea! A lot of people would like that I think, including me! |
Beta Was this translation helpful? Give feedback.
-
Since we already have a few of these autotag sources (MB, Discogs, Spotify, etc.) that already provide cover art, why not use the images they provide as a starting point? The current approach of searching for cover art often leads to wrong images, especially if the album name is very common (e.g., Lucky, Bad Boy). Is it possible to call |
Beta Was this translation helpful? Give feedback.
-
There are instances where covers are only available from metadata sources like MusicBrainz and Discogs and are not present in the currently implemented sources.
This also allows for more precise fetching of covers by using release IDs instead of album titles.
Fetching covers from metadata sources which are not supplying the metadata
Should a cover not be present on the metadata source of the release, other metadata sources can be used too, if their IDs are present.
Sometimes links to other metadata sources and release IDs can be retreived from the metadata source.
Such a feature is currently being worked on in PR #4708.
I recommend hinting at enabling this feature and mentioning that the IDs of the platforms to be fetched covers from must be present. This is an attempt to prevent users trying to troubleshoot why fetchart is only fetching covers from the current metadata source.
Beta Was this translation helpful? Give feedback.
All reactions