mkvtoolnix-batch-tool icon indicating copy to clipboard operation
mkvtoolnix-batch-tool copied to clipboard

Video files not being detected depending on file name

Open Raveen87 opened this issue 1 year ago • 2 comments

I have a directory with the following files:

The.King.S01E01.mkv
The.King.S01E01.srt
The.King.S01E02.mkv
The.King.S01E02.srt

In MKVToolNix Batch Tool I specify this directory as source directory. I specify another directory as output directory and use the processing mode "Merge".

Everything works as expected. Two video files are detected and the merged mkvs are placed in the output directory.

However, if I just rename the files to include an .of, now the video files are not detected anymore.

The.King.of.S01E01.mkv
The.King.of.S01E01.srt
The.King.of.S01E02.mkv
The.King.of.S01E02.srt

=> "No valid files were found in the source directory provided."

Raveen87 avatar May 09 '23 09:05 Raveen87

Can confirm this bug is still happening and needs to be fixed, seems to only happen when filenames have periods in them in certain places. Renaming the files allows this tool to see/process them.

ChaoticHolon avatar Oct 13 '23 05:10 ChaoticHolon