Winamp Skin Editing Guru Help!

TJCS

Senior member
Nov 3, 2009
861
0
71
I am trying to edit the functionality of a skin so that when I double-click on the song title it will show the winamp playlist. I am a newb at editing winamp skins, and I am using this skin for private use only.

Here is the code:
<text
id="songticker"
display="songtitle" showlen="1"
ticker="1"
rightclickaction="trackmenu"
dblclickaction="trackinfo"
font="player.tickerfont" fontsize="24" color="255,255,255" italic="0"
forcefixed="0" antialias="1"
x="58" y="25"
w="170"
/>
I have tried many playlist def ids into the dblclickaction value but nothing seems to work. Is the code embedded in some other file in the skin files?