id,summary,reporter,owner,description,type,status,priority,milestone,resolution,keywords,cc
52,Id3v2.setTextContent throws exception,robert,stefanp,"jala.Mp3 seems to have problems with handling ID3v2_2 tags: {{{jala.Mp3.Id3v2.prototype.setTextContent}}} determines which field id to use, and for one of my mp3 test files i'm getting the ID ''TT2'' (getSubtype() returns 2 for this file). In line 1127 this method tries to instantiate a FrameBodyTT2 class, which doesn't exist, so i'm receiving an Exception:

{{{
[JavaPackage org.farng.mp3.id3.FrameBodyTT2] is not a function, it is org.mozilla.javascript.NativeJavaPackage. (D:\work\helma\modules\jala\code\Mp3.js, line 1129)
}}}

As there are no according FrameBodyXX classes in the javamusictag library used for ID3v2_2 field names i'm wondering if the library doesn't support that ID3 version at all, or if v2_2 tags need a different handling?",defect,closed,normal,Release 1.2,fixed,,
