why wont this code work when i use it to rename my files?
CODE
$if(%album artist%,$caps2(%album artist%)\'('%date%')' $caps2(%album%)\$num(%tracknumber%,2) - $caps2(%artist% - %title%), $caps2(%artist%)\'('%date%')' $caps2(%album%)\$caps2(%artist% - $num(%tracknumber%,2) - %title%))
When I see the preview in the 'edit file naming schemes' window, it shows up correctly. however, when i see the script in general mass renamer window, it starts with '[SYNTAX....]'. when i actually run the scheme anyway, my files get really weird. they go into a bunch of different directories. it is as if it is treating the if statement without any 'else' statements, catch me? it just tries to execute the whole thing.
what have i done wrong, ive not used $if in tagz statements yet. i checked the titleformatting help and i thought i had the format correct...$if(a,b,c) - a being '%album artist%, b being the naming scheme for such an album, and c being the naming scheme for files without 'album artist' data.
any pointers would be much appreciated as i havent used these $ifs before. thanks yall
edit: i have the 'use '/' and '\' characters' box checked. i normally do all my files this way, using two scripts. now im just seeing if i could make a smart script.
