c# - Where can I find the source code for the TagLib# library? -


some time ago on id3 implementations web page found taglib# quite useful library handling tags in audio files. when tried latest code http://developer.novell.com/wiki/index.php/taglib_sharp sadly disappointed because apparently novell got rid of project's page.

does know if there new home page project?

don't know homepage, source code here.

to use taglib-sharp in own project install compiled version using nuget. install taglib#, run following command in package manager console in visual studio.

pm> install-package taglib 

the nuget distribution of taglib-sharp can found @ http://nuget.org/packages/taglib.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -