blakeblackshear.frigate/frigate
gtsiam 38ff46e45c
Rewrite yaml loader (#13803)
* Ignore entire __pycache__ folder instead of individual *.pyc files

* Rewrite the yaml loader to match PyYAML

The old implementation would fail in weird ways with configs that were
incorrect in just the right way. The new implementation just does what
PyYAML would do, only diverging in case of duplicate keys.

* Clarify duplicate yaml key ValueError message

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2024-09-17 15:52:55 -05:00
..
api Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
comms Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
detectors Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
embeddings Override onnx clip loading (#13800) 2024-09-17 13:24:35 -06:00
events Configurable ffmpeg (#13722) 2024-09-13 15:14:51 -05:00
genai write prompts for genai at the camera level (#13767) 2024-09-16 08:46:11 -06:00
images
motion Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
output Configurable ffmpeg (#13722) 2024-09-13 15:14:51 -05:00
ptz Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
record Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
review Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
stats Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
test Rewrite yaml loader (#13803) 2024-09-17 15:52:55 -05:00
track
util Rewrite yaml loader (#13803) 2024-09-17 15:52:55 -05:00
__init__.py
__main__.py Make logging code self-contained (#13785) 2024-09-17 08:26:25 -05:00
app.py Make logging code self-contained (#13785) 2024-09-17 08:26:25 -05:00
config.py Rewrite yaml loader (#13803) 2024-09-17 15:52:55 -05:00
const.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
ffmpeg_presets.py Ffmpeg 6 (#13754) 2024-09-15 11:42:52 -06:00
log.py Make logging code self-contained (#13785) 2024-09-17 08:26:25 -05:00
models.py Implement support for notifications (#12523) 2024-08-29 20:19:50 -06:00
mypy.ini
object_detection.py Always close connection to shm frame after detection (#13766) 2024-09-16 07:56:20 -06:00
object_processing.py Fix detections logic (#13781) 2024-09-16 18:23:10 -05:00
plus.py strip whitespaces when loading secrets (#12393) 2024-07-12 07:36:15 -06:00
storage.py
timeline.py
types.py
video.py Improve handling of empty frames (#13651) 2024-09-10 08:39:37 -05:00
watchdog.py