blakeblackshear.frigate/frigate/record
Nicolas Mowen fe4fb645d3
Save exports to database (#11040)
* Save review thumbs in dedicated folder

* Create exports table

* Save exports to DB and save thumbnail for export

* Save full frame always

* Fix rounded corners

* Save exports that are in progress

* No need to remove spaces

* Reorganize apis to use IDs

* Use new apis for frontend

* Get video playback working

* Fix deleting and renaming

* Import existing exports to DB

* Implement downloading

* Formatting
2024-04-19 17:11:41 -05:00
..
__init__.py Ability to manually create events through the API (#3184) 2023-05-19 05:16:11 -05:00
cleanup.py Truncate write ahead log if it gets too big (#10866) 2024-04-07 15:37:12 -05:00
export.py Save exports to database (#11040) 2024-04-19 17:11:41 -05:00
maintainer.py Support manual detections in review items (#10784) 2024-04-02 07:07:50 -06:00
record.py Convert config updating and video/audio queues to use zmq (#9893) 2024-02-19 07:26:59 -06:00
util.py