docs: add ecosystem and tool-comparison sections to README - #84
Open
Andreas-Garcia wants to merge 1 commit into
Open
docs: add ecosystem and tool-comparison sections to README#84Andreas-Garcia wants to merge 1 commit into
Andreas-Garcia wants to merge 1 commit into
Conversation
Adds an Ecosystem section linking to the BehindTheMusicTree portfolio (themusictree.org, the-music-tree-frontend) and a comparison table against mutagen, eyed3, and mid3v2/vorbiscomment to help users evaluate AudioMeta against alternatives.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project documentation by expanding README.md with ecosystem context and a comparison table that positions AudioMeta against common metadata tooling, and records the change in the [Unreleased] changelog.
Changes:
- Add an Ecosystem section to the README with links to the broader BehindTheMusicTree portfolio and related repos/sites.
- Add a Comparison with other tools section/table contrasting AudioMeta with
mutagen,eyed3, andmid3v2/vorbiscomment. - Update the README Table of Contents and add a corresponding
[Unreleased]changelog entry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds “Ecosystem” context + a tool-comparison section/table and updates the Table of Contents accordingly. |
| CHANGELOG.md | Documents the README additions under ## [Unreleased] → ### Documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
35 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
themusictree.org, the AudioMeta Python project page, andthe-music-tree-frontend)mutagen,eyed3, andmid3v2/vorbiscommentWhy split from #80
This is a focused slice of #80, which bundled unrelated concerns (CI fix, bug fix, demo tooling reorg, and a large new article) into a single PR. This PR isolates the doc-only README additions so they can be reviewed independently.
Type of change
Checklist
verify-system-dependency-versions, skipped locally — pinned mediainfo version is bumped in fix(ci): bump macOS mediainfo pin 26.01 -> 26.05 #81, unrelated to this PR's content)