chore(deps): update lscr.io/linuxserver/beets docker tag to v2.13.0 - #46
Open
github-actions[bot] wants to merge 1 commit into
Open
chore(deps): update lscr.io/linuxserver/beets docker tag to v2.13.0#46github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
2.12.0→2.13.0Release Notes
beetbox/beets (lscr.io/linuxserver/beets)
v2.13.0Compare Source
New features
convert.refreshand command-line option--refresh, allowing to force Convert Plugin operation when original file is newer than existing converted file.albumfields) as a YAML header section when editing an album import. Fields that appear in bothitemfieldsandalbumfieldsare shown only in the header, not per-track.fetch_for_asissetting that enables fetching album art from online sources even when imported files are not modified by the auto-tagger. Default isnowhich means FetchArt Plugin looks for art only in the local filesystem when the user (orquiet_fallback) choosesasis.aliases. The feature is enabled by default and ships with a built-in list of regex patterns. These patterns can be replaced via the user's configuration. The default whitelist and genre tree were audited against the top 1,000 Last.fm tags: canonical names are now consistent across both files, long-standing mismatches between them have been resolved, and entries align with the built-in alias patterns. 🐛 (#6466)lrcmuxbackend, which aggregates lyrics from various other sources.--no-keep-syncedcommand option to overridekeep_synced: yesfor a single manual lyrics fetch.rest_directoryconfiguration option for specifying a reStructuredText output directory, semantically equivalent to-r, --write-rest. 🐛 (#2806)+=and-=operators to add or remove individual values from multi-valued fields without replacing the whole field. 🐛 (#6587)metaflacbackend that computes ReplayGain for FLAC files using themetaflaccommand-line tool. 🐛 (#1203)spotify:album:<id>andspotify:track:<id>) when extracting release/track IDs, in addition to fullopen.spotify.comURLs and bare IDscover_art_urlfrom Tidal'scoverArtrelationship, which the FetchArt Plugin plugin can retrieve.create_backup_before_migrationsoption (default: yes).Bug fixes
convert -awithcopy_album_artenabled no longer crashes when the stored album art path points to a missing file (for example a multi-disc album whose cover lives in the album root rather than a per-disc directory); the missing art is skipped instead. 🐛 (#4692)artpath: nullinto a path ending inNone. 🐛 (#2438)lyrics_instrumentalflexible attribute. Existing[Instrumental]lyrics are migrated automatically. 🐛 (#6719)-f/--formatoption (and theformat_albumconfiguration) when listing missing albums in album mode. 🐛 (#3804)splupdateno longer crashes withTypeError: unhashable type: 'list'when a playlist configuration includes aplaylist:query. 🐛 (#5354)|(for exampleadded:2000|2001, as might be typed by a user expecting|to mean "or") now raises a clean "a valid date/time string" error instead of crashing with an uncaughtKeyError. A|was being accepted as a relative-date unit due to a regular expression character-class typo.storeno longer copiesartpathonto its items as an absolute path, which broke relative-path portability. A database migration removes any such staleartpathattributes left on items by earlier versions. 🐛 (#6756)None) that is present on only some items no longer crashes with aTypeError. Missing values are now grouped together, ordered before present ones when sorting ascending and after them when descending. 🐛 (#3461)Other changes
uvfor packaging, virtual environment, and dependency management, replacingpoetry. The build backend has changed frompoetry-coretohatchling. Please see updates in Development Tools and Getting the Source for more information. 🐛 (#5783)uv toolcommands.503 Service Unavailableresponses from the Spotify API instead of immediately aborting, matching the existing429rate-limit retry behavior.