Tag Archives: vorbiscomment

Command Line Basics: Ripping Audio CD’s, Part 3

In part 1 of CLB: Ripping Audio CD’s, I showed how to rip the songs from your CD and save them as WAV files. In part 2 I showed how to convert those files to Ogg Vorbis audio. Today in Part 3 I’m going to show a few ways to tag those Ogg Vorbis audio files from the command line.

In the last post we used the oggenc command from the vorbis-tools package. We’re going to use another command from vorbis-tools to tag the files: vorbiscomment. Continue reading