Re: [fpc-pascal]id3 tagging in mp3 / vorbis

2003-12-29 Thread Marco van de Voort
> 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

Re: [fpc-pascal]id3 tagging in mp3 / vorbis

2003-12-29 Thread Michael . VanCanneyt
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+}