Add universal video-type clipping flow with type-aware caption UX and non-gaming AI-first selection#3
Draft
Copilot wants to merge 3 commits into
Draft
Add universal video-type clipping flow with type-aware caption UX and non-gaming AI-first selection#3Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Co-authored-by: divyaprakash0426 <38826669+divyaprakash0426@users.noreply.github.com>
Co-authored-by: divyaprakash0426 <38826669+divyaprakash0426@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add universal video type support for backend and frontend
Implement universal video-type clipping flow and type-aware caption UX across backend + dashboard
Feb 17, 2026
Copilot
AI
changed the title
Implement universal video-type clipping flow and type-aware caption UX across backend + dashboard
Add universal video-type clipping flow with type-aware caption UX and non-gaming AI-first selection
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change executes the roadmap item to support non-gaming source content (podcasts, sports, education, news, etc.) end-to-end. It adds backend and dashboard support for
VIDEO_TYPE, introduces type-specific caption style handling, and skips gaming-centric heuristic prefiltering for non-gaming AI providers.Problem scope
Backend: universal content routing
VIDEO_TYPEas first-class config/env input.get_video_type()andshould_bypass_heuristic_prefilter()inshorts.py.rank_scenes_with_ai():gaming: preserves existing heuristic + AI candidate path.openai|gemini: bypasses heuristic prefilter, uses timeline/deep-analysis candidates directly.Captioning/TTS behavior for new types
VIDEO_TYPE→ default auto caption style mapping insubtitle_generator.py(e.g.podcast_quote,sports_playbyplay,educational_explainer).ai_providers.pyfor non-gaming domains (podcast/sports/news/interview/comedy/music/documentary/cooking/fitness/etc.).tts_generator.pyso new caption styles resolve to existing voice presets.Frontend: Generate page UX
Auto / Gaming / GenZ / Story).Auto / Curatedcaption mode with curated style sets per video type.Docs/config updates
.env.example(VIDEO_TYPE=gaming,CAPTION_STYLE=auto) and README config docs for new controls and style behavior.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.