beets icon indicating copy to clipboard operation
beets copied to clipboard

music library manager and MusicBrainz tagger

Results 512 beets issues
Sort by recently updated
recently updated
newest added

Creating indexes turned out to be relatively straightforward! While we can’t remove them yet, that doesn’t seem necessary for now. Interestingly, much of the infrastructure for database additions was already...

This PR refactors the MusicBrainz plugin implementation by replacing the `musicbrainzngs` library with direct HTTP API calls using `requests` and `requests-ratelimiter`. **Key Changes:** - **New utilities module**: Added `beetsplug/_utils/requests.py` with...

## Description This plugin will save the name of the skipped song/album to a text file during import for later review. It will also allow you to try to find...

I have "autotag: no" and "write: yes" in the config.yaml so beets won't add musicbrainz tags to my music files but the lastgenre plugin can still add genre tags. This...

### Problem _Looks the same as ancient bug https://github.com/beetbox/beets/issues/1264, still not fixed for me._ If I import already existing album, and choose to replace it, beets always creates the duplicate...

## Description Fixes #6166 (...) ## Checking if an Artist is already present in featured, and not adding it from Discogs plug in I didn't add chaneglog or documentation, and...

### Problem When using both the `fromfilename` and `edit` plugin, aborted/canceled edit operations fail to restore the temporary tag data provided by the fromfilename plugin. #### Steps to reproduce 1....

Importing AJJ's album [Disposable Everything](https://musicbrainz.org/release/f426a0da-6725-44b5-aa82-b0e4ed11cb8a) fails in 2.4.0, when it succeeded in 2.3.1: ```sh [user@host music]$ beet version beets version 2.4.0 Python version 3.13.7 plugins: musicbrainz [user@host music]$ beet config...

bug
good first issue
musicbrainz
plugin

# Generalize some of common tagging functionality to `Info` and `Match` base classes This PR centralises some common tagging functionality between singletons and albums allowing to simplify `ChangeRepresentation` and importing...

Refactor item tagging and fix several underlying issues. ### Fixes - Synchronise all artist list fields. Notably, `artist_sort` / `artists_sort` and `artist_credit` / `artists_credit` fields have not been synchronised. -...