Filename mask: (which has worked for x years without any changes)
Results in:

Notice the whitespace in the album and song names still appears. This should have been replaced with an: ‘-’
Filename mask: (which has worked for x years without any changes)
Results in:

Notice the whitespace in the album and song names still appears. This should have been replaced with an: ‘-’
Can you show me contents of replaceWhitespace function and run Create Support Files so I can see exactly what has been run please.
function replaceWhitespace(value, replace) {
return value.replace(/ /g, replace);
}
This function has worked now for > 2 years…