blakeblackshear.frigate/frigate/util
John Shaw 1cc50f68a0
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-01-17 15:47:21 -07:00
..
__init__.py
audio.py
builtin.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
classification.py Miscellaneous Fixes (#21102) 2025-12-02 07:21:15 -07:00
config.py Refactor Time-Lapse Export (#21668) 2026-01-15 10:30:55 -07:00
downloader.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
file.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
image.py Add Camera Wizard (#20461) 2025-10-13 10:52:08 -06:00
media.py Optimize empty directory cleanup for recordings (#21695) 2026-01-17 15:47:21 -07:00
model.py Miscellaneous fixes (#20833) 2025-11-07 06:53:27 -07:00
object.py Improve 640x640 model detection of small objects (#20190) 2025-09-23 15:49:54 -05:00
process.py Replace stringy paths with constants (#21247) 2025-12-12 06:22:09 -07:00
rknn_converter.py Miscellaneous Fixes (#21005) 2025-11-23 08:40:25 -07:00
services.py Add support for GPU and NPU temperatures (#21495) 2025-12-31 13:32:07 -07:00
time.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
velocity.py