How do I get rid of these "various artists" and headphones default images? I'm losing my mind...

I have no idea how that happened or when it happened. Now every single album in my music collection has this background image of a random headphone and this "Various Artists" microphone picture on top.

How do I get rid of this?

10 points · 1 comments · view on lemmy.world

1 Comments

quixotic120@lemmy.world · 2 pts · 1y (1 reply)
[ removed ]
doodledup@lemmy.world · 2 pts · 1y

Thanks for your response. I just ended up removing the logo and backdrop image alltogether by adding this to the custom css:

.detailLogo, .backdropImage  {
    display: none;
}

I will definitely look at beets.io. Sounds like a useful tool to organize my library mess :)