06-16-2022, 07:48 PM
This is an academic issue for me since I don't use album-per-file rips. Nevertheless, if moOde is to support them, I believe it should also support the perfectly legit case of coverart embedded in the file.
AFAIK, a CUE file does not have to have the same basename as the music file it applies to or even be in the same directory but AFAIK the metadata in a CUE file always names the music file it applies to. For one of my example files,
This would seem to make it reasonably straightforward to deal with the indirection involved.
Regards,
Kent
AFAIK, a CUE file does not have to have the same basename as the music file it applies to or even be in the same directory but AFAIK the metadata in a CUE file always names the music file it applies to. For one of my example files,
Code:
REM COMMENT "CUETools generated dummy CUE sheet"
PERFORMER "Green Day"
TITLE "Warning:"
REM DISCNUMBER 1
REM TOTALDISCS 1
REM GENRE "Pop Rock"
FILE "Green Day - Warning_.flac" WAVE
TRACK 01 AUDIO
PERFORMER "Green Day"
TITLE "Warning"
INDEX 01 00:00:00
TRACK...
This would seem to make it reasonably straightforward to deal with the indirection involved.
Regards,
Kent