Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add beets-more to community plugins #4831

Merged
merged 2 commits into from
Jun 28, 2023
Merged

Add beets-more to community plugins #4831

merged 2 commits into from
Jun 28, 2023

Conversation

TheLastZombie
Copy link
Contributor

I wrote a plugin that scans MusicBrainz and Discogs for versions of releases that have more tracks than the ones in the user's database, such as deluxe, expanded or anniversary editions. For example:

beet more "Electric Light Orchestra"
more: Electric Light Orchestra - Discovery
more:     Fetching data from MusicBrainz...
more:     Version with 12 tracks found (have 9).
more:     See https://musicbrainz.org/release/23bf913d-3709-4f84-a3df-f19d3928cb2b​.
more: Electric Light Orchestra - Out of the Blue
more:     Fetching data from MusicBrainz...
more:     Version with 20 tracks found (have 17).
more:     See https://musicbrainz.org/release/9a86feb3-66db-3946-a477-67312641cc93​.

This PR adds it to the community plugins list.

@@ -540,3 +543,4 @@ Here are a few of the plugins written by the beets community:
.. _beets-originquery: https://github.com/x1ppy/beets-originquery
.. _drop2beets: https://github.com/martinkirch/drop2beets
.. _beets-audible: https://github.com/Neurrone/beets-audible
.. _beets-more: https://forgejo.sny.sh/sun/beetsplug
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like you have all the plugins in the same folder. Can you please separate it out into a separate plugin so that users can install only the plugin they want? It is just a matter of reorganizing the files.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure. I also updated the URL to point to the specific plugin directory.

Copy link
Member

@sampsyo sampsyo left a comment

Choose a reason for hiding this comment

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

This looks like a fun plugin! Thanks for contributing!

@sampsyo sampsyo merged commit ade730d into beetbox:master Jun 28, 2023
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.

3 participants