hm_ai_qc_report_tool/modules/video_qc
nickviljoen 5de8f5fe7b Video QC: fix client-side SRT rejection in upload form
The accept='' attribute and help copy already allowed .srt, but a
separate ALLOWED_EXTENSIONS array in upload.html's JS was filtering
out .srt files as 'unsupported format'. Adding 'srt' to that array
fixes the silent skip seen on Dev (file picker showed .srt as
valid, then the submit handler dropped it).
2026-05-15 21:26:20 +02:00
..
checks/legacy Six tooling fixes from Dev test pass 2026-05-09 18:32:23 +02:00
launchers Consolidate legacy hm_qc and video_qc tools into main project 2026-02-25 11:40:53 +02:00
legacy_web Consolidate legacy hm_qc and video_qc tools into main project 2026-02-25 11:40:53 +02:00
profiles Video QC: register SRT checks in standard_video profile 2026-05-15 20:48:14 +02:00
templates/video_qc Video QC: fix client-side SRT rejection in upload form 2026-05-15 21:26:20 +02:00
utils SRT QC: add score_pair + pair_batch 2026-05-15 20:24:24 +02:00
__init__.py Add modular architecture, core framework, and web UI 2026-02-25 11:39:04 +02:00
batch_executor.py Video QC batch: pair SRTs to videos at pre-flight 2026-05-15 20:44:33 +02:00
blueprint.py Add modular architecture, core framework, and web UI 2026-02-25 11:39:04 +02:00
executor.py Video QC: wire srt_structure/srt_timing/srt_language into execute() 2026-05-15 20:43:37 +02:00
legacy_config.py Consolidate legacy hm_qc and video_qc tools into main project 2026-02-25 11:40:53 +02:00
legacy_env.example Consolidate legacy hm_qc and video_qc tools into main project 2026-02-25 11:40:53 +02:00
legacy_orchestrator.py Consolidate legacy hm_qc and video_qc tools into main project 2026-02-25 11:40:53 +02:00
legacy_README.md Update documentation for unified platform consolidation 2026-02-25 13:51:21 +02:00
legacy_requirements.txt Consolidate legacy hm_qc and video_qc tools into main project 2026-02-25 11:40:53 +02:00
legacy_setup.sh Consolidate legacy hm_qc and video_qc tools into main project 2026-02-25 11:40:53 +02:00
routes.py Video QC routes: accept .srt uploads + pre-flight pairing endpoint 2026-05-15 20:45:55 +02:00