c# taglib help needed

Lukáš Lalinský lalinsky at gmail.com
Tue Jul 21 17:38:51 CEST 2009


On Tue, Jul 21, 2009 at 5:06 PM, anand av<a_anand_v at yahoo.com> wrote:
> I have some simple query about taglib, i was using LIDTAG_C.DLL in my C#
> application to retrieve values from mp3 files,but i use to get values of
> some basic tags like Album, Artist and etc... , and the problem is i don't
> know how to retrieve all the other frames value of the mp3 file like APIC,
> TXXX, WXXX and etc.
>
> Some one told me to use LIBTAG.DLL for retrieving all frames. So it would be
> great if some one tell me or share some code snippets in C# or VB.NET for
> the above purpose.

The extra frames are not available via the C API and I guess it would
be almost impossible to use the C++ API from C#.

> Note: I used some other .NET  lib, but nothing is perfect as taglib which i
> tested in C++.

You can try TagLib#, which is a separate project based on TagLib, written in C#.

-- 
Lukas Lalinsky
lalinsky at gmail.com


More information about the taglib-devel mailing list