<div dir="ltr">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.<div><br></div><div>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 <span style="font-family:arial,sans-serif;font-size:13px">wchar_t</span>. Could this be the problem? QString::utf16() seems like a better method for the conversion. Can you try it with that?</div>

<div><br></div><div>Lukas</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Oct 18, 2013 at 3:17 PM, wifanlith <span dir="ltr"><<a href="mailto:wifanlith@googlemail.com" target="_blank">wifanlith@googlemail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm still trying to get to the bottom of the issue here.<br>
<br>
The method that calls extractEmbeddedArtwork also gets a FileRef from the<br>
path.constData() in exactly the same way, but it appears to be a different<br>
reference.<br>
<br>
It HAS to be something that has changed since 1.7, as the code worked fine<br>
then, and I have made no changes other than the update to 1.9.1.<br>
<br>
I'm getting very lost trying to find where its going wrong.<br>
<br>
Can anyone help???<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://kde.6490.n7.nabble.com/Taglib-1-9-1-upgrade-not-reading-embedded-artwork-tp1546223p1546350.html" target="_blank">http://kde.6490.n7.nabble.com/Taglib-1-9-1-upgrade-not-reading-embedded-artwork-tp1546223p1546350.html</a><br>


Sent from the taglib-devel mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>