I've run into a bit of trouble formatting within an $if conditional and i wonder is there a known issue with using a | symbol in a $if then else statement.
what makes me think there might be is
VA|%album% works
$if($strcmp($substr(%directoryname%,1,2),VA),VA - %album%,%artist% - %title%) works. sends through VA -album name if its a various artists album and artist - title if not.
$if($strcmp($substr(%directoryname%,1,2),VA),VA|%album%,%artist%|%title%) doesn't work, this no longer sees 2 options and sends through VA album artist title for all files processed.
Can anyone shed some light?
