You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--json FILE, --csv FILE, --html FILE: write results to JSON, CSV, or self-contained HTML report files. Breaking change: --json previously printed JSON to stdout; it now requires a file path. Update scripts from --json to --json output.json.
--embedded: score subtitle tracks embedded in the video container (MKV, MP4, etc.) without needing external SRT files
--watch: monitor a directory for new video/subtitle pairs and score them as they appear; --poll and --interval for network mounts (NFS, SMB)
Config file support: set persistent defaults in ~/.config/submatch/config.toml or ./submatch.toml
Bug fixes
Terminate child process groups (ffmpeg, ffs) on Ctrl+C to prevent orphan processes
Fix config file validation for --model / --device choices and sub_lang string values