mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-05 07:12:34 -05:00
ui list view: tool tip to see why recording ended
Users are often puzzled why there are short recordings. Previously the only way to see this was to examine Moonfire's logs. This should be a much better experience to find it right in the UI where you're wondering, and without the potential the logs are gone. Fixes #302
This commit is contained in:
@@ -375,6 +375,9 @@ arbitrary order. Each recording object has the following properties:
|
||||
and Moonfire NVR fills in a duration of 0. When using `/view.mp4`, it's
|
||||
not possible to append additional segments after such frames, as noted
|
||||
below.
|
||||
* `endReason`: the reason the recording ended. Absent if the recording did
|
||||
not end (`growing` is true or this was split via `split90k`) or if the
|
||||
reason was unknown (recording predates schema version 7).
|
||||
|
||||
Under the property `videoSampleEntries`, an object mapping ids to objects with
|
||||
the following properties:
|
||||
|
||||
Reference in New Issue
Block a user