Hi all,
After the long silence, I'm going to release an update of CueProc within a few weeks (in mid of Feb). I would like to include your as many requests from users as possible because I may not release CueProc so often. I do appreciate your suggestions and bug reports before the next release.
These are the issues to be addressed in the next release:
- Quote '&', '<', '>', '|' characters.
- Investigate the problem when a variable used for directory names contains "." or ".."
- Handle UTF-8 BOM sequences properly.
- Support albumart images for MP4/AAC files.
- Assume *.jpg, *.jpeg, *.png, *.gif as albumart images for *.cue
- Review the patch from Smyttie (Sorry for the very late reply).
QUOTE(Preuss @ Jul 16 2007, 21:22)

1. If there is a "REM GENRE R&B" in the cuesheet then it will never encode anything. It must be a problem with the "&" character.
This is the worst bug in the current CueProc release. I'll fix this.
QUOTE(Preuss @ Jul 16 2007, 21:22)

2. I have many cue sheets for each rip, and would like to be able to find all *.cue files but not *.[*].cue files.
Can you do this.?
No. Use grep or other programs to filter out such files.
QUOTE(rohangc @ Nov 23 2007, 16:34)

QUOTE(Smyttie @ Jul 31 2007, 18:17)

Is it intended for --albumart-files to also utilize variable substitution the way other CueProc options do? I have my album artwork backed up using the same base name as my albums, using the following form:
${ARTIST} - [${DATE}] ${ALBUM}.cue
${ARTIST} - [${DATE}] ${ALBUM}.flac
${ARTIST} - [${DATE}] ${ALBUM}.jpg
Wow! This is
exactly how my FLAC library is organized! I wanted to ask Nyaochi the very same question, but you beat me to it.
Nyaochi, it will be great if you implement variable substitution for album art files, which will offer a great deal of flexibility when it comes to organizing ones library.
Right. I'll support this.
QUOTE(bsleeth @ Jan 2 2008, 02:21)

I would like to be able to use your standard lame plugin to do the transcoding and tagging of my tracks. Your tool works great, with one exception, identification of the "Various Artists". I know this has been briefly touched on before, but, would it be possible to add an option to output the album artists in the band and/or a user "album artist" frame? I realize that this can fuel the whole ragging debate between "BAND" versus "album artist", but the reality is that the tools I use expects to find "album artist" and pretty much ignores "BAND".
Do you want to extract album-artist values from "REM BAND" fields? Please elaborate this item if my understanding is wrong.
QUOTE(rohangc @ Jan 28 2008, 13:30)

Hi Nyaochi. I am thinking of moving from MP3 to AAC and am in need of this feature very badly. This is due to the fact that the Nero AAC encoder cannot embed album art into files. We need to use the AAC tagger for this purpose which rules out the usage of the current version of CUEProc. Can you tell me whether you plan to implement this soon? Thanks.
I'm going to use neroAACTag.exe to attach albumart images to MP4/AAC files.