forked from stax76/Get-MediaInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGet-MediaInfo.psd1
21 lines (21 loc) · 930 Bytes
/
Get-MediaInfo.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@{
RootModule = 'Get-MediaInfo.psm1'
ModuleVersion = '3.8.0'
GUID = '86639e26-2698-42ec-b7f1-c66daca2eb78'
Author = 'Original by Frank Skare (stax76) / Fork by HRXN (Hrxn)'
CompanyName = 'Frank Skare (stax76)'
Copyright = '(c) 2020-2021 Frank Skare (stax76). All rights reserved.'
Description = 'MediaInfo Integration Module for PowerShell'
PowerShellVersion = '7.2'
ProcessorArchitecture = 'Amd64'
FunctionsToExport = @('Get-MediaInfo', 'Get-MediaInfoValue', 'Get-MediaInfoSummary', 'Clear-MediaInfoCache')
VariablesToExport = @()
CmdletsToExport = @()
AliasesToExport = @('gmi', 'gmiv', 'gmis', 'clmic')
PrivateData = @{
PSData = @{
Tags = @('Mediainfo', 'Multimedia', 'Media', 'Metadata', 'Video', 'Audio', 'Mediadata')
ProjectUri = 'https://github.com/Hrxn/Get-MediaInfo'
}
}
}