Ich denke mal, mit "aufgebläht" meinst du auch meine
Mp3FileUtils. Aber damit geht das eigentlich schon recht einfach. Schau dir mal die Demos (zu ID3v1 und "Level 1") an.
Delphi-Quellcode:
Id3v2Tag := TId3v2Tag.Create;
Id3v2Tag.ReadFromFile(Dateiname);
Id3v2Tag.Title := 'Ein tolles Lied';
Id3v2Tag.WriteToFile(Dateiname);
Id3v2Tag.Free;
Mehr braucht man eigentlich am Anfang nicht, und mit v1 geht das ganz genauso.
Being smart will count for nothing if you don't make the world better. You have to use your smarts to count for something, to serve life, not death.