-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am the the author of KAudioCreator. A simple cd ripper/encoder application for KDE. I would like to add flac (or is it FLAC?) to the default encoders. KAudioCreator uses a simply command line listing for its encoders. For example: To leave as a wav file: "mv %f %o" To encode with oggenc: "oggenc -o %o -a %artist -l %album -t %song -N %track %f" So my question is what is the best default options that I should have? (given that 99% of users don't modify their settings) - -Benjamin Meyer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+0TV21rZ3LTw38vIRAlmLAJ9SBiBQXqX2D1amZCcT6gd8yzBTBQCeICiI TOjT7g1FU2n7zDZ8u0ECvEk=88Hn -----END PGP SIGNATURE-----
In case you cut and paste this, I think Matt meant argv[3] to be --tag=artist=%artist -- Brady Patterson (brady@spaceship.com) Do you know Old Kentucky Shark? On Sun, 25 May 2003, Matt Zimmerman wrote:> flac -o %o --tag=title=%artist --tag=album=%album --tag=title=%song > --tag=tracknumber=%track %f
On Sun, May 25, 2003 at 05:28:22PM -0400, Benjamin Meyer wrote:> I am the the author of KAudioCreator. A simple cd ripper/encoder application > for KDE. I would like to add flac (or is it FLAC?) to the default encoders. > KAudioCreator uses a simply command line listing for its encoders. For > example: > > To leave as a wav file: "mv %f %o" > To encode with oggenc: "oggenc -o %o -a %artist -l %album -t %song -N %track > %f" > > So my question is what is the best default options that I should have? (given > that 99% of users don't modify their settings)flac -o %o --tag=title=%artist --tag=album=%album --tag=title=%song --tag=tracknumber=%track %f -- - mdz