Taglib 1.9.1 upgrade not reading embedded artwork

Lukáš Lalinský lalinsky at gmail.com
Fri Oct 18 13:28:28 UTC 2013


It's not very clear what is the problem from your description. Does your
application fail to read any tag at all? It seems to, so it's not related
to cover art.

I'd guess that's something with the FileRef construction.
QString::constData returns a QChar pointer, which doesn't necessarily needs
to be the same as wchar_t. Could this be the problem? QString::utf16()
seems like a better method for the conversion. Can you try it with that?

Lukas


On Fri, Oct 18, 2013 at 3:17 PM, wifanlith <wifanlith at googlemail.com> wrote:

> I'm still trying to get to the bottom of the issue here.
>
> The method that calls extractEmbeddedArtwork also gets a FileRef from the
> path.constData() in exactly the same way, but it appears to be a different
> reference.
>
> It HAS to be something that has changed since 1.7, as the code worked fine
> then, and I have made no changes other than the update to 1.9.1.
>
> I'm getting very lost trying to find where its going wrong.
>
> Can anyone help???
>
>
>
> --
> View this message in context:
> http://kde.6490.n7.nabble.com/Taglib-1-9-1-upgrade-not-reading-embedded-artwork-tp1546223p1546350.html
> Sent from the taglib-devel mailing list archive at Nabble.com.
> _______________________________________________
> taglib-devel mailing list
> taglib-devel at kde.org
> https://mail.kde.org/mailman/listinfo/taglib-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20131018/619cccb6/attachment.html>


More information about the taglib-devel mailing list