blakeblackshear.frigate/frigate
Nicolas Mowen b1cc64d4fa
FEAT: Ability to set sub labels for specific events (#2949)
* Add sub label to model and set / delete funs

* Add migrations for sub label

* Tweaks to API and model

* Show sublabel if available

* Cleanups

* Update docs

* Show person in UI title

* Fix typo and don't fail on no json

* Transfer sub labels for in progress events

* Remove sublabel reset

* Remove person only check

* Make default null

* Update docs and formatting

* Make default null

* Make nullable in migration

* Undo null

* Update model to accept null

* Update migration to accept null

* Don't set to default values

* Remove redundant defaults and update http logic

* Only need a single route

* Enforce 20 character limit in http

* Update docs to mention 20 character limit

* Cleanup

* Separate insert and update to make sure updated values are retained when event ends

* Use insert instead of replace

* Remove redundant if and have should_update_db include clip or snapshot requirement.
2022-03-17 07:18:43 -05:00
..
test require url safe camera names 2022-02-18 21:18:26 -06:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py formatting cleanup 2021-02-25 07:01:57 -06:00
app.py add stacktrace to config validation errors 2022-02-18 21:18:26 -06:00
birdseye.png fix logo used for birdseye 2021-10-05 18:40:46 -05:00
config.py feat: Timeline UI (#2830) 2022-02-27 08:04:12 -06:00
const.py Allow for ".yaml" (#2244) 2022-02-18 21:18:26 -06:00
edgetpu.py safe refactoring (#2552) 2022-02-18 21:18:26 -06:00
events.py FEAT: Ability to set sub labels for specific events (#2949) 2022-03-17 07:18:43 -05:00
http.py FEAT: Ability to set sub labels for specific events (#2949) 2022-03-17 07:18:43 -05:00
log.py Add support for NGINX VOD Module 2021-05-22 07:48:44 -05:00
models.py FEAT: Ability to set sub labels for specific events (#2949) 2022-03-17 07:18:43 -05:00
motion.py avoid divide by zero 2022-02-18 21:18:26 -06:00
mqtt.py safe refactoring (#2552) 2022-02-18 21:18:26 -06:00
object_processing.py MQTT support for all objects for each camera & zone (#2908) 2022-03-10 06:03:00 -06:00
objects.py deregister based on max_frames setting 2022-02-18 21:18:26 -06:00
output.py update birdseye to handle stationary objects 2022-02-18 21:18:26 -06:00
record.py remove invalid warning 2022-02-18 21:18:26 -06:00
stats.py check for apex dir 2022-02-18 21:18:26 -06:00
util.py avoid rare divide by zero 2022-02-18 21:18:26 -06:00
video.py fix for opencv changes 2022-02-21 06:51:33 -06:00
watchdog.py use s6 to shutdown frigate 2021-09-18 07:40:27 -05:00
zeroconf.py formatting cleanup 2021-02-25 07:01:57 -06:00