1
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* morituri/program/cdrdao.py: * morituri/test/test_program_cdrdao.py (added): Split out the parser from the task. Test the parser. More... almost 16 years ago
* morituri/program/cdrdao.py: * morituri/test/test_program_cdrdao.py (added): Split out the parser from the task. Test the parser. More... almost 16 years ago
add logging More... almost 16 years ago
* 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. More... almost 16 years ago
* morituri/common/checksum.py: Update debugging. Add repr. More... almost 16 years ago
* examples/ARcue.py: Handle case where we have no matching response. More... almost 16 years ago
* morituri/common/task.py: Distinguish more clearly between MultiSeparateTask and MultiCombinedTask. More... almost 16 years ago
add assert More... almost 16 years ago
* morituri/image/cue.py: * morituri/test/test_image_cue.py: Add dumping of .cue files. More... almost 16 years ago
docs More... almost 16 years ago
* morituri/program/cdparanoia.py: Use a temporary file to rip to. More... almost 16 years ago
remove ellipses More... almost 16 years ago
* examples/readtrack.py: Allow specifying the track to save. More... almost 16 years ago
* morituri/common/task.py: Make SyncRunner clear previous description/progress task by tracking longest output given up to now. More... almost 16 years ago
* 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. More... almost 16 years ago
remove prints More... almost 16 years ago
* morituri/common/common.py: Create a Persister class to wrap a possible pickle path. * examples/trm.py: Use it. More... almost 16 years ago
remove a print More... almost 16 years ago
verify cdparanoia's output More... almost 16 years ago
* 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. More... almost 16 years ago
add repr More... almost 16 years ago
* morituri/common/taskgtk.py: Bug fix. More... almost 16 years ago
* morituri/common/task.py: * morituri/common/taskgtk.py: Split off GtkProgressRunner in separate module to not import gtk everywhere. * examples/ARcalibrate.py: * examples/ARcue.py: * examples/gtkchecksum.py: * examples/trm.py: Adapt. More... almost 16 years ago
copy before splitting More... almost 16 years ago
* examples/ARcalibrate.py (added): Add an example that calculates the read offset of your drive using AccurateRip. More... almost 16 years ago
* morituri/program/cdrdao.py: Add a task to read the Table. More... almost 16 years ago
add logging fix up for cue->table rename More... almost 16 years ago
change progress notify to log More... almost 16 years ago
add errors More... almost 16 years ago
doc fix More... almost 16 years ago