1
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
debug fix More... almost 16 years ago
* morituri/common/task.py: * morituri/image/image.py: Add some debugging. More... almost 16 years ago
* examples/readhtoa.py (added): Add an example that detects and rips the Hidden Track One Audio. More... almost 16 years ago
* examples/readtoc.py: * morituri/program/cdrdao.py (added): Move the ReadTocTask to the new cdrdao module. More... almost 16 years ago
* examples/readtrack.py: * morituri/program/cdparanoia.py: Move ReadTrackTask to cdparanoia module. More... almost 16 years ago
update example More... almost 16 years ago
* examples/readtrack.py (added): Add an example that reads a track using cdparanoia. More... almost 16 years ago
* 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. More... almost 16 years ago
* morituri/common/checksum.py: Debug fixes. More... almost 16 years ago
* morituri/common/common.py: Create some common functions to parse MSF and back. * morituri/image/toc.py: Use it here. More... almost 16 years ago
moap ignore More... almost 16 years ago
add to TODO More... almost 16 years ago
publicize path More... almost 16 years ago
* examples/trm.py: Allow loading and saving fingerprints from a pickle. More... almost 16 years ago
* morituri/image/toc.py: * morituri/test/test_image_toc.py: * morituri/test/bloc.toc (added): Fix up .toc parsing to correct index 0 behaviour. Add Bloc Party's Silent Alarm .toc file to test HTOA. More... almost 16 years ago
* examples/readtoc.py: Update to work on my desktop. More... almost 16 years ago
* morituri/common/task.py: Make task subclass log.Log More... almost 16 years ago
* morituri/common/log.py: Add external log module and use it. More... almost 16 years ago
adding external log module More... almost 16 years ago
* morituri/test/cure.toc (added): Add an example .toc file for the test. More... almost 16 years ago
* examples/readtoc.py: Extract and print TOC. More... almost 16 years ago
* morituri/test/test_image_toc.py (added): * morituri/image/toc.py (added): Add first stab at .toc parsing. More... almost 16 years ago
* examples/readtoc.py: get errors from output too. More... almost 16 years ago
* morituri/image/image.py: * morituri/image/table.py: * morituri/test/test_image_image.py: * morituri/test/test_image_table.py: Rename toc.TOC to table.Table More... almost 16 years ago
* morituri/test/test_image_table.py (added): * morituri/image/table.py (added): * morituri/test/test_image_toc.py (deleted): * morituri/image/toc.py (deleted): Move files around in preparation for the .toc file parsing. More... almost 16 years ago
* examples/movecue.py (added): Add a script that moves a .cue file in its corresponding directory. More... almost 16 years ago
* morituri/test/kanye.cue (added): Add a cue test with mixed mode. * morituri/image/cue.py: * morituri/test/test_image_cue.py: Handle it properly. More... almost 16 years ago
* morituri/image/cue.py: getRealPath should be here, it doesn't need anything outside the .cue file * morituri/image/image.py: Proxy it here. More... almost 16 years ago
* morituri/common/checksum.py: Add some debugging. * morituri/test/test_image_image.py: Run less verbose. More... almost 16 years ago
* morituri/common/task.py: Allow a SyncRunner to be constructed with verbose too. Separate a 'running' verbose mode from that. Fixes unwanted test output. * morituri/test/test_image_image.py: Run without verbosity. More... almost 16 years ago