This ZIP archive contains the program samples of the tutorial "Extracting information from MP3 files using Free Pascal" at
  https://www.streetinfo.lu/computing/lazarus/programming/mp3.html

Files included in the archive:
------------------------------

mp3a.*                 Lazarus project files of a simple command line program, that displays the ID3 tags of an MP3 file
mp3b.*                 Lazarus project files of a simple command line program, that displays the file length (play duration) of an MP3 file

ID3v2.pas              Pascal unit, dealing with ID3 tags (modified version, cf. tutorial), used with the mp3a project
ID3v2 (original).pas   Pascal unit, dealing with ID3 tags (original version)
mpegAudioDuration.pas  Pascal unit (by allu), dealing with MPEG audio play duration, used with the mp3b project
