I create my own mp3 tagger and everything is still fine. Although I'm stuck reading the album cover tag.
I would like to know how to display the cover art in a C # .NET image window, but everything that is visible by this particular tag is confusing to me.
I know that I can get tags from such files
txtAlbum.Text = currentFile.Tag.Album;
but all i need to do is grab the image from the file and hit it in the picture. Then I would like to know how to write a picture (jpg, png) to a file and overwrite the existing one.
Any help would be greatly appreciated and thanks for your valuable time.
source share