Change the MP3 file Details using .Net
Actually what I need to do,
I have some music albums downloaded from Internet. Those files contain some unwanted things or blank on the Title, Artist, Comments, and Album tags. So I need to put correct/real information to these files. So first I have renamed properly files using file Move functionality in programming language. So after that I can put name as a Title easily. I’m using extra library UltraID3Lib and it is free. You can download it from http://home.fuse.net/honnert/hundred/?UltraID3Lib.
I have used System.IO and HundredMilesSoftware.UltraID3Lib references and this is the sample method I have used.





