drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
915 stars 158 forks source link

Added support for QuickTime Metadata ItemList Tags besides the Keyed Tags #420

Open stefanlenselink opened 3 months ago

stefanlenselink commented 3 months ago

Implemented a subset of the Quicktime ItemList Tags see ExifTool. Basicly matched the already defined Tags from the Keys Tags to their ItemList Tags counter parts. Also added support the for the 'meta' node inside the UserData node.

drewnoakes commented 3 months ago

Thanks! This looks great. It'll be a while before I get to reviewing it, sorry. I'm very busy at work right now.