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:
@@ -178,6 +178,15 @@
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"media_types": {
|
||||
"events": "Événements",
|
||||
"recordings": "Enregistrements"
|
||||
},
|
||||
"events_media_types": {
|
||||
"all": "Tous types de médias",
|
||||
"clips": "Extraits",
|
||||
"snapshots": "Instantanés"
|
||||
},
|
||||
"controls": {
|
||||
"builtin": "Commandes vidéo intégrées",
|
||||
"filter": {
|
||||
@@ -203,15 +212,7 @@
|
||||
"thumbnails": {
|
||||
"editor_label": "Vignettes",
|
||||
"events_media_type": "S'il faut afficher des vignettes de clips ou des instantanés",
|
||||
"events_media_types": {
|
||||
"clips": "Vignettes de clips",
|
||||
"snapshots": "Vignettes d'instantanés"
|
||||
},
|
||||
"media_type": "Afficher ou non les vignettes des événements ou des enregistrements",
|
||||
"media_types": {
|
||||
"events": "Événements",
|
||||
"recordings": "Enregistrements"
|
||||
},
|
||||
"mode": "Mode vignettes",
|
||||
"modes": {
|
||||
"above": "Vignettes en haut",
|
||||
@@ -281,11 +282,6 @@
|
||||
"timeline": {
|
||||
"clustering_threshold": "Nombre d'événements pour lesquels ils sont regroupés (0 = pas de clustering)",
|
||||
"events_media_type": "Médias affichés par la chronologie",
|
||||
"events_media_types": {
|
||||
"all": "Tous types de médias",
|
||||
"clips": "Extraits",
|
||||
"snapshots": "Instantanés"
|
||||
},
|
||||
"show_recordings": "Afficher les enregistrements",
|
||||
"style": "Style de chronologie",
|
||||
"styles": {
|
||||
|
||||
Reference in New Issue
Block a user