for example, i have a live daft punk. they mix mainly other songs, but some songs are their own, daft punk songs. the code works fine except on those tracks. normally, for mixes, i have it sort out ## - artist - title. however, when it comes to the daft punk tracks, since those match the album artist, it displays them as artist - ## - title...my standard, single artist scheme.
what can be changed about this code to prevent this? ive looked for conditions where two fields are equal, but the $isequal function appears to want integers? any pointers?
CODE
$caps2($if(%track artist%,%album artist%/'('%date%')' %album%/$if2(%vinyl track%,$num(%tracknumber%,2)) - %artist% - %title%,%artist%/'('%date%')' %album%/%artist% - $if2(%vinyl track%,$num(%tracknumber%,2)) - %title%))