Skip VOD/series during scans when hide toggle is on#193
Conversation
The "Hide VOD / series entries" setting only filtered the displayed preview, so scans still probed every movie/series and exports leaked them. Push the filter into the scan pipeline: pass hide_vod_content in ScanConfig and drop non-Live channels alongside the selection filter before the run begins.
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
hide_vod_content) was frontend-display-only — the scan still probed every movie/series and exports leaked them, even though the setting description promised otherwise.ScanConfignow carrieshide_vod_content, and a newfilter_channels_by_content_typehelper drops non-Live channels alongside the existing selection filter before the run begins.Test plan
cargo test --lib— 214 passing, including newcontent_type_filter_keeps_all_when_disabledandcontent_type_filter_drops_movies_and_series_when_enabledbun run typecheck— cleanscan://channel-resultevents fire)