As per the documentation, abcde can make a "Flac file with embedded cue sheet" for using as a source to create other formats later.
I've managed to create that, but am struggling to get it to determine the CD information when trying to reprocess it, it just says the disc information is unknown.
There is a -X option that seems related to this, as it talks about referencing a "cue2discid" program, but it fails both with the "builtin" option and giving the Python script in the examples.
Is there an example command line that will perform this reprocessing of the generated Flac which does correctly determine the CD information for the Flac?
I'm also a little confused about the definition of the cue sheet as "embedded" - I have separate ".flac" and ".flac.cue" files, which looks like it is a separate file. Have I generated the cue file wrongly, and if so is there a way to either process the pair of files as if it is an embedded cue file, or to recombine them? When I run with the Flac files it does determine that the CD has the right number of tracks, so it looks like it has some information of the original CD structure.