First of all, I'd better say that I'm a beginner in programming. Taglib-sharp seems too slow for getting metadata of an mp3 especially when it is used for a lot of mp3 files and also it takes a lot of memory and surprisingly it doesn't make it free after allocating. For commonly used metadata (tags) such as artist, album, year, etc I made a simple class to extract tags but my problem is for the "album cover". I do have not enough knowledge to understand and write the correct code to achieve it because it seems I have to work with hex and binary codes to distinguish the frame-blocks and determine the length of each section.
Is there anyone here who can help me to do it? Thanks in advance