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/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
* examples/readdisc.py: Fix up cue file reading. More... almost 16 years ago
* examples/readdisc.py: Add musicbrainz code for disc naming. More... almost 16 years ago
* morituri/image/table.py: * morituri/image/toc.py: Delete old code. More... almost 16 years ago
* morituri/image/toc.py: * morituri/test/test_image_toc.py: * morituri/test/test_program_cdrdao.py: After careful vetting, fix up the expected values after toc parsing. Fix (untested) INDEX handling. Fix handling of START. More... almost 16 years ago
* morituri/image/table.py: * morituri/test/test_image_table.py: Implement MusicBrainz disc id. Works for audio-only discs, have to figure out why it fails for an Enhanced CD like the Ladyhawke one. More... almost 16 years ago
* morituri/image/table.py: Add logging. Add methods to clear a table of files, and to absolutize indexes as long as the source is the same file, and to set a File on a given index, adjusting all following indexes that match the duration, and check if the IndexTable has all information for a TOC. * morituri/image/toc.py: Add logging. Use a counter for the source. Fix up index offset calculation. * morituri/program/cdrdao.py: Use a real IndexTable as the result, instead of a TocFile. * morituri/image/cue.py: Use a real IndexTable to store tracks. * morituri/test/test_image_toc.py: The toc file now has a table which has the tracks. Fix the tests to adjust for wrong index calculations. * morituri/test/test_image_cue.py: * morituri/test/test_image_image.py: * morituri/image/image.py: The cue file now has a table which has the tracks. * morituri/test/test_image_table.py: Add assertions to make sure when the table can serve as a TOC. * examples/readdisc.py: Adjust for changes. Fix up to include AccurateRip results. First time we can do a complete normal rip including verifying against AccurateRip results! More... almost 16 years ago
* examples/readdisc.py: * morituri/image/table.py: * morituri/test/test_image_table.py: Fix up and deprecate stuff. More... almost 16 years ago
add test More... almost 16 years ago
* examples/movecue.py: * examples/readcue.py: * morituri/image/cue.py: * morituri/image/image.py: * morituri/image/toc.py: * morituri/program/cdrdao.py: * morituri/test/test_image_cue.py: * morituri/test/test_image_toc.py: Cue -> CueFile TOC -> TocFile More... almost 16 years ago
docs and repr fixes More... almost 16 years ago
* examples/readdisc.py (added): Add an example to read a whole disc. Doesn't work yet. More... almost 16 years ago
* examples/readhtoa.py: Fix up readhtoa example. Add offset option. More... almost 16 years ago
* examples/ARcalibrate.py: * examples/readhtoa.py: * examples/readtoc.py: * morituri/program/cdrdao.py: Rename ReadTOCTask to ReadIndexTableTask. Rename ReadTableTask to ReadTOCTask. More... almost 16 years ago
handle not having a toc More... almost 16 years ago
* morituri/program/cdrdao.py: Convert ReadTableTask to a CDRDAOTask subclass. * examples/ARcalibrate.py: * morituri/program/cdparanoia.py: Adapt. More... almost 16 years ago
fail if we don't have a toc More... almost 16 years ago
* morituri/program/cdrdao.py: Fix up index scanning's progress report. Add some debugging. More... almost 16 years ago
* morituri/program/cdrdao.py: * morituri/test/test_program_cdrdao.py: Fix up tests. Use an IndexTable. More... almost 16 years ago
* morituri/program/cdrdao.py: Massage out a base class for running cdrdao. More... almost 16 years ago