Ignore:
Timestamp:
19-05-11 02:28:36 (2 years ago)
Author:
thomas
Message:
  • morituri/program/cdparanoia.py:
  • morituri/common/encode.py:
  • morituri/common/program.py:
  • morituri/rip/cd.py: Add action and what args to describe task better.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morituri/rip/cd.py

    r420 r438  
    216216                    device=self.parentCommand.options.device, 
    217217                    profile=profile, 
    218                     taglist=prog.getTagList(number)) 
     218                    taglist=prog.getTagList(number), 
     219                    what='track %d of %d' % (number, len(itable.tracks))) 
    219220 
    220221                if trackResult.testcrc == trackResult.copycrc: 
Note: See TracChangeset for help on using the changeset viewer.