CODE
$puts(artist,$if3(%album artist%,%artist%))
$puts(fixed,
$if($stricmp($substr($get(artist),1,4),'The '),$substr($get(artist),5,$len($get(artist)))', The',
$if($stricmp($substr($get(artist),1,3),'DJ '),$substr($get(artist),4,$len($get(artist)))', DJ',
$get(artist)))
)
$puts(first,
$substr($get(fixed),1,1)
)
$if($or(
$strcmp($get(first),1),
$strcmp($get(first),2),
$strcmp($get(first),3),
$strcmp($get(first),4),
$strcmp($get(first),5),
$strcmp($get(first),6),
$strcmp($get(first),7),
$strcmp($get(first),8),
$strcmp($get(first),9),
$strcmp($get(first),0)
),#,$get(first))
|$get(fixed)
|[%date% - ]%album%
|[%disc%]$num(%tracknumber%,2) - %title%
this code works fine in the copy command window, but for some reason albumlist ignores the second item (the '$get(fixed)' one). How do I fix this? Im using 0.1.2 RC1 with everything working fine except this string.