attached picture

Martin Obreshkov martin.trashbox at gmail.com
Mon Oct 19 19:47:19 CEST 2009


Hi again, are you going to release a new version with new features
added for now we i am maintaining the code by myself but don't want to
do that for a long time i prefer to work with library without
modifying it. So how is the new release going :)
Regards Martin

2009/10/16 Lukáš Lalinský <lalinsky at gmail.com>:
> 2009/10/16 Martin Obreshkov <martin.trashbox at gmail.com>:
>> Yes, i implemented it by myself you can take a look of the code just
>> modified a few files
>> Implemented
>> TagLib::MP4::Item::Item(const ByteVector &value);
>> ByteVector TagLib::MP4::Item::toByteVector() const;
>> void TagLib::MP4::Item::parseCover(Atom *atom, TagLib::File *file);
>>
>> and use it like this
>>
>> TagLib::MP4::ItemListMap itemsListMap =  mp4Tag->itemListMap();
>> TagLib::MP4::Item coverItem = itemsListMap["covr"];
>> char * image = coverItem.toByteVector().data();
>>
>> the changes are attached if you want to use it
>
> Thanks, that's great. What's missing is storing of the atom flag in
> MP4::Item. In case of the covr atom it can be:
>
> 0x0D = JPEG
> 0x0E = PNG
>
> --
> Lukas Lalinsky
> lalinsky at gmail.com
> _______________________________________________
> taglib-devel mailing list
> taglib-devel at kde.org
> https://mail.kde.org/mailman/listinfo/taglib-devel
>


More information about the taglib-devel mailing list