Non-alphanumeric artist names get incorrect Discogs artwork
See original GitHub issueProblem to solve
Note: I only use local music.
On the “Artists” page, cover art is loaded from Discogs - which for some edge cases retrieves the wrong artist (e.g. here where the artist K. Da Cruz
comes before the intended search K/DA
)
It would be cool if we could specify custom artist art, where such case happens.
Proposed solution
I know that Jellyfin calls their “artist cover art” files cover.jpg
, and is placed in the root of the artist folder:
mediatv@mediatv ~/M/M/K_DA> ls -lh
total 632K
drwxrwxr-x 2 mediatv mediatv 208 Oct 20 18:07 'ALL OUT'/
-rw-r--r-- 1 mediatv mediatv 555 Jan 22 13:17 artist.nfo
-rw-r--r-- 1 mediatv mediatv 190K Oct 20 18:07 fanart.jpg
-rw-r--r-- 1 mediatv mediatv 139K Oct 20 18:07 folder.jpg
-rw-r--r-- 1 mediatv mediatv 292K Oct 20 18:07 logo.png
drwxrwxr-x 3 mediatv mediatv 72 Jan 9 13:16 POP_STARS/
Make a default check for that file? I’m not too sure if other popular organizers handles this, but I’d reckon it’s fairly standard.
Alternatively right-clicking the artist should give a “change artist cover” option, where you could specify a URL (http(s)://
or file://
), and store that in some database / Iris working directory
Additional info
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
@kingosticks I don’t believe it does allow querying by Musicbrainz ID unfortunately. I would be using Musicbrainz instead if only they provided Artist artwork…
If Discogs is pulling in incorrect images relatively consistently then my preference would be to ditch artist artwork all together. Instead Iris would show the artwork for the first album. Boring is better than wrong.
Also, feel free to open an issue at Mopidy (or Mopidy-Local?) if there isn’t one already for this.