I’m completely new to using Beets, so pardon me if that question is stupid, but I’ve searched around a lot and could not find a satisfying answer.
When autotagging, I have a few goals, which would all require custom tag mapping.
I would like to tag the “year” as the exact release date (including day and month), in the YYYY.MM.DD style.
That one is far fetched, but if the release is a live album, I would LOVE the Comments field to also add the gig date and place.
I would like the “Comments” field to be filled with the Discogs catalog number ($catalognum, I believe) Done
I’d like to map the default “Genres” to Discogs’ Styles Done
I am ready to learn how to make a plugin, or how to modify the existing plugins if that’s what it takes, provided some guidance obviously, but I’d have to make sure that the feature doesn’t already exist.
That one is far fetched, but if the release is a live album, I would LOVE the Comments field to also add the gig date and place.
You’re going to need a data source for this. Musicbrainz? Bandsintown? Something else? Then you’ll probably have to make a custom fetcher for it, then integrate it to the tagging system.
You can definitely compute the year-mm-dd but I don’t know if you can write tags for it, especially overwriting base beets tags. You’d have to write a plugin.