mirror of
https://github.com/beetbox/beets.git
synced 2026-01-17 05:34:23 +01:00
Adds the following fields with id3v2.4 multi-valued tag support to autotag:
- artists, artists_sort, artists_credit
- albumartists, albumartists_sort, albumartists_credit
- mb_artistids, mb_albumartistids
MusicBrainz support to populate + write the above multi-valued tags by default. Can be toggled to use id3v2.3 or id3v2.4 tags via the existing beets configuration option `id3v23`.
Big thanks to @JOJ0, @OxygenCobalt, @arsaboo for testing + @sampsyo for the initial code review .
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| db.py | ||
| query.py | ||
| queryparse.py | ||
| types.py | ||