Thomas Vander Stichele
d34f3683ec
* morituri/program/cdrdao.py:
...
* morituri/test/test_program_cdrdao.py:
Fix up tests. Use an IndexTable.
2009-05-04 12:28:12 +00:00
Thomas Vander Stichele
91b9c393de
* morituri/program/cdrdao.py:
...
Massage out a base class for running cdrdao.
2009-05-04 12:14:05 +00:00
Thomas Vander Stichele
aee0a2f128
* morituri/program/cdrdao.py:
...
* morituri/test/test_program_cdrdao.py (added):
Split out the parser from the task. Test the parser.
2009-05-04 09:23:22 +00:00
Thomas Vander Stichele
22e81b4665
* morituri/image/cue.py:
...
* morituri/image/image.py:
* morituri/image/table.py:
* morituri/program/cdparanoia.py:
* morituri/test/test_image_cue.py:
Move to using a shared IndexTable for everything.
Sadly mixed with a MultiTask rename.
2009-05-04 08:40:42 +00:00
Thomas Vander Stichele
bdf1d0b90c
docs
2009-05-03 19:17:32 +00:00
Thomas Vander Stichele
be20385fd4
* morituri/program/cdparanoia.py:
...
Use a temporary file to rip to.
2009-05-03 19:17:21 +00:00
Thomas Vander Stichele
d1c3bb3def
* morituri/program/cdparanoia.py:
...
Add a task to read and verify a track.
* examples/readtrack.py:
Use it to clean up code.
* morituri/common/task.py:
describe a MultiTask better.
2009-05-03 17:44:23 +00:00
Thomas Vander Stichele
e0c311f870
remove a print
2009-05-03 15:03:18 +00:00
Thomas Vander Stichele
81eddd26b8
verify cdparanoia's output
2009-05-03 14:54:52 +00:00
Thomas Vander Stichele
d8e288d848
* morituri/program/cdparanoia.py:
...
Add table to __init__, so we can correctly calculate cdparanoia's
strange ripping regions.
* examples/ARcalibrate.py:
When we found a positive match on a first track, match all the other
tracks too for confirmation.
2009-05-03 12:59:37 +00:00
Thomas Vander Stichele
5411fffd4b
* morituri/program/cdrdao.py:
...
Add a task to read the Table.
2009-05-03 09:55:36 +00:00
Thomas Vander Stichele
d26f1b90ca
add errors
2009-05-03 09:54:05 +00:00
Thomas Vander Stichele
8286bf9b22
* examples/readtoc.py:
...
* morituri/program/cdrdao.py (added):
Move the ReadTocTask to the new cdrdao module.
2009-05-01 18:57:28 +00:00
Thomas Vander Stichele
54c7322a04
* examples/readtrack.py:
...
* morituri/program/cdparanoia.py:
Move ReadTrackTask to cdparanoia module.
2009-05-01 18:52:51 +00:00
Thomas Vander Stichele
08789fc6cb
* morituri/test/cdparanoia.progress (added):
...
* morituri/test/test_program_cdparanoia.py (added):
* morituri/program/__init__.py (added):
* morituri/program/cdparanoia.py (added):
Add a module to wrap cdparanoia. Add a test for parsing
the progress report output.
2009-05-01 18:31:41 +00:00