angelu2001 / php-reader

Automatically exported from code.google.com/p/php-reader
0 stars 0 forks source link

Unsynchronization support for ID3v2.3 tags #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the class does not parse all flags, unsynchronization being one
of them.

This is due to the fact that the tag should be read beforehand and reverse
the unsynchronization without altering the tag itself, and then read it
normally from memory. I need to figure out how to do this best. The current
method reads the tag only once.

Original issue reported on code.google.com by svollbehr on 12 Apr 2008 at 7:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Support for decoding and encoding frames with unsynchronisation schema has now 
been
added (ID3v2.4 only). Frames are decoded automatically upon write, whenever 
needed.

Original comment by svollbehr on 3 Aug 2008 at 7:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Support for the ID3v2.3 unsynchronisation scheme has been added to the 'zend' 
branch.

Original comment by svollbehr on 31 May 2009 at 8:10

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by svollbehr on 20 Nov 2009 at 5:14

GoogleCodeExporter commented 8 years ago

Original comment by svollbehr on 7 Mar 2010 at 9:00