HowTo: Convert APE to FLAC and Split Using CUE1

a) Convert and split:

cuebreakpoints *.cue | shnsplit -o flac {*.ape, *.flac}

b) Fill in tag fields:

cuetag *.cue split-track*.flac
  1. Based on A