Skip to content

feat: add 5 media/audio plugins — mediainfo, avifenc, metaflac, pamixer, oggenc#304

Open
javimosch wants to merge 1 commit into
masterfrom
am/am-f17c27-th3x8p
Open

feat: add 5 media/audio plugins — mediainfo, avifenc, metaflac, pamixer, oggenc#304
javimosch wants to merge 1 commit into
masterfrom
am/am-f17c27-th3x8p

Conversation

@javimosch

Copy link
Copy Markdown
Owner

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.

  • PR fix(k0s,k3s): set canonical source URLs #281 (am/am-f17c27-th02lm): fix(k0s,k3s): set canonical source URLs
    touches: plugins/k0s/plugin.json, plugins/k3s/plugin.json, plugins/okteto-cli/plugin.json, plugins/oracle-cloud/plugin.json, plugins/up/plugin.json
  • PR feat: add fzf-make plugin — fuzzy-find and run make/just/npm targets #280 (am/am-f17c27-th029w): feat: add fzf-make plugin — fuzzy-find and run make/just/npm targets
    touches: plugins/fzf-make/install-guidance.json, plugins/fzf-make/meta.json, plugins/fzf-make/plugin.json
  • PR feat: add 5 new plugins #272 (am/am-f17c27-tgzta5): feat: add 5 new plugins
    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)
  • PR fix(aws): expand description and tags for discoverability #271 (am/am-f17c27-tgzsui): fix(aws): expand description and tags for discoverability
    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
  • PR fix(7zip): set canonical source URL #270 (am/am-f17c27-tgzr9t): fix(7zip): set canonical source URL
    touches: plugins/7zip/plugin.json, plugins/ack/plugin.json, plugins/ant/plugin.json
  • PR fix(jq): restore source URL and split malformed tags #269 (am/am-f17c27-tgzo7c): fix(jq): restore source URL and split malformed tags
    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
  • PR fix(cargo-nextest): correct source URL and expand tags #268 (am/am-f17c27-tgxpuu): fix(cargo-nextest): correct source URL and expand tags
    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-th3x8p

Summary

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:

plugins/avifenc/install-guidance.json   |  6 ++++++
 plugins/avifenc/meta.json               |  5 +++++
 plugins/avifenc/plugin.json             | 31 +++++++++++++++++++++++++++++++
 plugins/mediainfo/install-guidance.json |  6 ++++++
 plugins/mediainfo/meta.json             |  5 +++++
 plugins/mediainfo/plugin.json           | 31 +++++++++++++++++++++++++++++++
 plugins/metaflac/install-guidance.json  |  6 ++++++
 plugins/metaflac/meta.json              |  5 +++++
 plugins/metaflac/plugin.json            | 31 +++++++++++++++++++++++++++++++
 plugins/oggenc/install-guidance.json    |  6 ++++++
 plugins/oggenc/meta.json                |  5 +++++
 plugins/oggenc/plugin.json              | 31 +++++++++++++++++++++++++++++++
 plugins/pamixer/install-guidance.json   |  6 ++++++
 plugins/pamixer/meta.json               |  5 +++++
 plugins/pamixer/plugin.json             | 31 +++++++++++++++++++++++++++++++
 15 files changed, 210 insertions(+)

…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
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@javimosch, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 64d45cdf-b5b0-4ac5-a018-6b85fb966491

📥 Commits

Reviewing files that changed from the base of the PR and between afda2f7 and 619dc04.

📒 Files selected for processing (15)
  • plugins/avifenc/install-guidance.json
  • plugins/avifenc/meta.json
  • plugins/avifenc/plugin.json
  • plugins/mediainfo/install-guidance.json
  • plugins/mediainfo/meta.json
  • plugins/mediainfo/plugin.json
  • plugins/metaflac/install-guidance.json
  • plugins/metaflac/meta.json
  • plugins/metaflac/plugin.json
  • plugins/oggenc/install-guidance.json
  • plugins/oggenc/meta.json
  • plugins/oggenc/plugin.json
  • plugins/pamixer/install-guidance.json
  • plugins/pamixer/meta.json
  • plugins/pamixer/plugin.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch am/am-f17c27-th3x8p

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@javimosch

Copy link
Copy Markdown
Owner Author

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.)

@javimosch

Copy link
Copy Markdown
Owner Author

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.

@javimosch

Copy link
Copy Markdown
Owner Author

Approved by automaintainer review team — ready for human merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant