title: Split flac with cue in linux (Linux Mint 17) tags:
- Linux
- Mint
- Ubuntu
- audio
- lossless
sudo apt-get install cuetools shntool flac mp3info
shntool split -t "%n.%p-%t" -f albumname.cue -o flac albumname.flac -d output
%n
means track number, %p
means artist, %t
stands for track title. If -d
is not provided, it output split files into current path
cuetag albumname.cue *.flac