SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Latest version 12.2 doesn't replace whitespace when renaming files

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

Results in:

image

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…