Commit Graph

6 Commits

Author SHA1 Message Date
4aa1e32681 Add end-of-clips dialog and --no-skip flag
Show a modal dialog when all clips have been processed and quit cleanly.
Add --no-skip CLI flag to include already-annotated clips (default remains to skip them).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 14:08:47 +02:00
b4daa28354 All constants are in config 2026-05-20 14:00:11 +02:00
5468712a4a Replace hardcoded config and directory scan with YAML config and explicit clip list
- config.py constants -> config/config.yaml (user-editable, git-ignored)
- Questions and defaults now defined in the YAML, including per-question defaults
- ClipSelector no longer scans the data dir; reads a user-provided clips.txt instead
- Removed --daily / --time / --skip-existing-day args
- video_loader now samples frames evenly across the full clip
- pyyaml added as a dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 13:42:48 +02:00
5f8c579247 Splittend in several files 2026-05-20 13:26:03 +02:00
97d2896bfd First draft of readme (ty claude) 2026-05-01 10:28:48 +02:00
9cee33c405 Initial commit 2026-05-01 09:24:14 +02:00