Navidrome Daily: Cleaning Up After the 0.63.0 Release
A cluster of fixes addresses fallout from the 0.63.0 release — a 32-bit startup crash, a broken systemd installer, and two related scrobbler plugin bugs — while separate database work tackles major performance regressions in library listings.
Duration: PT2M30S
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-09T10:00:55Z
- Audio duration: PT2M30S
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 9th, 2026, and this is Navidrome Daily.
Today's dominant story is release cleanup. Several fixes trace back to problems introduced in version 0.63.0, and together they're a good reminder of how dependency and library upgrades can quietly break things far from where the change happened.
Start with deluan's PR 5739: 32-bit ARM binaries were crashing at startup with no log output at all. The root cause was a static linking issue involving the atomic library and how glibc resolves certain function calls before the program even reaches main. Nasty because it fails silently, before any of Navidrome's…
Next, PR 5743 fixes a systemd installation failure also rooted in 0.63.0 — the kardianos service library was upgraded to version 1.3.0, which quietly changed its template syntax. Navidrome's own systemd script wasn't updated to match, so installs failed with a cryptic template error and left a broken, masked service…
The second theme is scrobbler plugin correctness, covered by two connected fixes. PR 5737 and its follow-up commit fix a bug where removing a plugin left orphaned scrobble entries behind — and worse, a new plugin reusing the same name could inherit…
Separate…
Nearby episodes from Navidrome Daily
- The Player Gets Smarter
- Two Roads Into the Library
- Fixing SIGHUP Behavior for Daemon Operators
- Weekly Recap - Search, Speed, and the Plugin Platform
- Jukebox Reliability Gets Serious
- Performance Fixes and a Concurrency Bug Squashed
- Search Fixes and Sort Speed
- Weekly Recap - Smart Playlist Engine & Performance Optimization