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

## Description The CLI currently provides the following options to handle adding a duplicate album: ``` [S]kip new, Keep all, Remove old, Merge all? ``` This PR replaces the word...

Musicbrainz Picard can set the Artists tag as far as I can see beets does not do that. Would that be possible? ![image](https://cloud.githubusercontent.com/assets/4103090/12486734/2f1776be-c064-11e5-8d41-54c5db33663d.png)

feature

I'm currently importing the remaining parts of my library into beets (the parts that haven't properly been tagged using musicbrainz). For this, I'm importing previously skipped paths from a logfile....

needinfo

Closes: https://github.com/beetbox/beets/issues/4404

The docs describe [`LibModel.items()`](https://beets.readthedocs.io/en/stable/dev/library.html#beets.library.LibModel.items) to > Iterate over (key, value) pairs that this object contains. Computed fields are not included. This is the case for `Item.items()`, but [`Album.items()`](https://github.com/beetbox/beets/blob/472c3ab7975e5933f8111a2182f177a0fe5642d5/beets/library.py#L1145) gives all...

needinfo

The spotify plugin does not currently have any default timeout for the requests. This means that the plug can hang indefinitely. I have had that issue several times already. I...

needinfo

### Problem Running this command in verbose (`-vv`) mode: ```sh $ beet -vv lyrics -p 'kelly bailey' ``` Led to this problem: ``` lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Kelly-Bailey/Black-Mesa-Inbound (404) lyrics:...

bug

I try and use the Discogs plugin for my collection as I think it is more accurate than MusicBrainz. I've recently noticed that if Feat., Ft. or Vs. appears in...

needinfo

In the embyupdate.py plugin, if the admin user listed in the beets config is hidden from login screens, the embyupdate plugin will fail and not find the username. I am...

feature

## Description Match setup.py (package) version ## To Do - [NA] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.)...