Navidrome Daily: Two Roads Into the Library
Navidrome is expanding how clients can authenticate and connect to the library, with an experimental Jellyfin API surface and a new per-user API key system both landing for review, alongside a routine Turkish translation update.
Duration: PT2M20S
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-07T10:00:35Z
- Audio duration: PT2M20S
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 7th, 2026, and this is Navidrome Daily.
The signal today is about access — two separate pull requests are reshaping how clients get into a Navidrome library, and both are still open for scrutiny.
First, PR 5730 from Deluan introduces experimental support for the Jellyfin Music API. This lets Jellyfin-compatible clients browse and stream from Navidrome without needing an actual Jellyfin server behind them. Notably, it's built entirely on existing infrastructure — no new data model or storage layer. It's off…
Second, PR 5731 from cyberb adds OpenSubsonic API key authentication, on a per-user basis. Users will be able to generate named API keys from an account page, and clients authenticate with a key parameter mapped directly to that user. This builds on prior community work from issue 4022, with a new dedicated table…
Together, these two PRs represent Navidrome broadening its API surface on two fronts: one for a whole new client ecosystem, one for a more secure, more granular way to authenticate with the existing Subsonic-compatible ecosystem. Both are additive and opt-in, which limits release risk, but both touch core areas —…
On a smaller note, PR 5685 and…
Nearby episodes from Navidrome Daily
- 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
- Smart Playlist Engine and Artwork System Fixes
- Weekly Recap - Performance & Media Library Polish