ampache / ampache

A web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.
http://ampache.org
GNU Affero General Public License v3.0
3.55k stars 589 forks source link

[Feature Request] Pull album art from Cover Art Archive #3338

Open SimonHova opened 2 years ago

SimonHova commented 2 years ago

I love the tight integration with MusicBrainz that Ampache has, as an obsessive tagger, all my music is tagged, and I make sure to upload the album covers to MusicBrainz if it's not there. That's why I am always surprised that using MusicBrainz as an art source doesn't pull images from the Cover Art Archive (CAA) that the MusicBrainz website uses. Is there a way to pull directly from the archive by release MBID? The ID3 tag has been giving me issues, and Spotify has been a bit spotty.

lachlan-00 commented 2 years ago

looks like it can https://musicbrainz.org/doc/Cover_Art_Archive/API

lachlan-00 commented 2 years ago

Just need to extend the collector which seems to only look in basic release infor for links. src/Module/Art/Collector/MusicbrainzCollectorModule.php