-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use UTC for recordings #4656
Use UTC for recordings #4656
Conversation
✅ Deploy Preview for frigate-docs canceled.
|
The changes to the folder structure will be a breaking change for viewing recordings in the media browser integration in HA. On the bright side, we should be able to simplify that code because it still relies on parsing the directory structure and we can now provide APIs given the recordings info is in the database. |
I'm receiving a pytz.exceptions.UnknownTimeZoneError error when viewing recordings since the code replaced the underscore in the actual time zone (America/Los_Angeles) with a slash.
|
Thanks, I didn't consider that which was short-sighted. I'll fix that tomorrow |
The nginx vod module makes query parameters very difficult so I added a path param instead. Could likely be reworked when removing the vod module.