Skip to content

AlbumArt Extension

James Brundage edited this page Apr 24, 2022 · 5 revisions

Extension/AlbumArt.RoughDraft.Extension.ps1

Synopsis

Sets album artwork


Description

Sets album artwork by adding a secondary stream to an audio file and setting the appropriate metadata.

It's an extension


Parameters

AlbumArt

The path to album art.

Type Requried Postion PipelineInput
[String] true 1 false

AlbumArtType

The type of album art. By default 'Cover (front)'

Type Requried Postion PipelineInput
[String] false 2 false

Syntax

Extension/AlbumArt.RoughDraft.Extension.ps1 [-AlbumArt] <String> [[-AlbumArtType] <String>] [<CommonParameters>]

Clone this wiki locally