ref: 693f78971543823312587d81f1d5dab1fe21e84a
dir: /cuesplit.1.man/
.TH CUESPLIT 1 .SH NAME cuesplit \- split cuesheet into separate tracks .SH SYNOPSYS .B cuesplit [ .B -Dv ] [ .B -f .I outfmt ] [ .B -i .I index ] .I cuesheet .SH DESCRIPTION .I Cuesplit splits a given cuesheet into a set of separate files in the current directory. The flags .IR -D , .I -f and .IR -i , as well as the file naming convention, are the same as the ones specified in .IR cuefs (4); the .I -v flag enables logging per-file progress to the screen. .SH EXAMPLES Split the tracks described in the cuesheet camel.cue to separate files: .IP .EX cuesplit camel.cue .EE .SH SOURCE git://shithub.us/tevo/cuefs .SH SEE ALSO .IR cuefs (4) .SH BUGS There's currently no way to specify a set of tracks (rather than the entire sheet) to be split off.