QUOTE(leonlikestrees @ Nov 7 2007, 06:39)

Fair point. It's chaining everything together. Looking at the best way to rip a CD for postprocessing by script. I sort of though so many people would do this that someone would just have a really good recipe. If not, I'll work out something that works for me, and I'll publish it somewhere.
Most people have the scripts ready before doing the post processing. However, like you, I started with a lot of WAVs and CUEs. To start from there, I would recommend using FooBar2000. Before I knew how to write BATs to process any considerable amount of files, I learned to use FB2K to handle the processing.
QUOTE(leonlikestrees @ Nov 7 2007, 06:39)

QUOTE(Synthetic Soul @ Nov 7 2007, 09:10)

Will do - thanks. I hadn't come across that yet.
REACT is, in my honest opinion, the most powerful CD ripping utility, if not the most powerful audio tool I have ever used (FB2K and REACT are neck and neck ;-) ). Using nothing more than REACT, I just setup an automated process that:
- Rips to a WavPack lossless image (-hh, more compression than FLAC --best and faster), verified against AccurateRip
- Put this into a directory based on: "Genre\Album Artist\Album [Year]\WavPack Lossless Image" (Soundtracks automatically get a different directory structure!)
- Perform a hash calculation on the image and save that as a TXT document
- Put the image, cue, log and hash TXT into a RAR archive with 10% recovery record with the EAC log as the archive comment, all later to be burned to a DVD for long term storage
- Output OGG Vorbis (-Q2) tracks [I have yet to setup replaygain on the Vorbis tracks]
- Put the Tracks into a similar directory, only "OGG Vorbis Tracks"
QUOTE(leonlikestrees @ Nov 7 2007, 06:39)

Pretty much anything if you can find a codec for it, so I merrily started encoding FLACs, then I read a few forum posts about how the flac codecs for WMP are a bit flaky. Darn. Oh well, I'll just have a look into it. There's plenty of info out there on choosing codecs.
Given the amount of time and research I have spent into this, I gave up on players like WMP or WinAmp and stick exclusively with FooBar2000. Any DAP I buy will either have RockBox or natively play Vorbis. MP3 will be the most popular codec to use for lossy playback.
QUOTE(leonlikestrees @ Nov 7 2007, 06:39)

which I guess is what I was looking for in a guide - what's the best starting point? I have just ripped a CD to a single wav + cue sheet from EAC. I guess my idea was to make a big pile of those, and then run some script overnight to blast it all apart and re-encode in the different formats I want.
While a script I cannot help, however with WavPack and FooBar2000, you can run processing on the WAVs that will import the CUE into your outputted WV image! The setup would require you to setup a custom WavPack Conversion profile, then use the custom settings:
CODE
-hh -w "CUESHEET=@%filename%.cue" %s %d
That @ is important for wavpack encoder since it tells the encoder to grab the CUE.
It so happens that I am currently writing a draft of the setup and the steps required for my neighbor. If you like I can post one here or email you a copy of the guide. It will be a long guide and take a while since my boss is one of those that needs lots of pictures in his setup instructions.