Hi there,
%track% %title% is not the right formatstring for this filename. You'd need to adjust it to the format of the filename. In this case, the track number is delimited by " - " from the title, so you'd need to use that as delimiter.
%track% %title%
A working example would be %track% - %title%
%track% - %title%
Please see this post from the FAQ for details: