View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (187 forks)github user discovery
help wanted

Repository metrics

Stars
 (1,059 stars)
PR merge metrics
 (Avg merge 11h 24m) (1 merged PR in 30d)

Description

There's currently an implementation of a PowerShell Cmdlet in the MetadataExtractor.PowerShell project. It works well enough though suggestions for extensions are welcome.

What remains to do is determine how to publish it such that it can be installed directly from the PowerShell command line. There appears to be a standard way of doing this. It may or may not require some kind of manifest to ensure dependency dlls are also included.

Another extension would be to expand all values from the XmpMeta object, rather than using the few present in XmpDirectory.

Contributor guide