Author Topic: [SOLVED] Bass + Tags get mp3 cover  (Read 590 times)

pe3s

  • Posts: 3
[SOLVED] Bass + Tags get mp3 cover
« on: 9 Aug '22 - 19:36 »
Hello forum members I am a beginner in bass my question is it possible to display the cover of an mp3 file using bass.dll plus Tags.dll, I use delphi
« Last Edit: 10 Aug '22 - 14:44 by pe3s »

Ian @ un4seen

  • Administrator
  • Posts: 25275
Re: Bass + Tags get mp3 cover
« Reply #1 on: 10 Aug '22 - 12:58 »
The cover images are probably in an ID3v2 tag block. BASS can read those (see BASS_ChannelGetTags) but it won't display them, so you will need another library for that part. The TAGS.DLL add-on only does text, but you could try this library:

   https://www.3delite.hu/Object%20Pascal%20Developer%20Resources/id3v2library.html

Guest

  • Guest
Re: Bass + Tags get mp3 cover
« Reply #2 on: 10 Aug '22 - 13:11 »

pe3s

  • Posts: 3
Re: [SOLVED] Bass + Tags get mp3 cover
« Reply #3 on: 10 Aug '22 - 14:44 »
Thank you  :)