Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@jherby2k jherby2k released this 25 Jan 08:08
· 18 commits to master since this release

Highlights

  • Cover art is now preserved during conversions.
  • Cover art can be extracted from metadata, and/or loaded from external bitmap, JPEG and PNG files.
  • Cover art can be saved as metadata, and/or exported to .png or .jpg image files.
  • For compression purposes, cover art images can be converted to JPEG format and/or resized.
  • Expanded Get-Help documentation for cmdlet parameters.

New Cmdlets

  • Clear-AudioFileMetadata
  • Convert-AudioCoverArt
  • Convert-AudioFileCoverArt
  • Export-AudioCoverArt
  • Export-AudioFileCoverArt
  • Get-AudioCoverArt
  • Get-AudioFileCoverArt
  • Set-AudioFileCoverArt

Cmdlet Changes

  • Get-AudioMetadata was renamed to Get-AudioFileMetadata
  • Save-AudioMetadata was renamed to Save-AudioFileMetadata
  • Set-AudioMetadata was renamed to Set-AudioFileMetadata
  • Many cmdlets that require an output directory have had their syntax changed, and now recognize the current directory and relative paths.

Which download should I use?

Use the installer. It will upgrade .NET and PowerShell if required, and ensure the Visual C++ 2013 redistributable is present. This installer follows Microsoft's best practices, and the XML source is a part of the Visual Studio solution. Uninstalling it from Programs and Features will remove PowerShell Audio without a trace left behind.

The .zip file version is only for advanced users, or those without Administrator access to their PCs. It can simply be extracted to a directory under %PSModulePath%. You are responsible for ensuring the prerequisites are present!