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

### Problem When running beets in a Windows 10 command-line terminal (cmd.exe) the output is wrong. It seems like there's a character encoding error. This is what it looks like...

bug
python 3
windows

# Use case You have an iOS device that you want to use to play and rate songs from your beets library. # Assumptions 1. Beets is your master library...

feature
newplugin

The discogs plugin sets `album_id` of the `AlbumInfo` class to a discogs identifier, which `beets.autotag.apply_metadata` assigns to `mb_albumid`. The problem is that everywhere else it's assumed to be a MusicBrainz...

bug

### Problem Beets is interpreting compilations as albums and is putting all artists into folder names, resulting in extremely long paths Standard import command: ```sh $ beet im ``` Led...

bug

This is a subtask of the next-generation web interface effort (#718). As the new HTTP API (#736) evolves, it would be useful to start designing a command-line client for the...

feature

### Problem The `replaygain` plugin doesn’t appear to make use of multicore capacities. On my machine, I see increased activity on only one core out of four. In my opinion,...

feature

When importing [this release](https://www.discogs.com/release/2026070-Handel-Sutherland-Kirkby-Kwella-Nelson-Watkinson-Bowman-Rolfe-Johnson-Elliott-Partridge-Thomas-The-A) (linked in #4234) the tracklist gets mangled. Compare this excerpt to the Discogs page: ``` 5-05 Athalia, Act III, Scene 2: Chorus- Shall We Of Servitude...

bug

I noticed that `hook.py` uses `subprocess.Popen(command_pieces).wait()` (BTW, why not `subprocess.call`), and does not check the return code (you ignore the `wait` result). It also might be you thought this code...

feature

Hey there! I belong to an open source security research community, and a member (@theworstcomrade) has found an issue, but doesn’t know the best way to disclose it. If not...

bug

Hi! I'm new to beets. I have a big collection of classical music that is in the MB database. For classical music a straightforward way of ordering it is to...

feature