I will admit that when you first start playing with xlobby its a big steap learning curve, but i think its worth it - you end up with something that does exactly what you want.
If you want to mod the skins i would sugest downloading asmany as you can from the skins section then looking to see if they do what you want, then simply copy it
Also, when i started knocking up my skin i found it easier to edit the "raw" xml files and just cut and patse bits i was interested in...
anyway, back to the playlist
i think your problem is that you are using the wrong catergory, you need to use playlist NOT music. if i remember correctly playlist does not show up as a database, so either get the latest version of xlobby (
http://www.xlobby.com/xlobby2.zip) which i think fixes it, or simply edit your playlist screen xml file directly and chane the category to playlist.
Also in the display filed i use
"%position% %trackname% (%artist%/%albumname%)"
this gives me (for example)
"12 Rdaio GaGa (Queen/The Works)
And if its any help, here my "playlist control's xml -
<eventbutton>
<imagename>playlist</imagename>
<location>352,68,910,610</location>
<navitem>True</navitem>
<hashcode>6389804</hashcode>
<fontresource>htpc - playlist</fontresource>
<font>Arial Rounded MT Bold,2.8%,#FFFFFF,regular</font>
<textoffset>5:0</textoffset>
<alignment>middle left</alignment>
<shadow>False</shadow>
<type>category</type>
<database>playlist</database>
<display>%position% %trackname% (%artist%/%albumname%)</display>
<details></details>
<ratio>1:1</ratio>
<columns>1</columns>
<layout>nocover default</layout>
<scroll>Up Down Move</scroll>
<rows>22</rows>
<spacing>0</spacing>
<nocover>xresource-cover-art-missing.png</nocover>
<toplayer></toplayer>
<backlayer></backlayer>
<backlayerfolder></backlayerfolder>
<selected>Menu_area_sleceted.png</selected>
<unselected>menu_area_glass_no_frame.png</unselected>
<selectedabove></selectedabove>
<unselectedabove></unselectedabove>
<playinghighlight>xresource-selector-barhighlight.png</playinghighlight>
<playingicon>now_playing_icon.png</playingicon>
<inlisticon></inlisticon>
<notinlisticon></notinlisticon>
<online></online>
<offline></offline>
<navleft>7835195</navleft>
<keepaspectratio>True</keepaspectratio>
</eventbutton>
Sean.