Some minor updates to my setup which i'm running for a while now. Added a new VS, trendy tabs

looks nice
wow I really like your setup any chance you could post a download for it
yep.. here is the fcs: http://devin1.sitesled.com/chivas.fcs
windows VS:
http://files.customize.org/stylexp/BW1-0.zip
upper trackinfo code:
CODE
$puts(bright,FFFFFF)
$puts(grey,999999)
$puts(special,F3AA17)
$puts(dark,444444)
$if(%_trackinfo_notrack%,$char(10)$get(special)Foobar 2000 Mp3 Player,
$upper($if(%ispaused%,$get(bright)%artist%$get(dark) / ,$get(bright)%artist% $get(dark)/ )
$upper($get(grey)[%title%])
$tab()
$if(%isPaused%,F3AA17 o FFFFFFpaused,
$if(%IsPlaying%,$ifgreater(3,%_time_remaining_seconds%,F3AA17 o FFFFFFstarting next track,
$if(%IsPlaying%,$ifgreater(8,%_time_remaining_seconds%,F3AA17 o FFFFFFloading next track,
$upper($if(%isplaying%,$get(bright)%playback_time%$get(dark)|,$get(grey)%playback_time% $get(dark)| ))
$upper($if(%isplaying%,$get(bright)%length%,$get(grey)%length%))
), F3AA17o$get(bright) Track not loaded))
, F3AA17o$get(bright) Track not loaded))
$char(10)
$get(special)[%album%])
$tab()
$get(special)[%genre%])
bottom trackinfo code:
CODE
$puts(bright,FFFFFF)
$puts(grey,CDCDCD)
$if(%_filesize%,$get(head)$get(bright)Filesize: $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'F3AA17 | $get(bright),)
$if($strcmp(1,$get(codec)),$get(info)$get(text)%__codec%)
$get(head)$if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kb/s $if($stricmp(%__codec%,mp3),)
$if($strcmp(1,$get(bitdepth)),$if(%__bitspersample%,$get(info) $get(text)%__bitspersample%))
$if(%__samplerate%,$get(head)$get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3)KHz )
$if(%__bitspersample%,$get(head)Bitdepth: $get(info)%__bitspersample% bits/sample,)
%channels%
//progress bar
$tab()
$if(%isPaused%,F3AA17 o FFFFFFpaused,
$if(%IsPlaying%,$ifgreater(5,%_time_remaining_seconds%,F3AA17 o FFFFFFstarting next track,
$if(%IsPlaying%,$ifgreater(10,%_time_remaining_seconds%,F3AA17 o FFFFFFloading next track,F3AA17o $get(bright)progress
$progress2(%_time_elapsed_seconds%, %_time_total_seconds%, 48,F3AA17I,
$get(grey)I)
), $get(bright) no track loaded))
, o $get(bright) no track loaded))
columns UI setup:

have fun




















