Fetches the current album art from MusicBrainz, using the MPD MusicBrainz tags by default, otherwise by doing an API search.
The API search results are cached to reduce requests. This currently requires quite a bit of cloning the IDs, but this should be okay considering we're cloning a few bytes of data every few seconds.
Fetches the current album art from MusicBrainz, using the MPD MusicBrainz tags by default, otherwise by doing an API search.
The API search results are cached to reduce requests. This currently requires quite a bit of cloning the IDs, but this should be okay considering we're cloning a few bytes of data every few seconds.
Resolves #25