Thanks for the reply but I am afraid that did not work for me. Nothing in the album field changed. Is there a format string available just to trim from "E:\mp3\Now That's What I Call Music\Now That's What I Call Music 72 - 2 CD" to "Now That's What I Call Music 72"?
DO not apply that to the album field but use the converter
And then you have to be painfully precise what a filename looks like.
To extract the album name from
Provided that your example is still the correct fully qualified pathname
use Convert>Filename-Tag
and enter:
%album% - %dummy%\%dummy%
The preview should show the result.
Or use an action of the type "Replace with regular expression" for ALBUM and the following search string:
e:\\mp3\\.\\(.) -.*
Replace string
$1