Skip to content

Simple tags with spaces can get parsed incorrectly, first word of name removed from output #1208

@jupester

Description

@jupester

Hi,

First off, thank you so much for such a great and useful application. I am using the most recent beta "MediaInfo_CLI_25.10.20260103_Windows_x64" and the issue I have noticed that has occurred in I think all versions since 25.07 is that I have mkv files with simple global tags such as this:

<!-- <!DOCTYPE Tags SYSTEM "matroskatags.dtd"> -->
<Tags>
  <Tag>
    <Simple>
      <Name>Encoded by</Name>
      <String>String1 String2</String>
    </Simple>
  </Tag>
</Tags>

for some reason the first word is removed (in this case "Encoded") from output text, see here example ffprobe output:

Image

compared to the latest version of MediainfoCLI:
Image

Here is a sample mkv for repro purposes:

medinfo_bug.zip

I have actually seen this issue in the past a few years ago, but it was resolved but has since come back again recently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions