cuetools icon indicating copy to clipboard operation
cuetools copied to clipboard

Trimming double quotes from fields to prevent them appearing in output

Open theSuess opened this issue 8 years ago • 0 comments

Most cue files have string without spaces enclosed in doublequotes like this:

TRACK <nr> AUDIO
  TITLE "<TITLE>"
  PERFORMER "<ARTIST>"
  INDEX 01 43:15:45

This would lead cueprint (also cueprint) to output those quotes, making the artist "<ARTIST>"..

cdtext_get now checks for this case and removes the quotes if necessary

theSuess avatar Oct 20 '16 08:10 theSuess