You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you download a clip your file gets name like this: clip_{camera_name}_{start_ts}-{end_ts}.mp4 (example: clip_MyCamera_1674735278.188583-1674735295.033573.mp4). Unfortunately, timestamps are not easy to read for humans. I would love to configure the file name format.
Example config:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if you download a clip your file gets name like this: clip_{camera_name}_{start_ts}-{end_ts}.mp4 (example: clip_MyCamera_1674735278.188583-1674735295.033573.mp4). Unfortunately, timestamps are not easy to read for humans. I would love to configure the file name format.
Example config:
Example code based on https://github.com/blakeblackshear/frigate/blob/dev/frigate/http.py#L1059 :
Beta Was this translation helpful? Give feedback.
All reactions