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
fix: batch 33 — 3 broken features + route improvements
Multicam (was completely broken from CEP):
- Route now accepts "filepath" param — transcribes the file with
Whisper to generate diarization segments on the fly when no
pre-built segments or diarization_file provided
- CEP multicam now works: sends filepath, route auto-transcribes
UXP Full Report (was 404 — /project-report doesn't exist):
- Replaced single non-existent endpoint call with sequential calls
to all 4 deliverables endpoints (/deliverables/vfx-sheet, adr-list,
music-cue-sheet, asset-list)
- Fetches sequence info from UXP PProBridge when available
Search Index folder support (UXP was broken — sent folder as file):
- Route now accepts "folder" param alongside "files"
- Scans folder for media files (.mp4/.mov/.avi/.mkv/.webm/.mp3/etc)
- UXP sends folder param instead of wrapping in files array
0 commit comments