feat: TAR Bulk Import/Export — batch sample transfer with WAV conversion #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: TAR Bulk Import/Export
As a user migrating samples between samplers
I want to batch export/import samples as tar archives with automatic WAV conversion
So that I can migrate large sample libraries between disk images or sampler formats
Acceptance Criteria
Scenario: Export a volume as a tar archive with WAV conversion
Scenario: Import WAVs from a tar archive into a new S3000 volume
Scenario: Import WAVs into an S900 volume with compression
Implementation
tarcwav <file>for export,tarxwav9/tarxwav1/tarxwav3for importtarxwav9c(S900 compressed),tarxwav3cd(CD3000)POST /api/volume/export-tarandPOST /api/volume/import-tarKarpathy Principle
Export first (read-only, safe). Import on blank disk images only (safe default). One format at a time.