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
* examples/readdisc.py: * examples/readhtoa.py: * examples/readtoc.py: Rename IndexTable to Table. More... almost 16 years ago
* morituri/image/cue.py: * morituri/image/image.py: * morituri/image/table.py: * morituri/image/toc.py: * morituri/program/cdparanoia.py: * morituri/program/cdrdao.py: * morituri/test/test_image_cue.py: * morituri/test/test_image_table.py: Rename IndexTable to Table. More... almost 16 years ago
* morituri/image/cue.py: * morituri/image/image.py: * morituri/image/table.py: * morituri/image/toc.py: * morituri/program/cdrdao.py: * morituri/test/test_image_cue.py: * morituri/test/test_image_table.py: Rename ITTrack to Track. More... almost 16 years ago
one more symbol More... almost 16 years ago
* morituri/common/common.py: * morituri/image/cue.py: Use FRAMES_PER_SECOND where appropriate. More... almost 16 years ago
* morituri/common/checksum.py: * morituri/common/common.py: * morituri/image/image.py: * morituri/image/table.py: * morituri/program/cdparanoia.py: Move constants to common More... almost 16 years ago
add another constant before we move More... almost 16 years ago
add a test file More... almost 16 years ago
* examples/readdisc.py: Get our metadata only from the toc. More... almost 16 years ago
* examples/readdisc.py: Also work for discs without htoa. More... almost 16 years ago
add a debug line More... almost 16 years ago
* examples/readdisc.py: Write .m3u file. More... almost 16 years ago
tell us when we're wrong More... almost 16 years ago
* examples/readdisc.py: Rip HTOA as well. Add disc-template parameter. More... almost 16 years ago
* morituri/image/table.py: Fix a subtle bug in our CDDB disc id calculation. The length of the audio should be calculated as the delta between leadout and start already converted (and truncated) to seconds. * morituri/test/bloc.cue: * morituri/test/test_image_toc.py: Fix up tests for this. More... almost 16 years ago
* morituri/program/cdparanoia.py: Fix up track counting so HTOA can be ripped again. * examples/readhtoa.py: Fix up example so it works again, tested on Silent Alarm. More... almost 16 years ago
* morituri/test/test_image_toc.py: * morituri/test/bloc.cue (added): Add an expected .cue file for the bloc party toc. More... almost 16 years ago
* morituri/image/toc.py: Calculate the leadout from the sum of the track lengths. * morituri/test/breeders.cue: * morituri/test/cure.cue: Adapt expected results for DISCID. * morituri/image/table.py: Add an assert for hasTOC() when doing .cue() * morituri/test/test_image_toc.py: * morituri/test/test_image_cue.py: absolutize before cue() More... almost 16 years ago
* morituri/image/table.py: Only add DISCID if our table is a TOC (which it isn't with our current .toc file parsing) * morituri/test/test_image_cue.py: * morituri/test/test_image_toc.py: Fix up tests; testsuite passes again. More... almost 16 years ago
* morituri/image/toc.py: Add some debugging. More... almost 16 years ago
* morituri/image/table.py: Update .cue writing: - customise program name - add DISCID - use counter for FILE lines - put FILE line before TRACK if track does not have INDEX 00 Take counter into account for setFile * examples/readdisc.py: Add --track-template. Pass counter to setFile. More... almost 16 years ago
* morituri/image/table.py: Add CDText writing to .cue() method. * morituri/image/toc.py: Add CDText parsing. * morituri/test/test_image_toc.py: * morituri/test/breeders.cue (added): Add a test for cue'ing the breeders' toc. More... almost 16 years ago
* morituri/image/table.py: * morituri/image/toc.py: Add parsing of ISRC codes. Add first part of CDTEXT stuff. * morituri/test/test_image_toc.py: Add test for converting .toc to .cue * morituri/test/cure.cue Add reference for converted cure.toc More... almost 16 years ago
* examples/readhtoa.py: Fix example. More... almost 16 years ago
* morituri/image/table.py: * morituri/test/test_image_table.py: Correctly calculate MusicBrainz disc id for enhanced cd's. More... almost 16 years ago
* morituri/common/task.py: Log on runners too. * morituri/program/cdrdao.py: Abort if output has ERROR by killing and setting an exception. More... almost 16 years ago
* examples/readdisc.py: filter out slashes when deciding on file names. More... almost 16 years ago
* morituri/common/task.py: * morituri/image/image.py: Remove prints. Describe tasks. More... almost 16 years ago
* morituri/common/task.py: Add an exception ivar for tasks to set an exception on while running. Make SyncRunner raise it during done() * morituri/program/cdparanoia.py: Set an exception if the ripped file doesn't match the expected size (for example when disc is full) More... almost 16 years ago
* morituri/common/common.py: Set the object when we don't persist. * examples/readdisc.py: Small fixes. More... almost 16 years ago