On the road again

The article will describe how to split CUE file to individual FLAC tracks.

Install needed software:

sudo apt install cuetools shntool flac

Split:

shnsplit -o flac <single_audio_file> -f <cue_file> -t '%n.%t'
Add comment