ID3 v2.2 support
Brought to you by:
t1mpy
Apologies for not submitting a patch, but I can't find the mechanism to do it. I have attached support for ID3 v2.2. The differences a a three digit frame ID, three digit frame length and missing flags word.
This could be improved further by mapping between 3 and 4 digit IDs in:
public FrameBase Build(string frameId, ushort flags, byte[] buffer)
id3lib is effectively unmaintained at this point in time.
On 5/17/2013 8:27 AM, Paul Leaman wrote:
Related
Patches: #89