QUOTE(Roninr6 @ Jul 14 2005, 09:28 PM)
QUOTE(Anas @ Jul 10 2005, 02:58 PM)
That works just in the Track Info Panel, but I got it already

Mind sharing?
I'm not quite sure how it actually works but I have Alignment Centre and it get centered (who would have guessed) then if you use $char(9) then it will not be centered but the first part before the $char(9) will be aligned left and the one beyond right...
argh fuck it
here's my code:
CODE
$caps2(
$if($strcmp($num(%tracknumber%,2),01),
$if($or($strcmp(%genre%,'Soundtrack'),$strcmp(%artist%,'Various')),'Various',[%_interpret%]),)
$if($strcmp($num(%tracknumber%,2),02),
[%album%]$char(9)['Disc '%disc%],)
$if($strcmp($num(%tracknumber%,2),03),
[%_datum%]$char(9)[%genre%][' ['%style%']'],)
$if($strcmp($num(%tracknumber%,2),04),
$char(9)[858585'Album Gain: '%__replaygain_album_gain%],)
)
and here's a pic: