* David Whitmarsh <[EMAIL PROTECTED]> [2006-01-27 07:02]: > >README and man page say: > > * Insert a CD, fire up jack: > > $ jack > > Now watch it work. It's fun for a while. After having > >finished, you have > > the follwing files on your HD: track_01.mp3, track_02.mp3, ..., > >Not true! One ends up with OGG files by default! > > --encoder-name, -E string > > use which encoder (default "oggenc") > You're right, the man page should say that you'll get ogg files.
By default OGGs are generated now rather than MP3s, update man page accordingly. Patch by David Whitmarsh <[EMAIL PROTECTED]> diff -u jack-3.1.1/jack.man jack-3.1.1-348547/jack.man --- jack-3.1.1.old/jack.man 2004-12-12 04:54:35.000000000 +0000 +++ jack-3.1.1/jack.man 2006-01-27 12:38:48.000000000 +0000 @@ -424,8 +424,8 @@ .RE .PP Now watch it work. It's fun for a while. After having finished, you have -the following files on your HD: track_01.mp3, track_02.mp3, ..., -track_nn.mp3 plus jack.toc, jack.freedb, jack.progress. The last three are +the following files on your HD: track_01.ogg, track_02.ogg, ..., +track_nn.ogg plus jack.toc, jack.freedb, jack.progress. The last three are used to store the state jack is in so it can resume work when interrupted. .PP Jack will create a directory called jack-xxxxxxxx for you, there it @@ -445,7 +445,7 @@ .RE .PP when successful the files are now renamed to something more readable and -have been ID3 tagged accordingly. jack.freedb contains the queried freedb +have been tagged accordingly. jack.freedb contains the queried freedb entry, the original file has been backed up to jack.freedb.bak. .PP All in one: query, rip, encode, cleanup: -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

