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
* morituri/test/test_image_image.py: Fix name. More... almost 16 years ago
moap ignore More... almost 16 years ago
* morituri/test/test_common_renamer.py (added): * morituri/common/renamer.py (added): Add a way of doing transactional file renames, as well as their metafile updates. More... almost 16 years ago
fix More... almost 16 years ago
update More... almost 16 years ago
* morituri/common/task.py: Add a 'described' method so listeners can get proper notification of description changes, and update their description in between progress changes. Add a MultiCombinedTask that reports on progress over all tasks combined. * examples/trm.py: Add a playlist option to the example. Still needs to store results to pickles, preferably after each completed task. * morituri/common/checksum.py: Add audioconvert to make sure we can trm ogg files. More... almost 16 years ago
* morituri/common/task.py: * morituri/image/image.py: Move MultiTask to the task module. More... almost 16 years ago
* morituri/common/checksum.py: Add a task to calculate a trm fingerprint. * examples/trm.py (added): Add an example. Strangely enough it starts burstily, doing 10% directly, halting, then progressing quickly, More... almost 16 years ago
* examples/ARcue.py: Fix a bug in the gtk example. More... almost 16 years ago
* examples/readtoc.py: Read the toc using cdrdao. Now sets progress based on which frame it is on. More... almost 16 years ago
* morituri/common/task.py: Add a __main__ example using DummyTask. More... almost 16 years ago
* 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