README: document backfilling multiple dates with 4-seasons.sh loop

https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ
This commit is contained in:
Claude
2026-04-22 22:31:06 +00:00
parent be784a9452
commit 3f5b89e5da
+17
View File
@@ -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