Comment 4 for bug 533111

Revision history for this message
Robin Munn (rmunn) wrote :

To reproduce the bug:

1) Download both nightengale*.flac files into the same directory.
2) Run "pacpl -v -t m4a nightengale*.flac"

For extra debugging output:

sudo $EDITOR /usr/bin/pacpl
Search for the regex "pnotice.*encode_string"
Delete the words "if $dryrun" from the end of the line, so that the debug message will print even in non-dryrun mode. (In dryrun mode, the title tag isn't actually extracted, so the debug information printed in dryrun mode is not the actual command that gets edited in non-dryrun mode).
Run the pacpl command above, and note the combination of spaces and quotes in the call to the faac encoder.