Add artist metadata fields #54
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add artist metadata fields to the core
Artist
data structure.Even though the library could in principle return some of this information (e.g. MBID), the choice is to keep this in the database only and ignore the library. This is because libraries like beets fundamentally track tracks only have a confusing album/track relationship and do not even have a separate artist category.
This issue is only about adding the metadata structures, but not for a method to explicitly add this information by the user.