Commit Graph

12 Commits

Author SHA1 Message Date
6a0259c6cf Update gitignore 2026-05-20 13:53:06 +02:00
cc115f6f3f Stop tracking gitignored files and remove them from remote
Remove .claude/, .github/workflows/, data/, and notebooks/ from git
tracking so they no longer appear in the remote repository.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 13:52:17 +02:00
263be51767 Removed old notebook 2026-05-20 13:47:17 +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
07aaac08ef Added --skip-existing-day to when using --daily to skip day already done 2026-05-08 13:37:26 +02:00
732fad9570 Title is now on top to avoid hiding image 2026-05-08 08:49:57 +02:00
41b6d06ca3 Gifs are now optionally save (--extras) 2026-05-08 08:48:43 +02:00
025889728d [FEAT]: add time and daily tags to select specific times on a daily basis 2026-05-07 15:35:47 +02:00
97d2896bfd First draft of readme (ty claude) 2026-05-01 10:28:48 +02:00
5c53dcad52 First implementation 2026-05-01 09:32:48 +02:00
9cee33c405 Initial commit 2026-05-01 09:24:14 +02:00