beets
beets copied to clipboard
music library manager and MusicBrainz tagger
## Summary This PR updates the `ftintitle` plugin to insert featured artist tokens before brackets containing remix/edit-related keywords (e.g., "Remix", "Live", "Edit") instead of always appending them at the end...
## Description Matching albums and singletons has slightly different behavior between singletons and albums. Albums: When a user does not specify any search query in the manual prompt, the system...
## Description When a metadata plugin raises an exception during the auto-tagger process, the entire operation crashes. This behavior is not desirable, since metadata lookups can legitimately fail for various...
## Description This is a replacement of the last TIDAL PR I opened back in 2023 (#4641), as in, it is a proper autotagger implementation using the TIDAL API. Candidate...
I'm trying to import a bunch of songs to my library, using `beet import -s .` ### Problem Running this command in verbose (`-vv`) mode: ```sh beet -vv import -s...
On the current implementation of the discogs plugin, for supporting featured artists, the plugin does not account for cases where an artist may be credited as featured in the artist...
I'm slightly shocked that we don't seem to have documentation for the following configuration? ```yaml match: distance_weights: data_source: 2.0 artist: 3.0 album: 3.0 media: 1.0 mediums: 1.0 year: 1.0 country:...
because we search album artist name in track artist name in the strings manipulations, so it fails when album artist is _Various artists_ (compilations)
Hi team, I’d like to propose adding native support for [AudioMuse-AI](https://github.com/NeptuneHub/AudioMuse-AI) as an optional backend for audio attribute extraction in Beets. Beets users rely on smart playlists, recommendations, and other...
Add a unified search abstraction across metadata source plugins. Summary: - Introduces `SearchApiMetadataSourcePlugin` with `SearchParams`, `get_search_filters`, and `get_search_response` hooks to standardize album/track searches. - Replaces ad‑hoc `_search_api` and query construction...