Frigate NVR Updates: Cleanup Sprint for 0.18 Beta

Developer Josh Hawkins landed two rounds of miscellaneous fixes for the 0.18 beta, tightening up configuration accuracy, startup performance, and hardware encoding, with a third batch now open for review.

Duration: PT2M5S

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-07-15T13:15:24Z
  • Audio duration: PT2M5S

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 15th, and today's briefing covers a steady cleanup push toward the 0.18 beta release.

The clearest pattern across this work is precision in how Frigate reports and resolves configuration. Multiple fixes in pull request 23716 make sure zone names, hardware acceleration arguments, and camera overrides are resolved against the correct camera or config path, rather than a generic default. That matters…

The second theme is startup and runtime efficiency. Commit A8-E-C-A-6-8, part of pull request 23718, changes how Frigate finds stale replay files. Instead of scanning every clip at startup, it now derives stale files from bounded directory listings. For installations with large clip libraries, that should mean a…

Smaller usability fixes rode along with these changes too: numeric fields in config forms now show a numeric keyboard on mobile, and the semantic search tool now specifies English-only mode when using the JinaV1 model, avoiding language mismatches in search results.

A third pull request, 23725, opened this morning and touches installation, the Birdseye camera view, and camera reordering. It's not yet merged, so treat those areas as still in flux.

What to…

Nearby episodes from Frigate NVR Updates

  1. Security Hardening and Accuracy Fixes
  2. Weekly Recap - Documentation Cleanup and Authentication Groundwork
  3. Auth Expands, Face Recognition Gets Fixed
  4. Correctness Fixes Across Classification and Auth
  5. Documentation and Cleanup Day
  6. Cleanup and Streaming Bump
  7. Recording Reliability and Polish
  8. Cleaning Up Async and Code Quality