Sorry, the latest TLB wasn't getting included.
Next version will fix that.
Matt, the latest build provided me with the latest TLB
, bit I'm still having problems
.
I wrote a sample .Net program that demonstrates what I am about to describe. It is available for download at
http://atagger.auldridge.biz/downloads/mctest.zip. MCTest, iterates through the list of songs in Playing Now. For each of the songs, it gets the image using each of the following nImageFile Flags: IMAGEFILE_DISPLAY, IMAGEFILE_IN_DATABASE, IMAGEFILE_IN_FILE, IMAGEFILE_DISPLAY_NO_DEFAULT, and IMAGEFILE_DISPLAY NO_DEFAULT_STANDARD_JPG. The image, song name, and image file name is displayed for each of the 5 file flags.
When I play several albums (all with INTERNAL images), then start MCTest... The first album (all songs in the album) doesnt find any image (even though it is there). The image for the second song is found (IMAGEFILE_IN_DATABASE correctly identifies the image as INTERNAL). All other albums display the same image found for album 2. The name and contents of the image file never change.
Thanks for your assistance... @l@n