Navidrome Daily: Jukebox Reliability Gets Serious

Two fixes from contributor fossisawesome close long-standing gaps in jukebox playback, restoring scrobbling and play counts while preventing server hangs, alongside a merged default-config change enabling sharing out of the box.

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-05T10:00: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 morning, it's July 5th, 2026, and this is Navidrome Daily.

Today's biggest signal comes from jukebox mode, where two fixes from the same contributor address real reliability gaps that likely affected any listener running server-side playback.

First, PR 5716 fixes a quiet but significant bug: since jukebox playback runs entirely through mpv on the server, the client never called the standard playback-reporting endpoint. That meant songs played in jukebox mode were never scrobbled and never counted toward play stats. The fix threads the existing…

Second, and arguably more critical for stability, PR 5715 addresses a hang bug tied to issue 5710. The mpv IPC connection had no timeout on its calls, so a single dropped response — observed on Windows — could block a request handler forever, wedging that device for every subsequent request, even though mpv itself…

Together, these two changes make jukebox mode both more correct and more resilient — worth remembering if you support server-side playback deployments.

On the release side, deluan merged two build fixes. PR 5711 corrects how version numbers are derived from git tags, so checking out an older tag no longer reports the newest tag…

Nearby episodes from Navidrome Daily

  1. Performance Fixes and a Concurrency Bug Squashed
  2. Search Fixes and Sort Speed
  3. Weekly Recap - Smart Playlist Engine & Performance Optimization
  4. Smart Playlist Engine and Artwork System Fixes
  5. Weekly Recap - Performance & Media Library Polish
  6. Performance and Platform Fixes