Well it has just taken the better part of 2 hours to get CD ripping configured to how I want. When I first installed Ubuntu and run up Juicer, The default ripping software, I could not get the MP3 selection to work so I uninstalled Juicer and made a note to look for different software.
Today after a bit of searching on CD Ripping I realised it is probably the best application and installed it again. That was the easy part, I then had a fight with the MP3 configuration string to get ID3 tags working and CDs ripping at a good bit rate. It turns out that when the configuration string is wrong Juicer will not let you select that encoding selection.
Here is the configuration I settled on in the end, a good example of what I mean by cryptic.
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=extreme ! xingmux ! id3v2mux
Here is the breakdown of what is going on
audio/x-raw-int,rate=44100,channels=2 gives the basic details about the file, 44100KHz sample in stereo.
lame name=enc preset=extreme tells Lame, the MP3 encoder, how to encode the file. I use the high quality variable bitrate preset.
xingmux is where things get fuzzy. No idea what this does but searching around it appears to set the correct vbr tags in the ID3 block of the files. People said use it so in it went.
id3v2mux is what puts the standard ID3 tags into the file, such as artist name etc.
Finding mistakes in lines like the above can be a real headache. In Windows I just used Media Player to rip and tag, where you simply selected bitrate in a slider. That said, I did have to buy a plugin to allow MP3 ripping instead of ripping to WMA.
Has this hair pulling episode put me off Linux, not yet. Now its up and running I can just forget about it. I had years of Windows trouble shooting under my belt to help in problem solving in that platform and here I am a noob again, I know it will get easier with more experience