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 At the moment, the MBSync plugin will overwrite the genre field to empty, expected behaviour would be to update this information, this could be done using code...

bug

When using `modify` one can unset a field using `field!`. It is not possible to do so using the `set_fields` importer option nor the `--set` command line option. ``` error:...

feature

At present, the ```fetchart``` plugin is oblivious to the format of the images it downloads. While JPG is most common, one may come across cover art in other formats too....

feature
convert

### Problem This is maybe related to https://github.com/beetbox/beets/issues/323. It seems like %asciify{} messes with the path_sep_replace option. The path separation substitution just doesn't work at all. Running this command in...

bug

### Problem When I'm importing some rare music `beet import` stucks huge time. Running this command in verbose (`-vv`) mode: ```sh beet -vv import ~/Downloads/archive_mp3_1077.zip user configuration: /Users/catap/.config/beets/config.yaml data directory:...

bug

When the parentwork plugin is enabled during import, it outputs its changes all over the rest of the import UI, like so: ``` /home/aidane/music/import/album/The Devil Makes Three - Do Wrong...

bug

Currently beets treats every track as exactly one physical file. That is, both sets of information end up in one table in the database and are used combined in the...

feature
big

Track popularity is probably one of the most important attributes. Spotify directly provides `popularity` information in its [Tracks API](https://developer.spotify.com/documentation/web-api/reference/#category-tracks). I am surprised that we don't import this attribute, given that...

feature

Plex is a great tool to manage and play music. Many users use Plex for playing music and manually provide track/album ratings and create playlists. Currently, this information is only...

feature

# Expected result no modification of tags with 'autotag: no' while import # Observed result * import behaviour 1 if comp is TRUE and albumartist is set beet import modifies...

feature