INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: UnknownID on May 12, 2005, 11:10:04 pm

Title: JRiver Guru, help me please!
Post by: UnknownID on May 12, 2005, 11:10:04 pm
In a Mini Skin I have the JavaScript Code:
EnhanceWindow.GetSkinItem(1,"AlbumArt").SetPicture(MJAutomation.GetFile("GetImageFile(IMAGEFILE_THUMBNAIL_SMALL)"))
The Automation page says that it is going to return the path to the image.
I am getting an JavaScript Error stating: "Type Mismatch"

My goal with this is to get the cover art in a picture placeholder since the track info template cannot be automatically set for a Mini View skin; changing the track info template isn’t what I want anyway.

UnknownID


Title: Re: JRiver Guru, help me please!
Post by: UnknownID on May 20, 2005, 12:52:31 pm
This has been real difficult to accomplish (the above problem is from my 4th attempt). Could something be added to the engine to show the cover art of the currently playing track (like it does for the rest of the track data) like a Placeholder type called “CoverArt”?

UnknownID