G'day,

I was having a look at the patch that was generated by Chris Chiappa,
and started to put it into my own copy of the script.  While I was
looking, I decided to try and find out what the -M option actually did,
and noticed a rather strange condition.

In line 50, the comment is "Create a CUE  file".  Setting this *should*
work.  However...

Parsing of options starts at line 3095.  As expected, M is there (line
3119) and sets the DOCUE variable to y.  This looks fine... But.

Line 3239 is the determination of actions which are to be done from the
ACTIONS variable, which is set via the -a command.  You may note in line
3252 that DOCUE is reset to n, *regardless* of whether it has been
previously set!  This, I have found, is the issue at stake.  Commenting
this line out, and running the suggested `abcde -1 -M -o flac` command
gave me an flac file with embedded tags.  Finally!

Hopefully this will help other people who have come across this error,
and not known why it was the case.  It would be a much simpler patch
than what Chris worked out, and I'll look at doing that myself later.

Regards,

Russell.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to