Add clip-id based Suno library sync

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-01 23:10:57 +09:00
parent cbcb37ddb5
commit 1414c38bd1
7 changed files with 254 additions and 30 deletions
+4 -1
View File
@@ -12,7 +12,10 @@ if (-not $latest) {
exit 1
}
& "$PSScriptRoot\process-suno-library.ps1" -ManifestPath $latest.FullName -OutputRoot "\\VaultOfData\AKAMedia\음악\처리됨\SUNO"
& "$PSScriptRoot\process-suno-library.ps1" `
-ManifestPath $latest.FullName `
-OutputRoot "\\VaultOfData\AKAMedia\음악\처리됨" `
-ArtistName "SUNO"
Write-Host ""
Read-Host "Enter를 누르면 닫힘"