beets icon indicating copy to clipboard operation
beets copied to clipboard

music library manager and MusicBrainz tagger

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

### Proposed solution When input `P` to print tracks from multi disk album it should sort it by disk and after it by track number. ### Objective To save time...

feature

### Problem I finally got beets working again under Linux Mint 20.2 with the recently-released version beets 1.5.0 (thank you to everyone involved with the beats team that helped make...

feature

I've been using beets for a couple of years now and I love it. There's a minor annoyance for me that I've noticed since the beginning and have more or...

feature

As a beets user with a large library of music, I want to import albums that have duplicate tracks in varying formats and bitrates. When using silent mode, I want...

feature

I have [this album](https://beta.musicbrainz.org/release/dd440e84-add3-4f5b-b762-602d8df1c643) in my collection. On CD 4 the tracks 4.3 to 4.8 get their parentwork as [Fantasia](https://beta.musicbrainz.org/work/74e65a9e-608d-4097-b238-c1bb6536ce7c), instead of the proper [ballet suite](https://beta.musicbrainz.org/work/fd337fdc-a511-4830-8ee7-09d4ada32a54). I'm not sure if...

feature

This issue was automatically migrated from Google Code. _Original author: [email protected] (February 28, 2012 04:14:16)_ _Original issue: https://github.com/google-code-export/beets/issues/351_

feature
migrated
big

### Problem Since singleton is a binary flag similar to comp, it should return results the same way comp does. As of now, they do differ: ``` % beet ls...

feature

Is there any practical way to debug the lyrics plugin? I'm seen an unusual behavior with a particular release, I don't know if it is more wide-spread or not, trying...

bug

### Problem I just enabled the bucket plugin and moving one directory at a time like this: ``` cd 2/ for x in * ;do beet move artist:"$x"; done ```...

feature

Now that the path substitution issue from #2873 is fixed, the docs should probably be amended to reflect --- So maybe the advice should be to create a script ```sh...

docs