Page 1 of 1

How to manipulate MP3 tags?

PostPosted: Tue Nov 23, 2010 4:32 pm
by sambomb
Hi, I want to develop a music manager but I don't know how to manipulate the TAG's
Anyone already do that?

Re: How to manipulate MP3 tags?

PostPosted: Wed Nov 24, 2010 7:35 am
by frose
Hi sambomb,

I see this three different methods to manipulate tags:


My personal favorit is AudioGenie, it's NOT restricted to ID3-tags and have a lot of functions. But if you want to use it with FiveWin/(x)Harbour, you have to develop a wrapper class. Maybe someone here in the forum can guide us, to derive this wrapper class from the other available ones ;-) There are still wrappers for C#, C/C++, Delphi, VB.NET, VB6 and Profan.

Re: How to manipulate MP3 tags?

PostPosted: Thu Dec 02, 2010 10:48 am
by sambomb
Thanks for the answer!
I develop functions from DLL's all the time... I'll try as soon as possible and update here with my results.

Re: How to manipulate MP3 tags?

PostPosted: Thu Dec 02, 2010 11:29 am
by frose
super!
Perhaps another candidate: http://developer.kde.org/~wheeler/taglib.html