feat: add 5 media/audio plugins — mediainfo, avifenc, metaflac, pamixer, oggenc#304
feat: add 5 media/audio plugins — mediainfo, avifenc, metaflac, pamixer, oggenc#304javimosch wants to merge 1 commit into
Conversation
…er, oggenc Add bundled plugins for media and audio CLI tools: - mediainfo: technical metadata viewer for audio/video files - avifenc: AVIF image encoder from libavif - metaflac: FLAC metadata editor for audio tagging - pamixer: PulseAudio command-line mixer - oggenc: Ogg Vorbis audio encoder
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
More reviews will be available in 13 minutes and 52 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (15)
✨ 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 |
|
Review — Head of Org Engineering: All five new plugins (avifenc, mediainfo, metaflac, oggenc, pamixer) are correctly scoped new-file additions with valid JSON structure, accurate binary/install metadata, and no secrets or destructive changes. The changes do exactly what the PR describes — adding passthrough plugin definitions for media/audio CLI tools. (approved — review-only mode; merge when ready.) |
|
Automaintainer Review Verdict: APPROVED — All 5 new media/audio plugins (avifenc, mediainfo, metaflac, pamixer, oggenc) are strictly additive, correctly structured JSON files following the established plugin schema. Source URLs are accurate (libavif, MediaArea/MediaInfo, xiph/flac, xiph/vorbis-tools, cdemoulins/pamixer), install steps are correct for both apt and brew, binary names match, and there is zero overlap with any open PRs. No existing files are modified. The org engineering head review is positive; the two bot reviews hit rate limits and contributed nothing. LGTM. |
|
Approved by automaintainer review team — ready for human merge |
Automated maintenance run by automaintainer.
Focus: OBJECTIVE: grow the plugin catalog toward 12000. Each run, add up to 5 new plugins (a directory under plugins// with plugin.json, meta.json, install-guidance.json matching the existing schema) for real, useful CLI tools NOT already present. Strictly additive; do not modify existing plugins; single PR.
WORK ALREADY IN FLIGHT — do not overlap:
These automaintainer pull requests are already open and awaiting review. Do NOT re-implement, refactor, or restructure the files they touch — pick non-overlapping work, and never recreate a change an open PR already makes. If your objective unavoidably overlaps one of these, choose a different, complementary improvement instead.
touches: plugins/k0s/plugin.json, plugins/k3s/plugin.json, plugins/okteto-cli/plugin.json, plugins/oracle-cloud/plugin.json, plugins/up/plugin.json
touches: plugins/fzf-make/install-guidance.json, plugins/fzf-make/meta.json, plugins/fzf-make/plugin.json
touches: plugins/frawk/install-guidance.json, plugins/frawk/meta.json, plugins/frawk/plugin.json, plugins/slumber/install-guidance.json, plugins/slumber/meta.json, plugins/slumber/plugin.json, plugins/vgrep/install-guidance.json, plugins/vgrep/meta.json, plugins/vgrep/plugin.json, plugins/xplr/install-guidance.json, plugins/xplr/meta.json, plugins/xplr/plugin.json (+3 more)
touches: plugins/aws/meta.json, plugins/aws/plugin.json, plugins/delta/meta.json, plugins/delta/plugin.json, plugins/rg/meta.json, plugins/rg/plugin.json
touches: plugins/7zip/plugin.json, plugins/ack/plugin.json, plugins/ant/plugin.json
touches: plugins/amtool/meta.json, plugins/amtool/plugin.json, plugins/htop/meta.json, plugins/htop/plugin.json, plugins/jq/meta.json, plugins/jq/plugin.json
touches: plugins/cargo-nextest/meta.json, plugins/cargo-nextest/plugin.json, plugins/cargo-test/plugin.json, plugins/gotestsum/meta.json, plugins/gotestsum/plugin.json
Branch:
am/am-f17c27-th3x8pSummary
feat: add 5 new bundled plugins for media/audio CLI tools (mediainfo, avifenc, metaflac, pamixer, oggenc). These are well-established open-source tools for media metadata analysis (MediaInfo), AVIF image encoding (libavif), FLAC metadata editing, PulseAudio volume control, and Ogg Vorbis audio encoding.
Diff: