Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv32698

Modified Files:
        freevo_config.py setup_freevo.py 
Log Message:
Updated cdbackup with Rich's new Ogg patch; also changed some variables,
and added oggenc to setup and configuration.


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.206
retrieving revision 1.207
diff -C2 -d -r1.206 -r1.207
*** freevo_config.py    1 Jul 2003 06:10:52 -0000       1.206
--- freevo_config.py    3 Jul 2003 04:19:30 -0000       1.207
***************
*** 631,637 ****
  LAME_CMD = CONF.lame
  CDPAR_CMD = CONF.cdparanoia
  CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(song)s'
  CD_RIP_LAME_OPTS = '--preset standard'
! CD_RIP_ID3_TAG_OPTS = '--tt %(song)s  --ta %(artist)s --tl %(album)s --tn %(track)s' 
  
  # ======================================================================
--- 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'
  
  # ======================================================================

Index: setup_freevo.py
===================================================================
RCS file: /cvsroot/freevo/freevo/setup_freevo.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** setup_freevo.py     1 Jul 2003 02:46:33 -0000       1.7
--- setup_freevo.py     3 Jul 2003 04:19:30 -0000       1.8
***************
*** 13,16 ****
--- 13,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2003/07/03 04:19:30  outlyer
+ # Updated cdbackup with Rich's new Ogg patch; also changed some variables,
+ # and added oggenc to setup and configuration.
+ #
  # Revision 1.7  2003/07/01 02:46:33  outlyer
  # Added lame and cdparanoia
***************
*** 177,180 ****
--- 181,185 ----
      check_program(conf, "lame", "lame",0,sysfirst)
      check_program(conf, "cdparanoia","cdparanoia",0,sysfirst)
+     check_program(conf, "oggenc","oggenc",0,sysfirst)
  
      check_config(conf)




-------------------------------------------------------
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

Reply via email to