How to manipulate MP3 tags?

Post Reply
User avatar
sambomb
Posts: 388
Joined: Mon Oct 13, 2008 11:26 am
Location: Itaocara - RJ - Brasil

How to manipulate MP3 tags?

Post 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?
Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
User avatar
frose
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg
Contact:

Re: How to manipulate MP3 tags?

Post 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.
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
User avatar
sambomb
Posts: 388
Joined: Mon Oct 13, 2008 11:26 am
Location: Itaocara - RJ - Brasil

Re: How to manipulate MP3 tags?

Post 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.
Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
User avatar
frose
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg
Contact:

Re: How to manipulate MP3 tags?

Post by frose »

super!
Perhaps another candidate: http://developer.kde.org/~wheeler/taglib.html
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
Post Reply