feat: add probe hint to spec to avoid probing before playback#168
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces 'probe hints' (ProbeHint, VideoHint, AudioHint) to bypass running ffprobe on playout items when metadata is already known, updating the playout schema to version 0.0.2. Feedback on these changes suggests optimizing serialization by omitting empty profiles, reducing unnecessary string allocations with as_deref(), and avoiding eager string allocation using or_else instead of or.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.