they arent wrapped up because every format doesnt support them..<br><br>if you wanted to transfer an image (i assume you mean album art) from one format to the other.. just extract the image from one and store it into the other<br>
<br>here is how to extract the image from an mp3<br><br>ID3v2::FrameList l = Tag->frameList("APIC");<br><br>ššš if(l.isEmpty())<br>ššš ššš return NULL;ššš <br><br>ššš ID3v2::AttachedPictureFrame *f = static_cast<ID3v2::AttachedPictureFrame *>(l.front());<br>
ššš <br>ššš Size = f->picture().size();<br><br>ššš char* data = (char*)malloc(Size);<br>ššš memcpy(data, f->picture().data(), Size);<br><br>ššš return data;ššš <br><br>you can get any of the non wrapped tags using the frameList.. most of the other formats have something similar<br>
<br><div class="gmail_quote">2011/8/16  <span dir="ltr"><<a href="mailto:sf_2000@mail.ru">sf_2000@mail.ru</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
๚ฤามืำิืีสิล, Kyle.<br>
<br>
It would be also perfect to have support of the tag 'chap' for mp4<br>
files...<br>
<br>
๗ู ะษำมฬษ Monday, August 15, 2011, 4:34:01 PM:<br>
<div class="im"><br>
> You can get album artist and composer.. they just arent wrapped up<br>
> in neat little ->AlbumArtist()/->Composer() functions<br>
<br>
</div>--<br>
<div><div></div><div class="h5">๓ ีืมึลฮษลอ,<br>
๒ีำฬมฮ ไามวีฮฯื š š š š š š š š š š š š mailto:<a href="mailto:sf_2000@mail.ru">sf_2000@mail.ru</a><br>
<br>
_______________________________________________<br>
taglib-devel mailing list<br>
<a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/taglib-devel" target="_blank">https://mail.kde.org/mailman/listinfo/taglib-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-Kyle<br>
<div style="visibility: hidden; left: -5000px;" id="avg_ls_inline_popup"></div><style type="text/css">#avg_ls_inline_popup{position: absolute;z-index: 9999;padding: 0px 0px;margin-left: 0px;margin-top: 0px;overflow: hidden;word-wrap: break-word;color: black;font-size: 10px;text-align: left;line-height: 130%;}</style>