Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv26580
Modified Files:
cdbackup.py
Log Message:
Just some cleanup of commented out or disabled code.
Index: cdbackup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/cdbackup.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** cdbackup.py 20 Sep 2003 09:42:32 -0000 1.19
--- cdbackup.py 8 Oct 2003 02:06:18 -0000 1.20
***************
*** 29,32 ****
--- 29,35 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.20 2003/10/08 02:06:18 outlyer
+ # Just some cleanup of commented out or disabled code.
+ #
# Revision 1.19 2003/09/20 09:42:32 dischi
# cleanup
***************
*** 330,336 ****
self.current_track = track
- # store start time
- begin = time.time()
-
# CD_RIP_PATH = '%(artist)s/%(album)/%(song)s'
--- 333,336 ----
***************
*** 365,371 ****
# 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),
--- 365,368 ----
***************
*** 379,384 ****
# Build the lame command to be run if mp3 format is selected
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,
--- 376,379 ----
***************
*** 436,450 ****
if os.path.exists (rm_command): os.unlink(rm_command)
- # Flash a popup window indicating copying is done
- time_taken = time.time() - begin + 300
- min = int(time_taken/60)
- sec = int(time_taken%60)
- popup_string="Finished Copying CD in %im%is" % (min,sec)
for media in config.REMOVABLE_MEDIA:
media.info.handle_type = 'audio'
- #pop = AlertBox(text=popup_string)
- #pop.show()
- # Disabled because if the popup happens when you're listening to music,
- # you can no longer do anything in Freevo.
# done
--- 431,436 ----
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog