SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Correct Metadata from Filename

Hi
I’m having issues with extracting data from the mp3 filename. I’m trying to use the following mask %title% [%remixer%] - %artist% - %label% for the following filename “Good Fortune [Original Mix] - Tony Thomas - Soma Recordings” with no joy. I’m sure its quite simple but could someone help me with the necessary mask.

Regards
Darren

Hi Darren, its doesnt like the ‘[’ and ‘]’ in the mask it is interpreting them as regular expression chars, please change your mask to
%title% %remixer% - %artist% - %label%
that will work except you’ll end up with
[Original Mix] in the remixer firld for this example, you could remove the extraneous brackets using Edit/Find and Replace.

Obviously that isn’t as nice as you would like it and I’ll work on a fix for this bug.