Read Tags From Stream?
Brought to you by:
t1mpy
Im wanting to read the tags of an mp3 file hosted on another server. To save time, i only download the first 1000 bytes of the file then wish to read its id3 tags. Only problem is, i dont want to waste system resources by writing it to the hard drive. Can't the taghandler read from a stream as well as a file on the hard drive?