refactor(media): scan clips|loops|wipes at ingest root - #50
Conversation
Remove spravy/<rundownId>/ nesting from media listing and picker UX. Payload paths stay two-level (e.g. clips/foo.mp4).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe media ingest layout now stores media in ChangesMedia ingest layout
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 97: Add the text language identifier to the fenced path-only code block
in README.md, changing its opening fence to ```text while preserving the block
contents and closing fence.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: ff68312a-3ee1-402a-a9d3-ebf0bb494fef
📒 Files selected for processing (6)
README.mdbackend/src/background/api/pieces.export.test.tsbackend/src/background/interfaces.tsbackend/src/background/media.tsfrontend/src/components/rundown/mediaPickerField.tsxfrontend/src/components/settings/coreConnectionSettingsForm.tsx
Satisfy markdownlint MD040 on the ingest media layout example.
Remove spravy// nesting from media listing and picker UX. Payload paths stay two-level (e.g. clips/foo.mp4).
Summary by CodeRabbit
New Features
clips,loops, andwipesdirectories under the configured ingest root.clips/<file>.mp4.Documentation