Dear Maintainer, I cannot use brasero easily to burn an AUDIO cd. When converting mp3 to cue and then burning cue project, brasero get stuck in an infinite loop and eventually task get killed for inactivity. Upon inspection it seems the CUE file generated by brasero cannot be consumed by brasero in my setup. Using command line tool reveal the following error: % cdrdao simulate --device ATA:0,0,0 --driver generic-mmc --speed 16 brasero.cue Cdrdao version 1.2.4 - (C) Andreas Mueller <andreas@daneb.de> brasero.cue:1: Warning, big endian binary file brasero.cue:5: String too long After editing the CUE text file and simplify the 'PERFORMER' line, I can finally burn the CUE project to blank CDROM. --- It would be nice: 1. Brasero should not write too long line for 'PERFORMER' since it seems to be a portability issue. 2. Brasero should report an issue (eg. message box) saying that the CUE file cannot be consumed, instead of stopping in an infinite loop.