Add experimental overread support (lead-out)

thomasvs/morituri#137
This commit is contained in:
JoeLametta
2015-11-29 16:24:16 +01:00
parent 693d67cf3b
commit c29da6cb97
5 changed files with 31 additions and 10 deletions

View File

@@ -566,7 +566,7 @@ class Program(log.Loggable):
return ret
def ripTrack(self, runner, trackResult, offset, device, profile, taglist,
what=None):
overread, what=None):
"""
Ripping the track may change the track's filename as stored in
trackResult.
@@ -590,7 +590,7 @@ class Program(log.Loggable):
what='track %d' % (trackResult.number, )
t = cdparanoia.ReadVerifyTrackTask(trackResult.filename,
self.result.table, start, stop,
self.result.table, start, stop, overread,
offset=offset,
device=device,
profile=profile,