posts - 22, comments - 29, trackbacks - 0

My Links

News

Twitter












Archives

Post Categories

June 2009 Entries

Extracting Album art from An Audio File
I have moved the tagging features for my media player application from MediaInfo to taglib-sharp. because taglib-sharp provides writing of tags back to audio files too.. As a matter of fact, Everything else was fine but,it took me whole half day to figure out how to display an image (album art) from taglib-sharp. I thought to finally post this workaround. TagLib.File file = TagLib.File.Create((FilePath); //FilePath is the audio file location TagLib.IPicture pic=file.Tag.Pictures[0]; //pic contains...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, June 11, 2009 3:27 AM | Feedback (4) | Filed Under [ .Net WPF C# ]

Powered by: