Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv31892
Modified Files: cdbackup.py Log Message: cdbackup currently outputs about 250k of logs for one CD worth of music; I'm going to make it quiet for now, until we get runapp hooked in. Speaking of which, anyone volunteering to do the runapp conversion? Index: cdbackup.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/audio/plugins/cdbackup.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** cdbackup.py 4 Jul 2003 15:17:56 -0000 1.11 --- cdbackup.py 12 Jul 2003 20:27:46 -0000 1.12 *************** *** 27,30 **** --- 27,36 ---- # # $Log$ + # Revision 1.12 2003/07/12 20:27:46 outlyer + # cdbackup currently outputs about 250k of logs for one CD worth of music; I'm + # going to make it quiet for now, until we get runapp hooked in. + # + # Speaking of which, anyone volunteering to do the runapp conversion? + # # Revision 1.11 2003/07/04 15:17:56 outlyer # New cdstatus plugin. Only tested on my machine so use with caution. *************** *** 284,288 **** # Build the cdparanoia command to be run ! cdparanoia_command = '%s -s %s "%s%s.wav"' % (config.CDPAR_CMD, str(i+1), pathname_cdparanoia, path_tail_cdparanoia) --- 290,296 ---- # Build the cdparanoia command to be run ! # XXX Sending output to dev /null; someone should move this into runapp ! # and parse the output ! cdparanoia_command = '%s -s %s "%s%s.wav" >/dev/null 2>&1' % (config.CDPAR_CMD, str(i+1), pathname_cdparanoia, path_tail_cdparanoia) *************** *** 295,300 **** if string.upper(rip_format) == 'MP3': ! ! lame_command = '%s --nohist -h %s "%s%s.wav" "%s%s.mp3"' % (config.LAME_CMD, config.CD_RIP_LAME_OPTS, pathname_cdparanoia, path_tail_cdparanoia, pathname, path_tail) --- 303,309 ---- if string.upper(rip_format) == 'MP3': ! ! # XXX Sending output to /dev/null too; move this into runapp, parse output ! lame_command = '%s --nohist -h %s "%s%s.wav" "%s%s.mp3" >/dev/null 2>&1' % (config.LAME_CMD, config.CD_RIP_LAME_OPTS, pathname_cdparanoia, path_tail_cdparanoia, pathname, path_tail) ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog