this post was submitted on 28 Aug 2024
11 points (100.0% liked)

Jellyfin

220 readers
1 users here now

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] doodledup 2 points 5 months ago* (last edited 5 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 :)