Run an arbitrary FamiStudio CLI command
run_famistudioExecute any FamiStudio command not wrapped by standard export tools, including NSF, ROM, or assembly exports with custom options, by providing exact arguments.
Instructions
Escape hatch for FamiStudio commands this server does not wrap (NSF export, ROM export, assembly export with exotic options). Runs FamiStudio <input> <command> <output> [extraArgs...] with the given argv and no shell involved. Prefer export_audio / export_text when they fit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Input file (.fms, .txt, .ftm, .nsf). | |
| output | Yes | Output path. | |
| command | Yes | FamiStudio command, e.g. one of: wav-export, mp3-export, ogg-export, nsf-export, rom-export, fds-export, famitracker-txt-export, famistudio-txt-export, famistudio-asm-export, famistudio-asm-sfx-export, famitone2-asm-export, famitone2-asm-sfx-export. | |
| extraArgs | No | ||
| timeoutMs | No |