Frigate NVR Updates: UI Improvements and Bug Fix

Two pull requests were merged today addressing user interface enhancements and a critical exception handling bug in the recording subsystem.

Duration: PT1M38S

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-03-13T10:14:46Z
  • Audio duration: PT1M38S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your Frigate NVR Updates for March 13th, 2026.

Two pull requests were merged yesterday to the Frigate repository. Josh Hawkins merged UI tweaks, implementing shared memory frame lifetime calculations and improving the user interface for memory metrics. The changes span 17 files with 146 additions and 70 deletions, focusing on consistent sizing for activity…

Peter Dolkens merged a critical bug fix addressing an exception handling error in the recording subsystem. The fix corrects an invalid reference to asyncio.SubprocessError, which doesn't exist in Python's asyncio module. The code now properly references subprocess.SubprocessError using the existing import alias,…

Both commits represent the merged pull requests with identical changes - the UI improvements affecting the web interface's visual consistency and mobile responsiveness, and the subprocess error handling fix ensuring proper exception management in the recording pipeline.

Looking ahead, expect continued refinements to the user interface based on these foundation improvements, and monitor for any additional stability enhancements as the subprocess error fix is deployed in production environments.

That's…

Nearby episodes from Frigate NVR Updates

  1. Critical Bug Fixes and Memory Leak Patches
  2. Weekly Recap - AI Integration & Performance Enhancements
  3. Authentication and UI Improvements
  4. UI Improvements and Hardware Documentation
  5. React 19 Migration and AXERA AI Support
  6. Documentation and GenAI Improvements
  7. Motion Filtering and AI Improvements
  8. GenAI Integration and Camera Management