Hello,
MusicBrainz apps (like recent -and alpha- PicardQt), which I couldn't live without any more by now, uses special fields like musicbrainz_albumid. Problem is, for technical reasons (as I understood it, see this MusicBrainz bug report), these fields are not spelled the same according to the Tags (ID3v2, Ape...) used, example for their way of storing musicbrainz_albumid:
- ID3v2: TXXX:MusicBrainz Album Id
- ApeV2: musicbrainz_albumid
- WMA: MusicBrainz/Album Id
- etc.
Also, it makes sorting through a various formats music colelction complicated, by using several custom fields for basically the same information, like:
- %MUSICBRAINZ ALBUM ARTIST ID%
- %MUSICBRAINZ_ALBUMARTISTID%
- %MUSICBRAINZ/ALBUMARTISTID%
- etc.
So my request is, is that possible for MP3Tag to map the MusicBrainz fields the same way that PicardQt does?
MLL