From TagLib#

Jump to: navigation, search


Using .NET to write a music player? Writing a plugin for WinAMP? Just want to be able to sort through your music, your way? TagLib# will make it happen.

TagLib# is a FREE and Open Source library for the .NET 2.0 and Mono frameworks which will let you tag your software with as much or as little detail as you like without slowing you down. It supports a large variety of movie and music formats which abstract away the work, handling all the different cases, so all you have to do is access file.Tag.Title, file.Tag.Lyrics, or my personal favorite file.Tag.Pictures.

But don't think all this abstraction is gonna keep you from tagging's greatest gems. You can still get to a specific tag type's features with just a few lines of code.

See what TagLib# has to offer you...

Project News

Image:2.0.3.0.png

TagLib# 2.0.3.0 has been released, featuring fixes to several bugs reported on the forum.

Download | Changelog | Donate




For older news, visit the News Blog.

  

Get It

You can download the latest release on our download page or pull the latest changes straight from our code repository:

svn co svn://anonsvn.mono-project.com/source/trunk/taglib-sharp

Report a Bug

Did TagLib# corrupt a file? Is a certain file just not accessible? Is a feature just not working? Report it on the TagLib# Bug Forum

Request a Feature

Is TagLib# useless without support for format x? Am I forgetting the most important feature of ID3v2? Request a change on the TagLib# Feature Request Forum