yeah, movement on Mp3Taginator

Ok, right now I have a blocking issue of not knowing where to get genre information from...I'm hesitant to make an enum to contain all possible genre's because what little information I've been able to find on this, looks to be like there's 100+ different genre classifications.

I think it would be better to read in all possible genre's into an array of some sort at run-time. So I'll start with that.  However, I'm a little confused by something?  The spec for ID3v2 says that the genre is contained by 1 character...isn't 1 chacater = to a 1 digit number?  If there's 100+ possible genre's I'm not sure how it contains that...anyone care to enlighten me?