I want to rip my cd collection accurately, so I use Morituri from the command line. It's a very simple process, which will use MusicBrainz to populate the artist and track information.
Firstly find your drive offset either from this list of drive offsets or use Morituri with a cd in the drive
$ rip offset find
Once the offset is established (for example +48), rip the cd with the following command
$ rip cd --device /dev/cdrom rip --offset 48
For a different naming convention, I prefer
$ rip cd rip --offset 48 --track-template="%A/%A - %d/%t - %a - %n" --disc-template="%A/%A - %d/%A - %d"