File metadata

Is it possible to use Xojo to read file metadata such as video length, directors, etc. that are available in Windows video files?

The answer is in the Blog:

AVMetadataItemMBS should do this (macOS and iOS only).

Thanks, is this possible in Windows?

I have the same question.

If I needed something like this I’d look into integrating MediaInfo.

MediaInfo SDK

MediaInfo is an open source cross platform library (and tools) for retrieving info about a multitude of different kinds of media files.

Hello @Chris_Hall ,
did you manage to get the Metadata from a video file?
How did you do it?

Ever tried parsing the JSON output as a dictionary?
I got some errors when parsing a simple JPEG file. Somehow the output contains illegal characters.