CODE
/%date%$if($strchr(%album%,'/'), - VA,) - $replace(%album%,'/','-')$if(%disc%, Disc %disc%,) '('$if($stricmp($info(tool),LAME3.95)... a bunch of code for converting newer presets to older -apx presets where applicable')'\%tracknumber% - %artist% - %title%
The resultant display would be something like 2008 - Some Blood (-aps LAME3.90), or in the case of an album with a '/' in the tag, like in the case of split 7" records, it will check for the existence of a slash, if so then it will append '- VA' after the date portion, and put a '-' were the slash would be in the album name. In the preview dialog this is what happens, but when I actually run it the '-' is a '_'. I imagine that the $replace function cannot be used in this context for some reason. So my questions are two:
1. Is this on purpose, or something that's an oversight/bug?
2. Is there any other way around this? Aside from retagging my collection.
It's not a huge problem to have to manually change the '_' to a '-', this is just something that I've been wondering about for a while now.
Thanks for any help!