Frigate NVR Updates: Export and Media Reliability Fixes
Today's merges centered on cleaning up export and media handling bugs, with developer Josh Hawkins fixing download filename inconsistencies, non-ASCII filename crashes, and a 500 error from empty thumbnail files, while also expanding vehicle detection defaults and opening a new onboarding wizard for review.
Duration: PT2M16S
Episode overview
This episode is a short developer briefing from Frigate NVR Updates.
It explains recent repository work in plain language.
- Show: Frigate NVR Updates
- Published: 2026-08-27T13:19:25Z
- Audio duration: PT2M16S
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 27th, 2026, and this is Frigate NVR Updates.
Today's clear signal: export and media file handling got a reliability sweep, with three separate bug fixes landing in the same window.
Start with exports. PR 24111 fixed inconsistent filenames on export downloads, and PR 24100 addressed a related crash when export case downloads used non-ASCII names. Same feature area, two edge cases closed out together — worth knowing if you've built anything downstream that depends on export filename patterns,…
Alongside that, PR 24110 fixed a server error triggered when an event thumbnail file turned out to be empty. Different subsystem, same underlying theme: defensive handling of file edge cases that were previously causing hard failures instead of graceful fallbacks. If you've seen unexplained 500s tied to thumbnails,…
On the detection side, PR 24097, backed by commit 5197881, expanded the default attribute map to cover more vehicle types for license plate recognition. Previously this required a manual config change to attribute_map — now more vehicles get plate recognition out of the box. The commit history shows this went…
One item to watch rather than a fix: PR 24102…
Nearby episodes from Frigate NVR Updates
- Recording and Classification Cleanup
- Quietly Fixing Silent Failures
- Weekly Recap - Multi-Model Support & Container Security Hardening
- Container Hardening and Recording Reliability
- Locking Down the API
- Frame Handling Fix and Config Consolidation
- Database Query Indexes
- A Deadlock Fix and a New Detector