Rewrite timeline builder to constraint-based layout with exclusive trigger rows

This commit is contained in:
Ian Gulliver
2026-02-20 07:57:41 -07:00
parent 7044b87b79
commit 0893e5b8cb
4 changed files with 294 additions and 791 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
exec go run ./cmd/qrunproxy/ "--run-and-exit=shot-scraper http://localhost:8080/ -o ${2:-/tmp/timeline.png} --width 1000 --height ${1:-1200}"
exec go run ./cmd/qrunproxy/ -addr :0 --run-and-exit="shot-scraper http://localhost:{port}/ -o ${2:-/tmp/timeline.png} --width 1000 --height ${1:-1200}"