multimedia - How to get the album artwork from a music file using PHP? -


i can hold multitude of music files in folder, on server. range among formats : mp3, mp4, wma, ra, mid , ogg. album art embedded (if any) newly uploaded , store in folder, using pure php. possible? if yes how?

note : learning scenario, rather implementation. know few ready-made php scripts meta tags, want know thoroughly.

anyone kind enough please explain.

i think, id3_get_tag friend. php.net documentation id3_get_tag

read musicfile function, check returned associative array, key value album art contains. should bytestream. save bytestream in file jpg or anythig else, bytestream possibly say, type of image cover is.

it's theory, if try answer, please let me know, if works.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -