0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* morituri/common/task.py: Make sure we also show progress when it's 0%, at the start. More... almost 16 years ago
* morituri/image/cue.py: Use names for matches in regexps. More... almost 16 years ago
* examples/readtoc.py (added): Add an example to read the TOC, not finished yet. More... almost 16 years ago
* morituri/extern (added): * morituri/extern/__init__.py (added): * morituri/extern/asyncsub.py (added): Add extern module; add asynchronous subprocess Popen from http://code.activestate.com/recipes/440554/ More... almost 16 years ago
add todo file More... almost 16 years ago
* examples/gtkchecksum.py: * morituri/common/checksum.py: Final crc->checksum fixes. More... almost 16 years ago
* examples/ARcue.py: * morituri/common/checksum.py: * morituri/image/image.py: * morituri/image/toc.py: * examples/gtkchecksum.py (added): * examples/gtkcrc.py (deleted): More crc->checksum changes. More... almost 16 years ago
add comment More... almost 16 years ago
* examples/ARcue.py: * morituri/common/checksum.py: * morituri/image/image.py: * morituri/test/test_image_image.py: Change crc to checksum everywhere. More... almost 16 years ago
* morituri/image/image.py: * morituri/image/toc.py: * morituri/common/checksum.py (added): * morituri/common/crc.py (deleted): Rename crc to checksum, because AccurateRip checksums are not CRC's. More... almost 16 years ago
* examples/ARcue.py: * morituri/image/image.py: * morituri/test/test_image_image.py: Make everything use TOC for the id's. More... almost 16 years ago
* morituri/image/image.py: Refactor to use TOC class. * morituri/image/toc.py: Fully document. More... almost 16 years ago
* morituri/test/test_image_toc.py (added): * morituri/image/toc.py (added): Add an abstraction for a TOC. Take data tracks into account correctly for CDDB and AccurateRip disc ID's. More... almost 16 years ago
* morituri/image/image.py: * morituri/test/test_image_image.py: AccurateRip binary files actually contain multiple responses, so parse all of them. * examples/ARcue.py: Handle case of not having a response, and having multiple responses. More... almost 16 years ago
make it clear which one is ours More... almost 16 years ago
* morituri/common/crc.py: Actually return the CRC when checking frame 5. * morituri/test/test_image_image.py: Update test for this fix. More... almost 16 years ago
* morituri/image/image.py: Also look for audio file basename relative to cue file. More... almost 16 years ago
* examples/ARcue.py: Make output a bit nicer, mentioning whether tracks were accurately ripped. More... almost 16 years ago
* morituri/image/image.py: Add an object to parse the response of AccurateRip. * morituri/test/test_image_image.py: * morituri/test/dBAR-011-0010e284-009228a3-9809ff0b.bin (added): Add a test for it, based on my Kings Of Leon CD. More... almost 16 years ago
* morituri/image/image.py: Add the 150 frames for the leadin only to the CDDB calculation. Add methods to calculate AccurateRip id's and URL. * morituri/test/test_image_image.py: Add tests for it. * examples/ARcue.py: Show AccurateRip URL. More... almost 16 years ago
* examples/ARcue.py: * morituri/common/crc.py: * morituri/image/image.py: * morituri/test/test_image_image.py: Calculate CDDB disc id. Tested on my Kings Of Leon CD. More... almost 16 years ago
doc and cleanup, add getIndex More... almost 16 years ago
* examples/ARcue.py: * morituri/image/image.py: * morituri/test/test_image_image.py: Add a task to verify a disk image, which also calculates track lengths for tracks the cue file doesn't know the length of. More... almost 16 years ago
* examples/ARcue.py: Add option to run either command-line or gtk. More... almost 16 years ago
* morituri/image/image.py: Create a MultiTask base class, and make AudioRipCRCTask use it. More... almost 16 years ago
* morituri/image/image.py: * morituri/test/test_image_image.py: Add a task for calculating frame length of an audio file. Add a test for it. More... almost 16 years ago
* morituri/common/task.py: Schedule the start from the main loop, otherwise the task might complete before we're in the main loop, and then the loop.quit() doesn't work. More... almost 16 years ago
some more reorganizing More... almost 16 years ago
some more reorganizing More... almost 16 years ago
* examples/ARcue.py: * examples/gtkcrc.py: Rework both examples to look more similar. More... almost 16 years ago