Total Members Voted: 27
0 Members and 1 Guest are viewing this topic.
Almost all files have embedded cover art, so I don't see why it should perform an online lookup. Something like AIMP_SERVICE_ALBUMART_FLAGS_OFFLINE would be handy, though.I plugged in my own image loading code for now (takes less than 60ms on average).
Thanks. That flag doesn't do much in terms of speed, so I'll need to stick to my custom code for now. Maybe I'll use IAIMPServiceAlbumArt as a fallback only.
- Couldn't figure out how to use AIMPML_FILTER_SORTBY (not that important, though, I can easily sort the data myself)
... if the requested value does not exist.
Apart from that I've got most of the functionality working again. Have you got a release date in mind for the next update?
Can you send to me an example or working assembly of plugin? I will check this issue using performance profiler.
You must set to AIMPML_FILTER_SORTBY name of column (IAIMPString), additionally, set correct value to the AIMPML_FILTER_SORTDIRECTION property
Seems to be a bug. Can you explain in more details, how to reproduce it?
int32_t discCount; if (SUCCEEDED(fileInfo->GetValueAsInt32(AIMP_FILEINFO_PROPID_DISKTOTAL, &discCount))) { ... }
Sure. Have you got a smartphone or tablet for testing? An iPad would be ideal.
where fileInfo is an IAIMPFileInfo instance I retrieved via AIMP_PLAYLISTITEM_PROPID_FILEINFO from an IAIMPPlaylistItem instance.Whenever the property doesn't exist, two Delphi execptions (0x0EEDFADE) are thrown.
I'll PM you.