README: document backfilling multiple dates with 4-seasons.sh loop
https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user