From menyy at tlen.pl Mon Apr 27 02:52:01 2009 From: menyy at tlen.pl (=?UTF-8?Q?menyy?=) Date: Mon, 27 Apr 2009 11:52:01 +0200 Subject: [ID3 Dev] =?UTF-8?Q?taglib_problem?= Message-ID: <6b22e0f9.5364c1f7.49f58041.521a2@o2.pl> Hi I have a problem with taglib library. I want to keep XML file in mp3 file. To do that i want to use GeneralEncapsulatedObjectFrame(). Constructor is: GeneralEncapsulatedObjectFrame (ByteVector data, byte version) What should be byte version? Nothing works for me. Thanks for any help. --------------------------------------------------------------------- To unsubscribe, e-mail: id3v2-unsubscribe at id3.org For additional commands, e-mail: id3v2-help at id3.org From kohen.d at gmail.com Mon Apr 27 05:23:34 2009 From: kohen.d at gmail.com (Dudy Kohen) Date: Mon, 27 Apr 2009 15:23:34 +0300 Subject: [ID3 Dev] taglib problem In-Reply-To: <6b22e0f9.5364c1f7.49f58041.521a2@o2.pl> References: <6b22e0f9.5364c1f7.49f58041.521a2@o2.pl> Message-ID: There is a taglib mailing list for this. On 4/27/09, menyy wrote: > Hi > I have a problem with taglib library. > I want to keep XML file in mp3 file. To do that i want to use > GeneralEncapsulatedObjectFrame(). > Constructor is: > GeneralEncapsulatedObjectFrame (ByteVector data, byte version) > What should be byte version? Nothing works for me. > Thanks for any help. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: id3v2-unsubscribe at id3.org > For additional commands, e-mail: id3v2-help at id3.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: id3v2-unsubscribe at id3.org For additional commands, e-mail: id3v2-help at id3.org From kohen.d at gmail.com Fri Apr 10 07:04:35 2009 From: kohen.d at gmail.com (Dudy Kohen) Date: Fri, 10 Apr 2009 17:04:35 +0300 Subject: [ID3 Dev] Frames with different encodings Message-ID: Hi, In the standard I've seen this: Frames that allow different types of text encoding contains a text encoding description byte. Possible encodings: $00 ISO-8859-1 [ISO-8859-1]. Terminated with $00. $01 UTF-16 [UTF-16] encoded Unicode [UNICODE] with BOM. All strings in the same frame SHALL have the same byteorder. Terminated with $00 00. $02 UTF-16BE [UTF-16] encoded Unicode [UNICODE] without BOM. Terminated with $00 00. $03 UTF-8 [UTF-8] encoded Unicode [UNICODE]. Terminated with $00. And my question is: the "terminated with" refers to the text itself, am I correct? If this is the case, please add to the site that taglib and id3 don't implement it correctly, because they don't add the null terminator... Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL: From njh at aelius.com Mon Apr 13 05:19:48 2009 From: njh at aelius.com (Nicholas J Humfrey) Date: Mon, 13 Apr 2009 13:19:48 +0100 Subject: [ID3 Dev] MCN: Media Catalogue Number Message-ID: Hello, Can anyone suggest where the MCN (Media Catalogue Number) of a CD should be stored in an ID3v2 tag? The MCN is sometimes stored on the CD itself and is usually the same as the UPC/ECN/Barcode on the CD. I was looking for a source media identifier, but didn't see one. Perhaps there should be a TMCN frame? nick. --------------------------------------------------------------------- To unsubscribe, e-mail: id3v2-unsubscribe at id3.org For additional commands, e-mail: id3v2-help at id3.org