feat: Add support for Frigate reviews / detections [initial PR] (#2315)
- Add support for Frigate reviews / detections. - Add support for GenAI metadata. - Significant internal refactor to more flexible "UnifiedQuery" to allow mixing cameras with simple metadata and review metadata (e.g. a timeline view of a Frigate camera with reviews, and a Reolink camera with simple metadata). - Add support for folder media as camera media. There are a few more PRs to commit prior to this going live, but commiting this for now due to the scale of the change. BREAKING CHANGE: `media_type` and `events_type` are retired under `live`, `viewer` and `timeline` configuration sections, instead media type is associated (once) with the camera under `media`.
This commit is contained in:
+5
-27
@@ -8,41 +8,19 @@ const FULL_COVERAGE_FILES_RELATIVE = [
|
||||
'camera-manager/frigate/camera.ts',
|
||||
'camera-manager/frigate/requests.ts',
|
||||
'camera-manager/frigate/util.ts',
|
||||
'camera-manager/frigate/watcher.ts',
|
||||
'camera-manager/generic/*.ts',
|
||||
'camera-manager/reolink/*.ts',
|
||||
'camera-manager/utils/*.ts',
|
||||
'camera-manager/utils/**/*.ts',
|
||||
'card-controller/**/*.ts',
|
||||
'components-lib/timeline/!(controller)*.ts',
|
||||
'components-lib/**/!(controller).ts',
|
||||
'components-lib/!(timeline)/**/controller.ts',
|
||||
'conditions/**/*.ts',
|
||||
'config/**/*.ts',
|
||||
'const.ts',
|
||||
'ha/**/*.ts',
|
||||
'types.ts',
|
||||
'utils/action.ts',
|
||||
'utils/audio.ts',
|
||||
'utils/basic.ts',
|
||||
'utils/camera.ts',
|
||||
'utils/casting.ts',
|
||||
'utils/companion.ts',
|
||||
'utils/custom-icons.ts',
|
||||
'utils/debug.ts',
|
||||
'utils/diagnostics.ts',
|
||||
'utils/download.ts',
|
||||
'utils/embla/**/*.ts',
|
||||
'utils/endpoint.ts',
|
||||
'utils/initializer.ts',
|
||||
'utils/interaction-mode.ts',
|
||||
'utils/media-info.ts',
|
||||
'utils/media-layout.ts',
|
||||
'utils/media.ts',
|
||||
'utils/ptz.ts',
|
||||
'utils/regexp-extract.ts',
|
||||
'utils/screenshot.ts',
|
||||
'utils/scroll.ts',
|
||||
'utils/substream.ts',
|
||||
'utils/text-direction.ts',
|
||||
'utils/timer.ts',
|
||||
'utils/zod.ts',
|
||||
'utils/**/*.ts',
|
||||
'view/*.ts',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user