QUOTE(englishmen @ Jan 6 2006, 11:10 AM)
This thread may well turn out king of long while i get to grips with the brilliant foobar so please bare with me

. I have the columns ui interface enabled i also have the play list panel on the left can someone please tell me how i can alphabetically arrange my play lists and centre the names?
There is no possibility of this that i'm aware of. For centering the playlist names i use the code below, but then you need to use a fixed font like "fixedsys" or "terminal" to get a good result. Insert the code to preferences/display/columns ui/playlists/use titleformatting for playlist title in panel (and also check that option):
CODE
$repeat( ,$div($sub(30,$len(%title%)),2))%title%
You will need to change the "30" to a higher or lower value depending on the width of your sidebar. Maybe there is a better solution but i have not found it..
QUOTE(englishmen @ Jan 6 2006, 11:10 AM)
I also want to do something with my albums to define the different albums in each play list, i was thinking a alternative colour scheme . For instance a white and a off white colour every other album, is this possible or a similar thing possible?
I don't think alternating colors is possible for every second album (in foobar/columns_ui it is not really possible to truly "group" several tracks). However it is possible to virtually 'separate' albums using a different background color or something similar for the first track of every album. This track can be identified using %tracknumber%. There are many examples of this method. Check
foobar.nub4life.net.