Does there exist any sort of module/code that will attempt to extract info (such as track, album, and artist) from an MP3? Specifically, I'm looking to clean up my iTunes database, and many of my MP3's are without full ID3 information. So, what I want to do is use
to pull out the ID3 info, and then attempt to "wing it" by extracting that info from the filename if the ID3 info does not exist. Does anyone have any hints?