Commit Graph
5 Commits
Author SHA1 Message Date
sudacode d6cbacf8be fix(subtitles): check directory search permission before generation
- Require write and search permissions before subtitle extraction
- Add regression coverage and update subtitle-generation docs
2026-09-11 02:46:26 -07:00
sudacode 064e4b273f fix(subtitles): validate tools before local generation
- Detect PATH tools and report missing executable settings
- Check output directories before model downloads or audio extraction
2026-09-11 01:46:18 -07:00
sudacode 9eb70f5ff2 fix(subtitles): match duplicate cues by greatest timing overlap
- Add regression coverage for repeated dialogue cues
2026-09-07 23:51:44 -07:00
sudacode 773664db78 feat(subtitles): refine dialogue-focused subtitle generation
- Split long speech at quiet pauses with overlapping context
- Stitch overlapping cues without merging repeated dialogue
- Clarify dialogue controls and hide the sidebar button when cues load
2026-09-07 23:28:32 -07:00
sudacode 2d623838d5 feat(subtitles): add local Japanese subtitle generation
- Generate Japanese SRTs through the overlay modal or launcher
- Support managed whisper.cpp models and optional dialogue detection
2026-09-07 21:43:53 -07:00