Thema: Delphi MP3 Tagging Komponente

Einzelnen Beitrag anzeigen

Benutzerbild von Gausi
Gausi

Registriert seit: 17. Jul 2005
901 Beiträge
 
Delphi 11 Alexandria
 
#4

Re: MP3 Tagging Komponente

  Alt 1. Feb 2009, 16:39
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.
  Mit Zitat antworten Zitat