Extract the cover of an MP3, and other information with PHP

0

I have an MP3 file on my website, and I would like to show the cover of this MP3 on my site, have any way to get this cover with PHP, or otherwise?

Type this site: link

The cover and this infos, are inside the MP3 and were not placed manually

EXAMPLE:

    
asked by anonymous 13.06.2018 / 00:37

1 answer

0

What you need is a library or function that reads ID3 tags from an MP3 file. It looks like there's something in the standard PHP library itself:

link

link

    
13.06.2018 / 00:39