Well, I threw together something quick in C++, and it seems the same problem persists. Here is the output of the application:<div><br></div><div><div>Reading file:</div><div>  No tags set.</div><div>Before saving:</div><div>
  ALBUM  one</div><div>  ALBUM  two</div><div>  CUSTOM  one</div><div>  CUSTOM  two</div><div>  DATE  20x10</div><div>After saving:</div><div>  ALBUM  one</div><div>  CUSTOM  one</div><div>  CUSTOM  two</div><div>  DATE  20</div>
</div><div><br></div><div>As you can see, it is not letting me set more than one ALBUM field, but lets me set more than one CUSTOM field. Furthermore, it is not letting me set a DATE field with a character in it. I&#39;m hoping this is not essential, because the Vorbis comments specification allows such things.</div>
<div><br></div><div>Here is my (probably horrible) C++ code:</div><div><a href="http://paste.pocoo.org/show/276841/">http://paste.pocoo.org/show/276841/</a></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://dpaste.com/259467/">http://dpaste.com/259467/</a> (mirror)</div>