I did add it, it's in config.py: 196: CONF.oggenc = ''
Aubin On Thu, Jul 03, 2003 at 12:05:02PM +0200, Dirk Meyer wrote: > [EMAIL PROTECTED] wrote: > > # ====================================================================== > > --- 631,638 ---- > > LAME_CMD = CONF.lame > > CDPAR_CMD = CONF.cdparanoia > > + OGGENC_CMD = CONF.oggenc > > CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(song)s' > > CD_RIP_LAME_OPTS = '--preset standard' > > ! CD_RIP_OGG_OPTS = '-m 128' > > > > # ====================================================================== > > CONF.oggenc doesn't exist when you start start freevo. You need to > restart setup and even than, oggenc may not be there. Please always > add the new variables in CONF to config.py and increase CONFIG_VERSION > in setup.py and FREEVO_CONF_VERSION in freevo_config.py so that the > user is aware of the changes. Since it's only a small change, you > should set it to 2.1. Also LOCAL_CONF_VERSION to a higher number and > add a text for all the changes you made. > > > Dischi > > -- > As I said before, I never repeat myself. > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Freevo-cvslog mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-cvslog ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
