When creating MP3 files in DigaSystem Modules (e.g. DBM, DigAlign, DigaPorter), the following standard database fields are mapped to ID3V2 tag fields by the conversion engine:
[ALBUM] -> TALB
[COMPOSER] -> TCOM
[OWNER] -> TOWN
[PERFORMER] -> TPE1
[PRODUCER] -> TPE3
[PUBLISHER] -> TPUB
[TITLE] -> TIT2
[TIME] -> TIME
[DATE] -> TDAT/TYER
[LENGTH] -> TLEN
[REMARK] -> COMM
Additionally, any user-defined fields in the form [ID3V2/Txxx] will be mapped to the corresponding Txxx tag fields. (refer to http://en.wikipedia.org/wiki/ID3 for a comprehensive list of standard tags!)