Quote:
Originally Posted by MADxHAWK
So what does trigger the errormessage
|
what's your metadataPattern=?
looks like it's */%TIT2.* which isn't valid
Quote:
metadataPattern
The pattern used to extract metadata from a file name if metadata does not exist
or useMetadata == 0.
default is */%N.* for unix and *\%N.* for windows
%N = song name
%G = genre
%A = album
%R = artist
%Y = four digit year
%# = sequence of digits
%% = % character
[] = brackets optional elements (no nesting)
* = string
other characters match exactly
|