From 3f5b89e5dad34b38bf0f156da04dfa7559487f0d Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Apr 2026 22:31:06 +0000 Subject: [PATCH] README: document backfilling multiple dates with 4-seasons.sh loop https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e5e2fda..e5734bf 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,23 @@ Attribution data for every file is written to `sunrise-sounds/manifest.json`. ./4-seasons.sh east ``` +**Re-run a daily seasons clip** for a specific past date: +```bash +./4-seasons.sh east 2026-04-19 +``` + +**Backfill multiple past dates** (useful after a camera outage or a fresh install with existing images): +```bash +for d in 2026-04-15 2026-04-16 2026-04-17 2026-04-18 2026-04-19; do + ./4-seasons.sh east "$d" +done +``` + +Replace the date list with whatever range you need. Each run produces one `*-final.mp4` in the movement's output directory. Once all days for a movement are present you can build the montage manually: +```bash +./montage-mvt.sh east 2026-04-19 # date of the last day of that movement +``` + **Rebuild a movement montage** (e.g. to retry audio after a failure): ```bash ./montage-mvt.sh east # uses today's date