.MOV file read\write comments property

Hi!

I would like to read\write “Comments” property for .MOV files. If I understood correctly it should be possible with GroupDocs product.

I got a temporary license. But unfortunately all my “FindProperty” results are empty except of for “Tags.Content.FileFormat”.

Should this snippet be used to read “Comments” property?
metadata.FindProperties(p => p.Tags.Contains(Tags.Content.Comment))

I attached properties window screenshot. How could I get that “MySampleComment” value?

Thanks!C__Users_akarpukhin_Downloads_exiftool(-k).exe 202.png (45.4 KB)
sample.mov Properties 2022-08-19 11.21.26.png (19.8 KB)

1 Like

@andrii.karpukhin

Please share following details:

  • Sample MOV file
  • API version (e.g. 21.6, 21.8) that you are evaluating
  • Example code

Hi!
Sure!
I had to put .MOV file into the zip archive - otherwise I could not attach it.

The Nuget version is 21.8.0

the code is very simple:

using (Metadata metadata = new Metadata(this.FilePath))
{
var properties = metadata.FindProperties(p => p.Tags.Contains(Tags.Content.Comment));
}

so it results to the “properties” variable to empty enumeration.
sample.zip (1.6 MB)

1 Like

@andrii.karpukhin

Thanks for the details. We are investigating this issue. Your investigation ticket ID is METADATANET-3970. We’ll notify you in case of any update.