Review Exclusions #20447
-
I have waste_bin tracked as a label, so I can eventually set up an automation to notify me if I forgot to take the trash out to the street on trash day, but I don’t need my review screen filled up with trash bins. Is there a way to exclude a single label from the review page without listing every other label minus waste_bin? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Frigate doesn't currently support excluding specific labels from review items - you can only specify which labels to include(1)(2). The review configuration requires you to explicitly list the labels you want to include for both alerts and detections(1)(2). For your use case with 22 tracked labels where you want to exclude only review:
detections:
labels:
- person
- car
- dog
# ... list all other labels except waste_bin By default, all tracked labels qualify as detections(1)(2). When you specify a labels list under detections, only those listed labels will appear in the review page(1)(2). While this means more configuration work upfront, it gives you precise control over which objects appear in your review timeline while still allowing you to track 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
Ok, can you change this into a feature request then please? |
Beta Was this translation helpful? Give feedback.
-
You don't need to add |
Beta Was this translation helpful? Give feedback.
I don't think it makes sense to add a completely new configuration option for this. With UI configuration coming in a future version, this will be easier to see and accomplish, but for now, simple cut/paste is the best way to do what you are looking for.