Navidrome Daily: Trust Your Metadata, Trust Your Config

Today's merges center on a single theme — Navidrome silently trusting bad or misordered data, whether that's an unrecognized config key, a misidentified artist folder, or misordered genre tags. Three fixes close those trust gaps, while a Chinese translation update rounds out the day.

Duration: PT2M23S

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-30T10:01:07Z
  • Audio duration: PT2M23S

Transcript excerpt

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

Good evening. It's July 30th, and today's activity has a clear throughline: Navidrome has been quietly accepting bad input instead of flagging it, and three separate fixes are closing that gap.

Start with configuration. PR 5870, from deluan, adds a startup warning for unrecognized config keys, complete with "did you mean" suggestions. This traces back to issue 5869, where a user placed "artist split exceptions" at the root level instead of under the scanner section. Navidrome accepted it silently, applied…

Next, artwork resolution. PR 5856, from kgarner7, fixes a folder-matching bug where the artist reader was promoting the artist's parent folder into the album folder calculation. That extra directory level broke the "longest common substring" logic Navidrome uses to find artist-level artwork, meaning artist dot-star…

Third, tag ordering. PR 5872, still open from deluan, addresses a subtler bug: album-level tags were sorted by frequency, then alphabetically as a tiebreaker. Since album genre just takes the first entry, any album with tied-frequency genres — which is the common case — showed the alphabetically first genre rather…

Separately, PR 5873 from fxj368 updates the Chinese…

What…

Nearby episodes from Navidrome Daily

  1. Fixing Silent Share Downloads
  2. Tagging Gets a Read API, Artist Folders Get a Fix
  3. Top Songs by Artist, and Cleaner Error Handling
  4. Weekly Recap - The Artwork Pipeline Overhaul
  5. A New Way to Handle Artwork
  6. Lyrics Timing Gets a Trust Upgrade
  7. The Artwork Pipeline Rewrite Lands
  8. Laying Groundwork for a New Artwork Pipeline