drewnoakes/metadata-extractor-dotnet

PowerShell support

开放

#69 创建于 2016年11月7日

 (2 条评论) (0 个反应) (0 位负责人)C# (187 个派生)github user discovery
help wanted

仓库指标

星标
 (1,059 个星标)
PR 合并指标
 (平均合并 11小时 24分钟) (30 天内合并 1 个 PR)

描述

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.

贡献者指南