beets/beets/dbcore
Jesse Bannon f72261e44f
Add support for artists and albumartists multi-valued tags (#4743)
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 .
2023-09-09 09:46:26 +02:00
..
__init__.py typings: corrections for dbcore/queryparse 2023-06-23 10:59:51 +02:00
db.py dbcore/db: slightly refine typing 2023-07-26 13:26:26 +02:00
query.py Fix various typos 2023-08-09 21:26:15 -04:00
queryparse.py dbcore: improve/fix typing 2023-07-22 15:53:30 +02:00
types.py Add support for artists and albumartists multi-valued tags (#4743) 2023-09-09 09:46:26 +02:00