Hello, recently I tried to write the album art attribute of some wma files using TagLib,<div>It always worked if the size of the attribute is less than 65536, </div><div>however, writing big size picture files ( &gt;64kb ) will result in corrupting the wma files.</div>
<div><br></div><div>I googled this problem and found that TagLib Sharp seems to use different routines to write the WM/Picture attribute according to the size,</div><div>see <a href="http://gitorious.org/~sde/taglib-sharp/sdes-clone/commit/7eb12f96a809259db58b3d5fba1646803694ca0b">http://gitorious.org/~sde/taglib-sharp/sdes-clone/commit/7eb12f96a809259db58b3d5fba1646803694ca0b</a></div>
<div><br></div><div>Please help, thank you!</div>