mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
17 lines
1.2 KiB
Plaintext
17 lines
1.2 KiB
Plaintext
ID3v1.pas
|
|
Tested with Borland Delphi 3,4,5,6
|
|
|
|
{ *************************************************************************** }
|
|
{ }
|
|
{ Audio Tools Library (Freeware) }
|
|
{ Class TID3v1 - for manipulating with ID3v1 tags }
|
|
{ }
|
|
{ Copyright (c) 2001,2002 by Jurgen Faul }
|
|
{ E-mail: jfaul@gmx.de }
|
|
{ http://jfaul.de/atl }
|
|
{ }
|
|
{ Version 1.0 (25 July 2001) }
|
|
{ - Reading & writing support for ID3v1.x tags }
|
|
{ - Tag info: title, artist, album, track, year, genre, comment }
|
|
{ }
|
|
{ *************************************************************************** } |