* morituri/rip/offset.py:
Pass device parameter to ReadTrackTask. Thanks to Alex B for spotting this on my blog.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/rip/offset.py:
|
||||
Pass device parameter to ReadTrackTask. Thanks to Alex B for
|
||||
spotting this on my blog.
|
||||
|
||||
2009-09-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/program/cdparanoia.py:
|
||||
|
||||
@@ -159,8 +159,9 @@ CD in the AccurateRip database."""
|
||||
track, offset))
|
||||
os.close(fd)
|
||||
|
||||
t = cdparanoia.ReadTrackTask(path, table, table.getTrackStart(track),
|
||||
table.getTrackEnd(track), offset)
|
||||
t = cdparanoia.ReadTrackTask(path, table,
|
||||
table.getTrackStart(track), table.getTrackEnd(track),
|
||||
offset=offset, device=self.options.device)
|
||||
t.description = 'Ripping track %d with read offset %d' % (
|
||||
track, offset)
|
||||
runner.run(t)
|
||||
|
||||
Reference in New Issue
Block a user