Add parallel companion processing dashboard
This commit is contained in:
@@ -370,7 +370,8 @@ if (-not $tracks.Count) {
|
||||
|
||||
$libraryRoot = Resolve-LibraryRoot $OutputRoot $ArtistName
|
||||
New-Item -ItemType Directory -Force -Path $libraryRoot | Out-Null
|
||||
$workRoot = Join-Path $libraryRoot "_work"
|
||||
$workRootName = ConvertTo-SafeName ([IO.Path]::GetFileNameWithoutExtension($manifestFile)) "work"
|
||||
$workRoot = Join-Path (Join-Path $libraryRoot "_work") $workRootName
|
||||
New-Item -ItemType Directory -Force -Path $workRoot | Out-Null
|
||||
|
||||
Write-Host "Manifest: $manifestFile"
|
||||
|
||||
Reference in New Issue
Block a user