AllskyTeam / allsky

A Raspberry Pi operated Wireless Allsky Camera
MIT License
1.12k stars 174 forks source link

Split DAYS_TO_KEEP for images and videos #3650

Open EricClaeys opened 1 month ago

EricClaeys commented 1 month ago

Discussed in https://github.com/AllskyTeam/allsky/discussions/3406

Originally posted by **schoerg** February 2, 2024 Hi, example: on the night of 2024-01-30 the camera took 2465 images, which results in 16.9GB of used space. The created video takes only 100 MB. While it's not feasible to keep every image for all eternity, 100 MB don't hurt overall space consumption. If you really want you could extract the single frames of the video. Feature: split `DAYS_TO_KEEP` for images and videos, maybe this: `DAYS_TO_KEEP_IMAGES=14` which would delete images after 14 days `DAYS_TO_KEEP_VIDEOS=30` which would delete videos after 30 days.