Frigate NVR Updates: GenAI Gets Smarter, Config Validation Gets Honest

Frigate's GenAI capabilities expanded significantly with audio transcription and annotated review frames, while a cluster of smaller fixes cleaned up review filtering, config validation, and search pagination.

Duration: PT2M25S

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-09-18T13:17:52Z
  • Audio duration: PT2M25S

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 September 18th, 2026, and here's what moved in Frigate overnight.

The headline is GenAI. Two major merges from NickM-27 push the generative AI features further. PR 24396 adds support for using GenAI providers to transcribe audio, both live and historical, with model capability detection and language handling built in. PR 24379 complements that by giving GenAI-powered review…

Second theme: correctness fixes in review and search. PR 24391 fixes an issue where objects with sub-labels, marked as "verified," weren't showing up correctly in review filters. PR 24392 fixes pagination in the explore view when sorting by anything other than date. Both are small in scope but matter for day-to-day…

Third: a reliability fix worth remembering. PR 24398 from nickdavies corrects the validate-config command, which was returning a success exit code even when the config was invalid. That's now fixed to fail properly, which matters for anyone using it in continuous integration pipelines to catch bad configs before…

Rounding out the day, NickM-27 reverted a QSV ffmpeg framerate filter that broke after the ffmpeg 7.1 upgrade in PR 24384, and trimmed an incorrect hardware acceleration…

Wha…

Nearby episodes from Frigate NVR Updates

  1. Live View Reliability Fixes
  2. Web Frontend Cleanup Sprint
  3. Security Fixes and Dependency Overhaul
  4. Weekly Recap - Release Prep Meets Frontend Overhaul
  5. Dependency Cleanup and AI Description Reliability
  6. 0.19 Groundwork and a Frontend Cleanup Push
  7. 0.18 Ships, 0.19 Begins
  8. Face Recognition Gets a Rework and a Quick Follow-Up Fix