* morituri/common/program.py:
* morituri/program/cdparanoia.py: * morituri/result/result.py: Track ripping speed for test and encode per-track.
This commit is contained in:
@@ -476,6 +476,9 @@ class Program(log.Loggable):
|
||||
trackResult.quality = t.quality
|
||||
trackResult.testspeed = t.testspeed
|
||||
trackResult.copyspeed = t.copyspeed
|
||||
# we want rerips to add cumulatively to the time
|
||||
trackResult.testduration += t.testduration
|
||||
trackResult.copyduration += t.copyduration
|
||||
|
||||
if trackResult.filename != t.path:
|
||||
trackResult.filename = t.path
|
||||
|
||||
Reference in New Issue
Block a user