* 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:
Thomas Vander Stichele
2012-11-27 08:09:51 +00:00
parent 31a6bd942a
commit e67ad23894
4 changed files with 26 additions and 1 deletions

View File

@@ -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