Skip to content

Conversation

@scillidan
Copy link
Contributor

@scillidan scillidan commented Jan 11, 2026

Closes #16979

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

Summary by CodeRabbit

  • Chores
    • Added MusicBrainz Picard package configuration for Scoop package manager, enabling simplified installation and automatic version updates.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 11, 2026

Warning

Rate limit exceeded

@scillidan has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 27 minutes and 37 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

📥 Commits

Reviewing files that changed from the base of the PR and between ac89ac9 and bf18a92.

📒 Files selected for processing (1)
  • bucket/musicbrainz-picard.json

Walkthrough

A new Scoop package manifest is added for MusicBrainz Picard, a music tagger application. The manifest defines the package version, metadata (description, homepage, license), 64-bit architecture download configuration with SHA-256 hash verification, shortcut definitions, persistence settings, and automated version checking and update instructions for future releases.

Changes

Cohort / File(s) Summary
Scoop Package Manifest
bucket/musicbrainz-picard.json
Added new 30-line JSON manifest for MusicBrainz Picard package configuration, including version metadata, download URL, hash verification, GUI shortcuts, persistent directories, and auto-update rules for GitHub releases

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Suggested reviewers

  • z-Fng

Poem

🐰 A new package hops into the bucket bright,
Picard's manifest shines with Scoop's delight,
With checksums verified and updates set to flow,
Music tagging magic is ready to go! 🎵

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title accurately describes the main change: adding MusicBrainz Picard version 2.13.3 to the Scoop bucket manifest.
Description check ✅ Passed The PR description includes the required issue reference (Closes #16979) and confirms completion of the contributing guide checklist items.
Linked Issues check ✅ Passed The PR fulfills all coding requirements from issue #16979: adds MusicBrainz Picard manifest with correct metadata, description, homepage, download URL, SHA-256 hash, version, and autoupdate configuration.
Out of Scope Changes check ✅ Passed The PR contains only the intended change: adding the musicbrainz-picard.json manifest file with no extraneous modifications outside the scope of issue #16979.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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 and usage tips.

@github-actions
Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

metabrainz-picard

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@scillidan scillidan changed the title metabrainz-picard: Add version 2.13.3 musicbrainz-picard: Add version 2.13.3 Jan 11, 2026
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In @bucket/musicbrainz-picard.json:
- Around line 2-5: The license field currently uses a non-SPDX format; update
the "license" value in this JSON (the "license" key in the shown object) from
"GPL-2.0 or later" to the SPDX-correct "GPL-2.0-or-later" (leave the "version"
and other fields unchanged).
📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0afc908 and ac89ac9.

📒 Files selected for processing (1)
  • bucket/musicbrainz-picard.json
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: o-l-a-v
Repo: ScoopInstaller/Extras PR: 16378
File: bucket/compactgui.json:20-22
Timestamp: 2025-10-19T13:58:23.389Z
Learning: In the ScoopInstaller/Extras repository, the CompactGUI manifest removed hash verification from the autoupdate block because the hash verification mechanism (scraping SHA-256 from release page HTML) is no longer available in newer CompactGUI releases. GitHub asset digests exist in beta releases but not in v3.8.0, and Scoop doesn't have built-in support for extracting from GitHub API asset digests.
Learnt from: Gitoffthelawn
Repo: ScoopInstaller/Extras PR: 16106
File: bucket/czkawka-gui.json:25-25
Timestamp: 2025-09-05T09:41:52.653Z
Learning: For czkawka-gui manifests in Scoop Extras, the correct upstream filename pattern for Windows GUI builds in recent versions uses "gtk46" (without underscore), not "gtk_46" (with underscore). The autoupdate URL should use "windows_czkawka_gui_gtk46.zip" format. This was confirmed by a working 10.0.0 update with valid hash.
Learnt from: Gitoffthelawn
Repo: ScoopInstaller/Extras PR: 16106
File: bucket/czkawka-gui.json:25-25
Timestamp: 2025-09-05T09:41:52.653Z
Learning: For czkawka-gui manifests in Scoop Extras, the correct upstream filename pattern for Windows GUI builds uses "gtk46" (without underscore), not "gtk_46" (with underscore). The autoupdate URL should use "windows_czkawka_gui_gtk46.zip" format.
📚 Learning: 2025-10-19T13:58:23.389Z
Learnt from: o-l-a-v
Repo: ScoopInstaller/Extras PR: 16378
File: bucket/compactgui.json:20-22
Timestamp: 2025-10-19T13:58:23.389Z
Learning: In the ScoopInstaller/Extras repository, the CompactGUI manifest removed hash verification from the autoupdate block because the hash verification mechanism (scraping SHA-256 from release page HTML) is no longer available in newer CompactGUI releases. GitHub asset digests exist in beta releases but not in v3.8.0, and Scoop doesn't have built-in support for extracting from GitHub API asset digests.

Applied to files:

  • bucket/musicbrainz-picard.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: WindowsPowerShell
🔇 Additional comments (5)
bucket/musicbrainz-picard.json (5)

12-17: LGTM!

The shortcut configuration is correct and follows Scoop conventions.


19-22: LGTM!

The checkver configuration correctly targets the GitHub repository and uses an appropriate regex pattern to extract version numbers from release tags.


23-29: Add hash extraction to autoupdate block.

The autoupdate configuration is missing hash verification from the available SHA256SUMS file. Add the hash extraction block using the existing SHA256SUMS file in releases:

Suggested fix
"autoupdate": {
    "architecture": {
        "64bit": {
            "url": "https://github.com/metabrainz/picard/releases/download/release-$version/MusicBrainz-Picard-$version.exe#/MusicBrainz-Picard.exe"
        }
    },
    "hash": {
        "url": "$baseurl/SHA256SUMS"
    }
}
⛔ Skipped due to learnings
Learnt from: o-l-a-v
Repo: ScoopInstaller/Extras PR: 16378
File: bucket/compactgui.json:20-22
Timestamp: 2025-10-19T13:58:23.389Z
Learning: In the ScoopInstaller/Extras repository, the CompactGUI manifest removed hash verification from the autoupdate block because the hash verification mechanism (scraping SHA-256 from release page HTML) is no longer available in newer CompactGUI releases. GitHub asset digests exist in beta releases but not in v3.8.0, and Scoop doesn't have built-in support for extracting from GitHub API asset digests.
Learnt from: o-l-a-v
Repo: ScoopInstaller/Extras PR: 16349
File: bucket/fvim.json:45-49
Timestamp: 2025-10-16T15:59:21.258Z
Learning: In Scoop manifests, the `autoupdate.url` and `autoupdate.architecture.<arch>.url` fields must be valid URIs according to the JSON schema (defined with `"format": "uri"`). Variables like `$matchUrlx64` that contain only path segments must be combined with a base URL (e.g., `https://github.com/.../releases/download/`) to form a complete valid URI.
Learnt from: Gitoffthelawn
Repo: ScoopInstaller/Extras PR: 16106
File: bucket/czkawka-gui.json:25-25
Timestamp: 2025-09-05T09:41:52.653Z
Learning: For czkawka-gui manifests in Scoop Extras, the correct upstream filename pattern for Windows GUI builds in recent versions uses "gtk46" (without underscore), not "gtk_46" (with underscore). The autoupdate URL should use "windows_czkawka_gui_gtk46.zip" format. This was confirmed by a working 10.0.0 update with valid hash.
Learnt from: Gitoffthelawn
Repo: ScoopInstaller/Extras PR: 16106
File: bucket/czkawka-gui.json:25-25
Timestamp: 2025-09-05T09:41:52.653Z
Learning: For czkawka-gui manifests in Scoop Extras, the correct upstream filename pattern for Windows GUI builds uses "gtk46" (without underscore), not "gtk_46" (with underscore). The autoupdate URL should use "windows_czkawka_gui_gtk46.zip" format.

18-18: The persist configuration is correct. The Scoop manifest downloads and uses the official Picard portable EXE, which creates a "MusicBrainz-Picard" directory next to the executable to store its configuration, plugins, cache, and other user data. The persist field correctly preserves this directory across updates.


6-11: 64-bit only configuration is appropriate for this release.

MusicBrainz Picard 2.13.3 does not have 32-bit Windows builds available. The GitHub release and official download page only provide 64-bit Windows installers, so the manifest correctly includes only the 64-bit architecture.

Likely an incorrect or invalid review comment.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: MusicBrainz Picard

1 participant