John Shaw
9c88cd4017
Optimize empty directory cleanup for recordings ( #21695 )
...
The previous empty directory cleanup did a full recursive directory
walk, which can be extremely slow. This new implementation only removes
directories which have a chance of being empty due to a recent file
deletion.
2026-02-18 10:50:46 -07:00
Nicolas Mowen
2ce33f66a8
Refactor Time-Lapse Export ( #21668 )
...
* refactor time lapse creation to be a separate API call with ability to pass arbitrary ffmpeg args
* Add CPU fallback
2026-02-18 10:50:46 -07:00
Eugeny Tulupov
264a111bcc
Update go2rtc to v1.9.13 ( #21648 )
...
Co-authored-by: Eugeny Tulupov <eugeny.tulupov@spirent.com >
2026-02-18 10:50:46 -07:00
Josh Hawkins
b9d33e9e83
Fix incorrect counting in sync_recordings ( #21626 )
2026-02-18 10:50:46 -07:00
Josh Hawkins
f83f9cbe93
use same logging pattern in sync_recordings as the other sync functions ( #21625 )
2026-02-18 10:50:46 -07:00
Josh Hawkins
bd924fabd5
Media sync API refactor and UI ( #21542 )
...
* generic job infrastructure
* types and dispatcher changes for jobs
* save data in memory only for completed jobs
* implement media sync job and endpoints
* change logs to debug
* websocket hook and types
* frontend
* i18n
* docs tweaks
* endpoint descriptions
* tweak docs
2026-02-18 10:50:46 -07:00
Josh Hawkins
1bcd4d283f
Add media sync API endpoint ( #21526 )
...
* add media cleanup functions
* add endpoint
* remove scheduled sync recordings from cleanup
* move to utils dir
* tweak import
* remove sync_recordings and add config migrator
* remove sync_recordings
* docs
* remove key
* clean up docs
* docs fix
* docs tweak
2026-02-18 10:50:46 -07:00
Nicolas Mowen
9cab5c8e81
Add API to handle deleting recordings ( #21520 )
...
* Add recording delete API
* Re-organize recordings apis
* Fix import
* Consolidate query types
2026-02-18 10:50:46 -07:00
Nicolas Mowen
1d930fd57b
Exports Improvements ( #21521 )
...
* Add images to case folder view
* Add ability to select case in export dialog
* Add to mobile review too
2026-02-18 10:50:46 -07:00
Nicolas Mowen
d4d8a0a27c
Add support for GPU and NPU temperatures ( #21495 )
...
* Add rockchip temps
* Add support for GPU and NPU temperatures in the frontend
* Add support for Nvidia temperature
* Improve separation
* Adjust graph scaling
2026-02-18 10:50:46 -07:00
Andrew Roberts
ea00046f0b
Camera-specific hwaccel settings for timelapse exports (correct base) ( #21386 )
...
* added hwaccel_args to camera.record.export config struct
* populate camera.record.export.hwaccel_args with a cascade up to camera then global if 'auto'
* use new hwaccel args in export
* added documentation for camera-specific hwaccel export
* fix c/p error
* missed an import
* fleshed out the docs and comments a bit
* ruff lint
* separated out the tips in the doc
* fix documentation
* fix and simplify reference config doc
2026-02-18 10:50:46 -07:00
Nicolas Mowen
977ce895df
Refactor temperature reporting for detectors and implement Hailo temp reading ( #21395 )
...
* Add Hailo temperature retrieval
* Refactor `get_hailo_temps()` to use ctxmanager
* Show Hailo temps in system UI
* Move hailo_platform import to get_hailo_temps
* Refactor temperatures calculations to use within detector block
* Adjust webUI to handle new location
---------
Co-authored-by: tigattack <10629864+tigattack@users.noreply.github.com >
2026-02-18 10:50:46 -07:00
Nicolas Mowen
21782dddd2
Export filter UI ( #21322 )
...
* Get started on export filters
* implement basic filter
* Implement filtering and adjust api
* Improve filter handling
* Improve navigation
* Cleanup
* handle scrolling
2026-02-18 10:50:46 -07:00
Josh Hawkins
513b8f5c17
Camera connection quality indicator ( #21297 )
...
* add camera connection quality metrics and indicator
* formatting
* move stall calcs to watchdog
* clean up
* change watchdog to 1s and separately track time for ffmpeg retry_interval
* implement status caching to reduce message volume
2026-02-18 10:50:46 -07:00
Nicolas Mowen
4c3a769c8e
Case management UI ( #21299 )
...
* Refactor export cards to match existing cards in other UI pages
* Show cases separately from exports
* Add proper filtering and display of cases
* Add ability to edit and select cases for exports
* Cleanup typing
* Hide if no unassigned
* Cleanup hiding logic
* fix scrolling
* Improve layout
2026-02-18 10:50:43 -07:00
Josh Hawkins
0c75a24c58
refactor vainfo to search for first GPU ( #21296 )
...
use existing LibvaGpuSelector to pick appropritate libva device
2026-02-18 10:50:19 -07:00
Nicolas Mowen
6e0971f31b
implement case management for export apis ( #21295 )
2026-02-18 10:50:19 -07:00
Nicolas Mowen
649b934ba9
Create scaffolding for case management ( #21293 )
2026-02-18 10:50:19 -07:00
Nicolas Mowen
54b862e957
Update version
2026-02-18 10:50:18 -07:00
Nicolas Mowen
ef5608a970
Imporove attributes handling ( #22035 )
...
* Revert "Fix saving attributes for object to DB (#22000 )"
This reverts commit 73c1e12faf .
* Automatically handle attributes by obj data parsing
2026-02-18 10:48:45 -07:00
dirk150
3101d5f27b
Update hardware.md ( #22018 )
...
Update broken NVIDIA TensorRT Support Matrix link.
2026-02-15 20:59:36 -07:00
Josh Hawkins
4dcd2968b3
consolidate attribute filtering to match non-english and url encoded values ( #22002 )
v0.17.0-rc2
2026-02-14 08:33:17 -06:00
Nicolas Mowen
73c1e12faf
Fix saving attributes for object to DB ( #22000 )
2026-02-14 07:40:08 -06:00
Josh Hawkins
5f93cee732
fix tooltips ( #21989 )
2026-02-13 07:22:28 -06:00
Josh Hawkins
67e3f8eefa
Miscellaneous fixes (0.17 beta) ( #21934 )
...
* improve chip tooltip display
- use formatList to use i18n separators instead of commas
- ensure the correct event type is used so sublabels are not run through normalization
- remove smart-capitalization classes as translated labels use i18n (which includes capitalization)
- give icons an optional key so that the console doesn't complain about duplication when rendering
* Add grace period for recording segment checks to prevent spurious ffmpeg restarts
* add admin precedence to proxy role_map resolution to prevent downgrade
* clean up
* formatting
* work around radix pointer events issue when dialog is opened from drawer
fixes https://github.com/blakeblackshear/frigate/discussions/21940
* prevent console warnings about missing titles and descriptions
make these invisible with sr-only
* remove duplicate language
* Adjust handling for device sizes
* Cleanup
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
2026-02-12 13:42:08 -07:00
GuoQing Liu
e1005ac2a5
fix: fix object classification model not reload ( #21982 )
2026-02-12 08:56:52 -07:00
Hosted Weblate
6accc38275
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (217 of 217 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (54 of 54 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (651 of 651 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: OverTheHillsAndFarAway <prosjektx@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/nb_NO/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
v0.17.0-rc1
2026-02-07 10:42:52 -07:00
Hosted Weblate
ff20be58b4
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (217 of 217 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (54 of 54 strings)
Co-authored-by: GuoQing Liu <842607283@qq.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hans/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
2026-02-07 10:42:52 -07:00
Hosted Weblate
fc3f798bd6
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (54 of 54 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (217 of 217 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/sv/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/sv/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/sv/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
2026-02-07 10:42:52 -07:00
Hosted Weblate
44e695362a
Translated using Weblate (French)
...
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (French)
Currently translated at 100.0% (54 of 54 strings)
Translated using Weblate (French)
Currently translated at 100.0% (217 of 217 strings)
Co-authored-by: Apocoloquintose <bertrand.moreux@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/fr/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/fr/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/fr/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
2026-02-07 10:42:52 -07:00
Hosted Weblate
9fbc854bf5
Translated using Weblate (Polish)
...
Currently translated at 100.0% (217 of 217 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (54 of 54 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kamil AvH <kamil.arszagi@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pl/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
2026-02-07 10:42:52 -07:00
Hosted Weblate
334acd6078
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (54 of 54 strings)
Translated using Weblate (Catalan)
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (Catalan)
Currently translated at 100.0% (217 of 217 strings)
Co-authored-by: Eduardo Pastor Fernández <123eduardoneko123@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ca/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/ca/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/ca/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
2026-02-07 10:42:52 -07:00
Hosted Weblate
92c503070c
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (98 of 98 strings)
Translated using Weblate (Japanese)
Currently translated at 99.2% (135 of 136 strings)
Translated using Weblate (Japanese)
Currently translated at 99.5% (216 of 217 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (54 of 54 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Yusuke, Hirota <hirota.yusuke@jp.fujitsu.com >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ja/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/ja/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/ja/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/ja/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-live
Translation: Frigate NVR/views-system
2026-02-07 10:42:52 -07:00
Hosted Weblate
ecd7d04228
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (217 of 217 strings)
Translated using Weblate (Romanian)
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (Romanian)
Currently translated at 100.0% (54 of 54 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lukasig <lukasig@hotmail.com >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ro/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/ro/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/ro/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
2026-02-07 10:42:52 -07:00
Hosted Weblate
11576e9e68
Translated using Weblate (Estonian)
...
Currently translated at 29.4% (192 of 651 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (217 of 217 strings)
Translated using Weblate (Estonian)
Currently translated at 33.0% (45 of 136 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/et/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/et/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/et/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-settings
2026-02-07 10:42:52 -07:00
Hosted Weblate
2cfb118981
Translated using Weblate (Danish)
...
Currently translated at 39.1% (196 of 501 strings)
Translated using Weblate (Danish)
Currently translated at 56.1% (55 of 98 strings)
Translated using Weblate (Danish)
Currently translated at 100.0% (217 of 217 strings)
Translated using Weblate (Danish)
Currently translated at 100.0% (25 of 25 strings)
Co-authored-by: Bjorn Jorgensen <github@bjornz.dk >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/da/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/da/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/da/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/da/
Translation: Frigate NVR/audio
Translation: Frigate NVR/common
Translation: Frigate NVR/components-player
Translation: Frigate NVR/views-live
2026-02-07 10:42:52 -07:00
Hosted Weblate
e1c273be8d
Translated using Weblate (German)
...
Currently translated at 100.0% (54 of 54 strings)
Translated using Weblate (German)
Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (German)
Currently translated at 100.0% (217 of 217 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sebastian Sie <sebastian.neuplanitz@googlemail.com >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/de/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/de/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/de/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
2026-02-07 10:42:52 -07:00
Josh Hawkins
ea1533f456
Miscellaneous Fixes (0.17 beta) ( #21912 )
...
* fix display of custom sublabels in review item chip
use "manual" as type so it's not run through translation and normalized, producing "Josh S Car" instead of "Josh's Car"
* use css instead of js for reviewed button hover state in filmstrip
2026-02-07 09:06:55 -07:00
Nicolas Mowen
41b983a133
Set log to debug ( #21898 )
2026-02-05 12:31:07 -07:00
GuoQing Liu
c9055ea941
fix: fix delete zone type i18n ( #21894 )
2026-02-05 09:38:09 -06:00
Nicolas Mowen
c9ba851f0d
Fix event getting stuck due to only checking current clip / snapshot ( #21893 )
...
* Fix event getting stuck due to only checking current clip / snapshot
* formatting
2026-02-05 08:43:19 -06:00
Pops0n
a8ab82937b
Update hailo installation instructions and script ( #21882 )
...
* Update installation.md for Raspberry Pi and Hailo
Updated Hailo installation instructions to cover both Bookworm and Trixie OS on Raspberry Pi.
Referenced discussions: #21177 , #20621 , #20062 , #19531
* Update user_installation.sh for Raspberry Pi (Bookworm and Trixie)
Simplified and improved the user installation script for Hailo to support Raspberry Pi OS Bookworm, Trixie, and x86 platforms.
Referenced discussions: #21177 , #20621 , #20062 , #19531
* Update installation.md
* Update user_installation.sh
* Update installation.md
* Update installation.md
Added optional fix for PCIe descriptor page size error.
Related discussion: #19481
* Update installation.md
Changed kernel driver version check from modinfo to /sys/module for correct post-reboot output
2026-02-05 06:38:34 -07:00
Josh Hawkins
21e4b36c7c
Add languages ( #21870 )
...
* add persian, croatian, and slovak
* i18n
* fix formatting due to new version of ruff
2026-02-03 13:29:52 -06:00
Hosted Weblate
06141b900e
Update translation files
...
Updated by "Squash Git commits" add-on in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/
Translation: Frigate NVR/common
2026-02-03 10:54:04 -07:00
Hosted Weblate
011e7a1ce6
Update translation files
...
Updated by "Squash Git commits" add-on in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/
Translation: Frigate NVR/common
2026-02-03 10:54:04 -07:00
Hosted Weblate
81d5e80dd2
Update translation files
...
Updated by "Squash Git commits" add-on in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/
Translation: Frigate NVR/common
2026-02-03 10:54:04 -07:00
Hosted Weblate
3b79b34c07
Update translation files
...
Updated by "Squash Git commits" add-on in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/
Translation: Frigate NVR/common
2026-02-03 10:54:04 -07:00
Hosted Weblate
7d8d2c5521
Translated using Weblate (French)
...
Currently translated at 100.0% (654 of 654 strings)
Co-authored-by: Apocoloquintose <bertrand.moreux@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/fr/
Translation: Frigate NVR/views-settings
2026-02-03 10:54:04 -07:00
Hosted Weblate
7fcce67c2a
Translated using Weblate (Arabic)
...
Currently translated at 1.6% (2 of 122 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Med Taha Ben Brahim <mohamedtaha.bb@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/ar/
Translation: Frigate NVR/views-classificationmodel
2026-02-03 10:54:04 -07:00
Hosted Weblate
87da12c453
Translated using Weblate (Korean)
...
Currently translated at 75.4% (40 of 53 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: 임도균 <limkwon7@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/ko/
Translation: Frigate NVR/views-facelibrary
2026-02-03 10:54:04 -07:00