Just been messing with this screen, pretty nice.
Heres a quick sample winamp screen to get you going.
Works with winamp 2.91 and winamp 5 for me
Code:
<screen>
<name>Winamp2</name>
<item type="plugintext" x="0" y="0">
<scrolltype>center</scrolltype>
<textpos>left</textpos>
<fieldsize>20</fieldsize>
<varid>Winamp2.Title</varid>
<refresh>500</refresh>
</item>
<item type="plugintext" x="3" y="1">
<scrolltype>none</scrolltype>
<textpos>right</textpos>
<fieldsize>6</fieldsize>
<varid>Winamp2.TrackPos</varid>
<refresh>500</refresh>
</item>
<item type="text" x="10" y="1">
<scrolltype>none</scrolltype>
<textpos>left</textpos>
<fieldsize>1</fieldsize>
<textdata>/</textdata>
<refresh>500</refresh>
</item>
<item type="plugintext" x="12" y="1">
<scrolltype>none</scrolltype>
<textpos>left</textpos>
<fieldsize>6</fieldsize>
<varid>Winamp2.TrackLength</varid>
<refresh>500</refresh>
</item>
<item type="text" x="0" y="2">
<scrolltype>none</scrolltype>
<textpos>left</textpos>
<fieldsize>7</fieldsize>
<textdata>Track- </textdata>
<refresh>500</refresh>
</item>
<item type="plugintext" x="7" y="2">
<scrolltype>none</scrolltype>
<textpos>right</textpos>
<fieldsize>5</fieldsize>
<varid>Winamp2.PlaylistPos</varid>
<refresh>500</refresh>
</item>
<item type="text" x="12" y="2">
<scrolltype>none</scrolltype>
<textpos>left</textpos>
<fieldsize>1</fieldsize>
<textdata>/</textdata>
<refresh>500</refresh>
</item>
<item type="plugintext" x="14" y="2">
<scrolltype>none</scrolltype>
<textpos>left</textpos>
<fieldsize>5</fieldsize>
<varid>Winamp2.PlaylistSize</varid>
<refresh>500</refresh>
</item>
</screen>