sorry.....
QUOTE
$puts(GREY,$rgb(128,128,128))
$puts(RED,$rgb(128,0,0))
$puts(BR_COLOR,
$ifgreater(%__bitrate%,0,$rgb(255,0,0),)
$ifgreater(%__bitrate%,96,$rgb(255,128,0),)
$ifgreater(%__bitrate%,128,$rgb(255,255,0),)
$ifgreater(%__bitrate%,160,$rgb(0,128,0),)
$ifgreater(%__bitrate%,192,$rgb(0,128,255),))
$puts(BR,$get(BR_COLOR)$if($strcmp(%__extrainfo%,VBR),'~')%__bitrate%$get(GREY)kbps)
$puts(SR_COLOR,
$ifgreater(%__samplerate%,0,$rgb(255,0,0),)
$ifgreater(%__samplerate%,22049,$rgb(255,128,0),)
$ifgreater(%__samplerate%,44099,$rgb(0,128,0),)
$ifgreater(%__samplerate%,47999,$rgb(0,128,255),))
$puts(SR,$get(SR_COLOR)$div(%__samplerate%,1000)$get(GREY).$get(SR_COLOR)$substr(%__samplerate%,3,3)$get(GREY)kHz)
$puts(CH_COLOR,
$ifgreater(%__channels%,0,$rgb(255,0,0),)
$ifgreater(%__channels%,1,$rgb(0,128,0),)
$ifgreater(%__channels%,2,$rgb(0,128,255),))
$puts(CH,$get(CH_COLOR)$if(%__channels%,$ifgreater(%__channels%,2,%__channels%,$ifgreater(%__channels%,1,stereo,mono)),))
$puts(TITRE,$get(GREY)$if(%title%,%title%,%_filename_ext%))
$puts(PAUSED,$if(%_ispaused%,$get(RED)'#paused#',' '))
$puts(TIME,$get(GREY)-%_time_remaining%/%_time_total%)
$get(TITRE) $get(PAUSED)¥ $get(BR) ¥ $get(SR) ¥ $get(CH) ¥ $get(TIME) ¥ $char(9)'|'$progress(%_time_elapsed_seconds%,%_time_total_seconds%,40,'['$num($div($mul(100,%_time_elapsed_seconds%),%_time_total_seconds%),3)'%'']','-')'|'