QUOTE(eyesnears @ Nov 5 2007, 03:50)

Thanks for the reply.
Well I'm almost there. I got something to show in the track info panel by pasting in my 'old' thing,
-----------------------------------------------
$if(%_time_total%,[%_time_remaining%]' / '[%_time_total%],[%_time_elapsed%]) $char(10)
$if(%_trackinfo_notrack%,No
track,[%composer%$char(10)]%artist% - %date%$char(10)%album%$char(10)%title%)
$char(10)
-----------------------------------------------
But I can't seem to change the font color from dull grey. I tried be just clicking on the 'color' button (I'm in columns ui-->track display-->configure) and changing it but it does not seem to change anything. The 'font' button did work though, but not color??
Also the elapsed time thing does not work anymore. It just shows total time/total time. I don't care much if i lose that because it's in the status bar on the bottom anyway. But i would like to be able to chane the color?
Also, this may be asking too much, but is there a way to move that track info panel to above the columns (where all my music is listed). thanks, i hope.
Hi Eyesnears,
For color change, you can either use hex code: $textcolor($hexcolor(FF0000)) or rgb with $textcolor(255,0,0).
Then, to move your track info panel, go into fb2k preferences (ctrl+p), columns ui, layout and right-click on Track Display and hit "move up".
Finally, your elapsed time :
%playback_time_seconds%, I think it works. If not try just %playback_time%.
Good luck with you're config

Edit - Want to learn to code properly on your own ? Try these 4 great links out :
-
Link 1-
Link 2-
Link 3-
Link 4