I can hold a multitude of music files in a folder, on the server. They range among formats : mp3, mp4, wma, ra, mid and ogg. I would like to get the album art embedded (if any) from a newly uploaded and store it in a folder, using pure PHP. Is this possible? If yes how?
NOTE : This is actually a learning scenario, rather than implementation. I know about a few ready-made php scripts to get the meta tags, but want to know it thoroughly.
Anyone kind enough please explain.