> On Sun, 28 Dec 2003, baron kractor wrote:
>
> > Wondering if anyone had done any work with manipulating id3 tag information
> > contained in mp3 / vorbis files from within fpc and could point me to some
> > documentation?
>
> This code reads the tag from an mp3 file:
I've some more routines th
On Sun, 28 Dec 2003, baron kractor wrote:
> Wondering if anyone had done any work with manipulating id3 tag information
> contained in mp3 / vorbis files from within fpc and could point me to some
> documentation?
This code reads the tag from an mp3 file:
program showmp3;
{$mode objfpc}
{$h+}