Add parallel companion processing dashboard

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-02 01:31:25 +09:00
parent 0d03921b1a
commit 056a08a5c8
3 changed files with 255 additions and 71 deletions
+2 -1
View File
@@ -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"