Closed GoogleCodeExporter closed 9 years ago
So you want to read and write ID3 tags from/to memory? Is that it?
Original comment by svollbehr
on 28 Dec 2009 at 2:46
exactly!
Original comment by mprotaci...@gtempaccount.com
on 28 Dec 2009 at 3:08
Check out the new release of the Zend_Media_Id3v2 class (or checkout the SVN
branch
'zend'). It supports also a Zend_Io_StringReader instance as an input parameter
to
the constructor. You can use that to enable in-memory processing. You may also
write
the tag to a memory stream using Zend_Io_StringWriter instance as the target.
This way you can select the music file from the database into the memory stream,
process it in the memory and then store it back to the database without any
file I/O
at all.
Original comment by svollbehr
on 28 Dec 2009 at 3:13
Original issue reported on code.google.com by
mprotaci...@gtempaccount.com
on 28 Dec 2009 at 1:23