beets icon indicating copy to clipboard operation
beets copied to clipboard

music library manager and MusicBrainz tagger

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

Sorry for being brief. A quick report on a crash I'm experiencing with the rather new autobpm plugin. Something with librosa. I'm on Python 3.11. ### Problem Running this command...

I am using the dev git version (1.6.1), thus i should be able to put `musicbrainz: enabled: no` into my config.yaml. I also added the `plugin: spotify` option to only...

I've used this [guide](https://www.blisshq.com/music-library-management-blog/2020/12/09/repair-flac-files/) to fix flac files that badfiles has alerted me to. ``` flac -VFf --preserve-modtime -o fixed.flac corrupted.flac ``` `mp3val` also seems to have the following [options](https://mp3val.sourceforge.net/docs/manual.html):...

feature

When beets presents an error message there is sometimes an extraneous letter "b" at the start of the path in the message. ### Problem This album is already in the...

``` lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Eagles/In-The-City (404) lyrics: Genius failed to find a matching artist for 'Eagles' lyrics: got lyrics from backend: Tekstowo ``` Google also sends a `403` response...

needinfo

None of these commands set the genre when importing. beets version 1.6.1 `beet import --set genre="Soundtrack"` or `beet import --set genre=Soundtrack`

## Description This is a workaround to #5171. It does not adress the underlying problem. But I think the patch might be worth including anyway. ## To Do - [x]...

### Problem I'm running `beet import` with the chroma plugin enabled. After some time beets cannot open any more files. I think what happens is that beet runs out of...

## Description Fixes #5148. When importing, the code that matches tracks does not consider the medium number. This causes problems on Hybrid SACDs where the artists, track numbers, titles, and...

## Description Wavpack files can now be verified by the `badfiles` plugin without addition configuration by the user. - [x] Documentation. (If you've added a new command-line flag, for example,...