beets
beets copied to clipboard
music library manager and MusicBrainz tagger
mbsync: Don't overwrite genres from MusicBrainz while the underlying library does not support them
### 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...
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:...
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....
### 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...
### 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:...
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...
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...
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...
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...
# 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...