1
I Use This!
Inactive

Commits : Listings

Analyzed 22 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/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
* examples/gtkcrc.py: * morituri/common/task.py: Move the gtk-based progress bar to task. More... almost 16 years ago
* examples/gtkcrc.py: * morituri/common/crc.py: * morituri/common/task.py: * morituri/image/image.py: Add a 'schedule' call to the TaskRunner class, so that we can abstract things like gobject.timeout_add and reactor.callLater Pass the runner to the task in Task.start() so a task can call schedule. More... almost 16 years ago
* morituri/common/task.py: Update the docs. More... almost 16 years ago
ignore more More... almost 16 years ago
* morituri/test/test_image_image.py (added): Add tests for AudioRip CRC'ing images. More... almost 16 years ago
* morituri/test/track-separate.cue (added): * morituri/test/track.flac (added): * morituri/test/Makefile (added): * morituri/test/track-single.cue (added): Add a simple 10 frame flac file, and two .cue files using it. More... almost 16 years ago
* morituri/image/image.py: If paths are relative, make them relative to cue file. More... almost 16 years ago
* morituri/common/task.py: clear with whitespace. More... almost 16 years ago
* examples/ARcue.py: * morituri/common/task.py: * morituri/image/image.py (added): Add an object for handling an Image based on a .cue file. Create a Task for CRC'ing the whole Image. Make the example use this new task instead. More... almost 16 years ago
* examples/gtkcrc.py: * morituri/common/task.py: Add task object to listener interface methods. More... almost 16 years ago
* morituri/common/task.py: Move methods around. More... almost 16 years ago
* examples/ARcue.py: * examples/gtkcrc.py: * morituri/common/crc.py: * morituri/common/task.py: Split out generic task/runner from CRC tasks. More... almost 16 years ago
* morituri/common/crc.py (added): Copy from task.py before splitting. More... almost 16 years ago
* examples/gtkcrc.py: * morituri/common/task.py: Don't block the main loop by infinitely scheduling set_state. More... almost 16 years ago
* examples/ARcue.py: * examples/gtkcrc.py: * morituri/common/task.py: Make a real Task interface and use it. Make runners reusable for multiple tasks. gtkcrc.py seems to be blocking updates however. More... almost 16 years ago
* morituri/test (added): * morituri/test/test_image_cue.py (added): * morituri/test/kings-single.cue (added): * morituri/test/__init__.py (added): * morituri/test/kings-separate.cue (added): Add test suite. Add Kings Of Leon cue files. More... almost 16 years ago
* examples/ARcue.py: Error out when the file doesn't exist. * morituri/common/task.py: Drag the lake. Clean up prints. More... almost 16 years ago
* morituri/common/task.py: Remove queue to avoid race. Remove prints. Clean up debug. Update progress after handling buffers. More... almost 16 years ago
remove debugging output More... almost 16 years ago