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
Post a Comment