If a bundle contains a directory with a file and its name have a pattern like: foobar.0701.mkv, the extension incorrectly recognizes this as an SFV directory based on the regular expression for identifying MP3 files. Example:
The extension will incorrectly recognize the foobar.0701.mkv file as an MP3 file, based on the regular expression. Therefore it will assume that the Sample directory should have a SFV file, which it doesn't and therefore the validation will not pass.
If a bundle contains a directory with a file and its name have a pattern like:
foobar.0701.mkv
, the extension incorrectly recognizes this as an SFV directory based on the regular expression for identifying MP3 files. Example:The extension will incorrectly recognize the
foobar.0701.mkv
file as an MP3 file, based on the regular expression. Therefore it will assume that theSample
directory should have a SFV file, which it doesn't and therefore the validation will not pass.