mp3splt is able to both split and join mp3 files.
mp3splt supports the option '-c' to specify an external source
containing the split times.
mp3splt -c filename.cue filename.mp3
Use '-o' to define the output filename:
'Parameter' | 'Expansion' |
|---|---|
| @a | artist name |
| @p | performer of each song (only with .cue) |
| @b | album title |
| @t | song title '*' |
| @n | track number '*' (valid also when not using -c) |
| + | inserts a space |
'*'When splitting into multiple files, one of these options has to be
present to prevent naming collisions.
The filename suffix is automatically appended to the template.