I've created an svc_albumArtProvider for my Opus input plugin, successfully registered it, and even got it reading embeded cover art. Hooray!
However, SetAlbumArtData(...) is not being called when I set album art for a file, or even ever.
I don't understand why. I've looked at all the examples in the latest release of the SDK that deals with album art but I can't find anything that might suggest what it is I'm doing wrong. As far as I can tell all of my functions are spitting out the exact same values that the examples in the SDK say.
Has Winamp disabled the setting of embeded album art? If not, what am I doing wrong?
However, SetAlbumArtData(...) is not being called when I set album art for a file, or even ever.
I don't understand why. I've looked at all the examples in the latest release of the SDK that deals with album art but I can't find anything that might suggest what it is I'm doing wrong. As far as I can tell all of my functions are spitting out the exact same values that the examples in the SDK say.
Has Winamp disabled the setting of embeded album art? If not, what am I doing wrong?
Comment