- rich CUE files are important context
- the CUE file must accurately represent the CD it is derived from, including handling of pre-gaps
- how much external metadata should we import to make the CUE more useful?
- internal function or external program?
I'm split in my preference for doing things "in-house" versus the Unix way of leaving that to a dedicated external program. In this case the external helper is not adequately maintained [ie old bugs in C++ code] (https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=mkcue), also the support outside the debian-sphere doesn't appear to be very broad (https://www.rpmfind.net/linux/rpm2html/search.php?query=mkcue&submit=Search+...&system=&arch=)
I also use external by default. We have had someone reporting use of the internal mkcue.
I'm split in my preference for doing things "in-house" versus the Unix way of leaving that to a dedicated external program. In this case the external helper is not adequately maintained [ie old bugs in C++ code] (https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=mkcue), also the support outside the debian-sphere doesn't appear to be very broad (https://www.rpmfind.net/linux/rpm2html/search.php?query=mkcue&submit=Search+...&system=&arch=)
I also use external by default. We have had someone reporting use of the internal mkcue.