Spliting a .flac using a .cue
Install the packages
sudo apt install cuetools shntool flac
Split the file
shnsplit -f file.cue -t %n-%t -o flac file.flac
sudo apt install cuetools shntool flac
shnsplit -f file.cue -t %n-%t -o flac file.flac