Problem of mp4 tag item

Anthony Liu quadamage at gmail.com
Mon Dec 21 09:34:07 CET 2009


Hi,  I ripped some audio CDs with iTunes 9.0.
The mp4 files contain a tag item whose key name is
"----:com.apple.iTunes:UFIDHTTP://WWW.CDDB.COM/ID3/TAGINFO1.HTML",
please note that, unlike the REGULAR freeform items, the key name contains
THREE ":" characters,
hence the following code:


> ByteVector
> MP4::Tag::renderFreeForm(const String &name, MP4::Item &item)
> {
>   StringList header = StringList::split(name, ":");
>   if (header.size() != 3) {
>     debug("MP4: Invalid free-form item name \"" + name + "\"");
>     return ByteVector::null;
>   }
> ....


Please shed some light on this.

-- 
Best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/taglib-devel/attachments/20091221/fff2d73c/attachment.htm 


More information about the taglib-devel mailing list