1

I want to do this and I don't want to have an external DLL file used.

Album Art is a picture which is stored in a for example MP3 file. I want to get it out and display it. I searched the net but I couldn't find a source file.

Thanks in advance

Lars Truijens
  • 42,837
  • 6
  • 126
  • 143
Javid
  • 39
  • 5
  • 5
    You should find a source to download the album art from. Then download it. Then display it. With what step do you have a problem? What have you tried already? Try to make your question more specific please. – Lars Truijens Aug 03 '10 at 08:25

1 Answers1

0

Album Art in MP3 is supported in ID3v2 tags.

The first Experts Exhange hit on this search answers how to do that in Delphi.

ID3 has a list of implementations, including Delphi implementations.

--jeroen

Jeroen Wiert Pluimers
  • 23,965
  • 9
  • 74
  • 154