INTERACT FORUM

Windows => Plug-in Development => Topic started by: KingSparta on September 23, 2004, 04:47:39 pm

Title: Something Cool I Noticed
Post by: KingSparta on September 23, 2004, 04:47:39 pm
Something Cool I Noticed When Playing Around With The SDK ToDay

    CoverArtPath = MJFile.GetImageFile(IMAGEFILE_IN_FILE)
             ' returns Path:\\\\Temp\MP3 Decompressed Cover Art (temp).jpg
             ' MC Will Decompress The Image Inside The Media File For Use
             ' I Did Not Know It Would Do This, Really Nice, I Can Use This

    If CoverArtPath = "" Then
            CoverArtPath = MJFile.GetImageFile(IMAGEFILE_IN_DATABASE)
             ' Returns The Path Of The External Cover Art
    End If

I Thank The Pagen Gods!