ACPI administration advocacy advocacy opinion apache audio authentication bash calendar commandline cron database debian desktop development disk dvd emacs email exim files firefox firewall ftp fun grub hardware hardware html images installation ipod kde knoppix laptop latex mplayer multimedia mysql network nfs openoffice opinion opinion pdf perl php postgresql printing scripting scsi security shell sitenews slackware spam ssh subversion svk t23 t43 text thinkpad thunderbird time users windows wine wordpress xwindows xwindows
These days with big hard drives, there is some sense in using the highest possible audio quality when ripping your CDs. The best audio quality is provided by FLAC (Free Lossless Audio Codec).
Previously, I've always used Grip to rip CDs to mp3 or ogg. However, when ripping to Flac I noticed that the meta-data such as track title, album title and so on were disappearing! The data were not being written to the Flac file and therefore were not being displayed by any player, whether Amarok or xmms.
The reason for this is that Flac does not use the same type of tagging system that mp3 files do. Instead Flac files use something called "Vorbis comments" to store the data.
To get the players to display information like 'song title', the Grip configuration options must be changed so that Grip writes these data to the flac file when ripping.
I fixed this by clicking on the 'Config' tab and then on the 'Encode' tab. In the box called 'Encoder command-line', the correct options must be entered.

For me these are:
--best -V -o %m %w -T "ARTIST=%A" -T "TRACKNUMBER=%t" -T "ALBUM=%d" -T "TITLE=%n" -T "GENRE=%G" -T "DATE=%y"
All works fine now!