Navidrome Daily: Smarter Playlists, Quieter Logs
Navidrome added album-level sorting fields for smart playlists, fixing a long-standing gap where sorting by date added would scatter an album's tracks. A separate fix cut down unnecessary log noise from cron jobs.
Duration: PT1M49S
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-08-06T10:01:13Z
- Audio duration: PT1M49S
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 August 6th, 2026, and this is Navidrome Daily.
Today's story is about precision — giving both playlists and logs the right level of detail.
The headline change is PR 5899 from deluan, which adds five new album-level fields to smart playlists: album date added, album date modified, album duration, album song count, and album size. Here's the problem it solves: smart playlists could only sort by a track's own timestamp. So if you wanted "newest albums…
The second item is smaller but still worth noting for anyone debugging: commit d764a1e drops a log statement from debug to trace level, specifically to reduce noise coming from cron jobs. It's a small maintenance fix, but it's the kind of thing that matters if you've been staring at cluttered logs trying to find a…
Taken together, both changes share a theme: reducing friction in day-to-day use of Navidrome — one for listeners building playlists, one for developers reading logs.
What's next: if you maintain custom smart playlist configs, take a look at the new album-level sort keys — they may simplify setups that previously relied on workarounds. And if you've had cron-related log complaints, this trace-level change…
Nearby episodes from Navidrome Daily
- Closing the Gaps on Errors and Edges
- Plugin Storage Lands, Then Gets Locked Down
- Closing the Security and Identity Gaps
- Weekly Recap - Trust, Security, and the Foundations Beneath Your Library
- Closing the Gaps in Metadata and Integrations
- Trust Your Metadata, Trust Your Config
- Fixing Silent Share Downloads
- Tagging Gets a Read API, Artist Folders Get a Fix