pymediainfo icon indicating copy to clipboard operation
pymediainfo copied to clipboard

Inconsistency in the parse method's results.

Open guifaChild opened this issue 1 year ago • 2 comments

There is a bug in the parse method concerning images. When analyzing images in the same target directory, the results differ depending on whether there are more than 23 images or fewer. What could be causing this? image

image

image

guifaChild avatar Jan 07 '25 09:01 guifaChild

Hello, please provide a script to reproduce the issue as well as the example files.

sbraz avatar Jan 07 '25 23:01 sbraz

MediaInfo library (the underlying library used by pymediainfo) developer here. It is a MediaInfo library feature, the directory is detected as containing a video stream because it is the expected result by some users having this file names (numbering sequence). It can be disabled with Option("File_TestContinuousFileNames", "0").

JeromeMartinez avatar Jan 09 '25 07:01 JeromeMartinez