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?

  • doodledup@lemmy.worldOP
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 months ago

    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 :)