beets
beets copied to clipboard
music library manager and MusicBrainz tagger
Greetings, I recently discovered beets and have been trying to import my CD collection. I'm having trouble getting the importer to present the correct album version as a candidate for...
I'm working on importing some of my vinyl rips to beets. The discogs plugin seems to be interpreting releases that have sides labeled as "AA1" as being double 12"s. ```sh...
## Description Fixes [#6068](https://github.com/beetbox/beets/issues/6068) - refactored the Discogs importer to build canonical/ANV artist credit parts once and reuse them for both releases and per-track data, so every multi-value field in...
Catches a crash when "skip" is selected in the importer and task.imported_items() runs into a condition branch that supposedly should never be reached: ``` File "beets/beets/importer/tasks.py", line 254, in imported_items...
## Description Fixes [#6104](https://github.com/beetbox/beets/issues/6104). When using the `fromfilename` and `edit` plugins together during import, aborted edit sessions could silently discard the temporary tags injected by `fromfilename` (e.g., track number and...
## Description Fixes an issue where the ftintitle plugin would incorrectly split artist names on generic separators (&, and) when explicit featuring tokens (feat, ft, featuring) were also present. ###...
The musicbrainz metadata source is used even when the musicbrainz plugin is not activated. ### Problem Running this command in verbose (`-vv`) mode: ```sh beet -vv import /music/downloads/ ``` Led...
## Description Fixes #6177, #6068. I fixed the issue in #6177 by removing the derived class interface, and moving those fields back into function variables. They're a bit unwieldy still,...
Fixes #5886 **This PR resolves an issue where standalone tracks imported via item_candidates() were missing album information even when the MusicBrainz API response included a release-list.** Previously, Beets correctly matched...
### Problem Running this command in verbose (`-vv`) mode: ```sh beet -P musicbrainz -vv import .\K ``` Led to this problem: ``` PS F:\Musik\OLD Album> beet -P musicbrainz -vv import...