Navidrome Daily: Cover Art Gets an Overhaul

Three separate pull requests this cycle all target the same pain point — stale or fake cover art — through real blurhashes for Jellyfin clients, manual album upload support, and a scanner fix that busts cached covers after quick scans.

Duration: PT2M14S

Episode overview

This episode is a short developer briefing from Navidrome Daily.

It explains recent repository work in plain language.

  • Show: Navidrome Daily
  • Published: 2026-07-18T10:00:05Z
  • Audio duration: PT2M14S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. It's July 18th, and today's Navidrome activity has a clear throughline: artwork accuracy and cache freshness.

Three of today's four pull requests all circle the same problem — covers that are wrong, fake, or stuck in a client's cache. Start with PR 5797 from deluan, which replaces the solid-color placeholder blurhashes the Jellyfin API has been sending since PR 5730 with real ones. This matters beyond cosmetics: the Finamp…

Next, PR 5800 extends manual artwork upload — already available for artists, playlists, and radio — to albums. Uploaded covers now take precedence over embedded art, folder images, or external sources, with automatic fallback to auto-detection if removed. Combined with PR 5797, that's two different fixes to the same…

Then there's PR 5804 from aym-n, closing out issue 5469. Quick scans were already picking up new sidecar covers like cover dot jpg, but albums weren't being touched, so the cover URL never changed — meaning clients kept showing stale or placeholder images until a full scan ran. The fix now bumps the album's imported…

Taken together: real blurhashes, manual upload precedence, and now cache invalidation on quick scan — this is a…

Separately,…

Nearby episodes from Navidrome Daily

  1. Hardening the Jellyfin API Under Real Client Load
  2. Closing the Jellyfin Memory Leaks
  3. The Jellyfin Push
  4. Database Statistics and Share Security Fixes
  5. Trusting What the Client Sees
  6. Weekly Recap - Cleaning Up After the 0.63 Release
  7. Expanding Access, Fixing Release Pipeline
  8. Silent Failures, Loud Fixes