QUOTE (zoidbergslo @ Apr 5 2006, 01:55 AM)
Here is my latest version:

Its moded version of spex04 and mazy's.
I have a question about displaying song title.
I use $if(%title%,%title%,%_filename%) What code do I have to use to change color for parts of title that are in "()" or "<>" or "[]"
And another thing what code do I have to use for compilations to show artist name next to song title.
*sorry for my poor english
CODE
$puts(color,$rgb(0,0,0))
$puts(color_low,$rgb(110,110,110))
$get(color)
$replace(%title%
,'(',$get(color_low)'('
,'[',$get(color_low)'['
,'<',$get(color_low)'<'
,')',')'$get(color)
,']',']'$get(color)
,'>','>'$get(color)
)