Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv868
Modified Files:
cdbackup.py
Log Message:
use OGGENC_CMD, and only show encoding options for encoders that are
actually available.
Index: cdbackup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/cdbackup.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cdbackup.py 3 Jul 2003 04:19:31 -0000 1.9
--- cdbackup.py 3 Jul 2003 04:24:45 -0000 1.10
***************
*** 27,30 ****
--- 27,34 ----
#
# $Log$
+ # Revision 1.10 2003/07/03 04:24:45 outlyer
+ # use OGGENC_CMD, and only show encoding options for encoders that are
+ # actually available.
+ #
# Revision 1.9 2003/07/03 04:19:31 outlyer
# Updated cdbackup with Rich's new Ogg patch; also changed some variables,
***************
*** 296,300 ****
oggenc_command = \
'%s %s -a "%s" -G "%s" -N "%s" -t "%s" -l "%s" "%s%s.wav" -o
"%s%s.ogg"' % \
! (config.OGG_CMD, config.CD_RIP_OGG_OPTS,
artist, genre, track, song_names[i], album,
pathname_cdparanoia, path_tail_cdparanoia, pathname, path_tail)
--- 300,304 ----
oggenc_command = \
'%s %s -a "%s" -G "%s" -N "%s" -t "%s" -l "%s" "%s%s.wav" -o
"%s%s.ogg"' % \
! (config.OGGENC_CMD, config.CD_RIP_OGG_OPTS,
artist, genre, track, song_names[i], album,
pathname_cdparanoia, path_tail_cdparanoia, pathname, path_tail)
***************
*** 425,432 ****
items = []
! items += [menu.MenuItem('Backup CD to hard drive in mp3 format',
self.cd_backup_mp3, arg=arg)]
!
! items += [menu.MenuItem('Backup CD to hard drive in Ogg format',
self.cd_backup_ogg, arg=arg)]
--- 429,437 ----
items = []
! if config.LAME_CMD:
! items += [menu.MenuItem('Backup CD to hard drive in mp3 format',
self.cd_backup_mp3, arg=arg)]
! if config.OGGENC_CMD:
! items += [menu.MenuItem('Backup CD to hard drive in Ogg format',
self.cd_backup_ogg, arg=arg)]
-------------------------------------------------------
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