Posted by member 134680 on 2008-02-21 10:30:22
Ok, here is the deal. I am trying to do a coverart thing for my latest theme... its being a PITA but so far I have this:
I am using a winamp plugin called whatsplaying to write the current playing song to a text file in the theme dir. I am then using an evar in litestep as follows:
coverart "[beforeLast(firstLine('$themedir$whatsplaying.txt'),'\')]\folder.jpg"
Using xlabel with "text" value produces the correct text string, a full file path to the image.jpg for the coverart.
Now, when I use this same evar for an onlick to refresh a label for the image (for testing, will auto it later) with this:
!execute [!ParseEvars] [!LabelRefresh tabsystray_ tabsystray_image $coverart$]
I get nothing. The label becomes invisible instead.
Is there some weird syntax I have to change? am I forgetting something?
If I can get this to work, its GG.
-Ash
I am using a winamp plugin called whatsplaying to write the current playing song to a text file in the theme dir. I am then using an evar in litestep as follows:
coverart "[beforeLast(firstLine('$themedir$whatsplaying.txt'),'\')]\folder.jpg"
Using xlabel with "text" value produces the correct text string, a full file path to the image.jpg for the coverart.
Now, when I use this same evar for an onlick to refresh a label for the image (for testing, will auto it later) with this:
!execute [!ParseEvars] [!LabelRefresh tabsystray_ tabsystray_image $coverart$]
I get nothing. The label becomes invisible instead.
Is there some weird syntax I have to change? am I forgetting something?
If I can get this to work, its GG.
-Ash