feat(github-release): update release beetbox/beets (v2.2.0 → v2.3.0)#416
Merged
sticky-gecko[bot] merged 1 commit intomainfrom May 7, 2025
Merged
feat(github-release): update release beetbox/beets (v2.2.0 → v2.3.0)#416sticky-gecko[bot] merged 1 commit intomainfrom
sticky-gecko[bot] merged 1 commit intomainfrom
Conversation
lenaxia
pushed a commit
to lenaxia/containers
that referenced
this pull request
Sep 11, 2025
…ome-operations#416) Co-authored-by: sticky-gecko[bot] <203671426+sticky-gecko[bot]@users.noreply.github.com>
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.
This PR contains the following updates:
v2.2.0->v2.3.0Release Notes
beetbox/beets (beetbox/beets)
v2.3.0Compare Source
Beets now requires Python 3.9 or later since support for EOL Python 3.8 has been dropped.
New features
keep_existing, provides more fine-grained control over how pre-populated genre tags are handled. Theforceoption now behaves in a more conventional manner. 🐛 (#4982)dist_threshto control the maximum allowed distance between the lyrics search result and the tagged item's artist and title. This is useful for preventing false positives when fetching lyrics.Bug fixes
sqlite3.OperationalErrorthat occured in album queries that filtered album track titles, for examplebeet list -a keyword title:foo.UnboundLocalErrorin cases where 'mbid' is not defined.artist_sortvalue if it is empty. 🐛 (#2635)lrclibsource. If we cannot find lyrics for a specific album, artist, title combination, the plugin now tries to search for the artist and title and picks the most relevant result. Update the defaultsourcesconfiguration to prioritizelrclibover other sources since it returns reliable results quicker than others. 🐛 (#5102)geniusbackend returns empty lyrics. 🐛 (#5583)geniusbackend not being able to match lyrics when there is a slight variation in the artist name. 🐛 (#4791)syncedflag is set toyes.MemoryErrorand improve performance tagging large albums by replacingmunkreslibrary withlap.lapjv. 🐛 (#5207)mb_artistid,mb_albumartistidandalbumtypefields are shown on every attempt to write tags. Note: your music needs to be reimported withbeet import -LIor synchronised withbeet mbsyncin order to fix this! 🐛 (#5265) 🐛 (#5371) 🐛 (#4715)For packagers
beetsplug/__init__.pyfile can be removed from your plugin as beets now uses native/implicit namespace package setup.Other changes
fieldswithin generated EXTM3U playlists instead of JSON-encoding them../beets/importer.pyfile now has improved typehints../beets/plugins.pyfile now includes typehints.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.