How can I assign a number to a specific word? for example, I'm trying to display the iTunesAdvisory tag (basically it tells you if a song is the clean version or the explicit version) and the tag is stored with a value of 0 if the tag doesn't exist, 2 if it's clean, and 4 if it's explicit, I want to basically have mp3tag read that tag, and instead of printing a 4, I want it to print "Explicit", how can I do this?
Also, I'm trying to create a custom column in MP3Tag, that will tell me if a song is explicit, clean, or unknown.