openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
morituri
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
23 days
ago. based on code collected
24 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 28 of 33
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* morituri/image/toc.py: Add some debugging.
Thomas Vander Stichele
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.
Thomas Vander Stichele
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.
Thomas Vander Stichele
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
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readhtoa.py: Fix example.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/image/table.py: * morituri/test/test_image_table.py: Correctly calculate MusicBrainz disc id for enhanced cd's.
Thomas Vander Stichele
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.
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: filter out slashes when deciding on file names.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/common/task.py: * morituri/image/image.py: Remove prints. Describe tasks.
Thomas Vander Stichele
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)
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/common/common.py: Set the object when we don't persist. * examples/readdisc.py: Small fixes.
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: Fix up cue file reading.
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: Add musicbrainz code for disc naming.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/image/table.py: * morituri/image/toc.py: Delete old code.
Thomas Vander Stichele
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.
Thomas Vander Stichele
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.
Thomas Vander Stichele
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!
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: * morituri/image/table.py: * morituri/test/test_image_table.py: Fix up and deprecate stuff.
Thomas Vander Stichele
More...
almost 16 years ago
add test
Thomas Vander Stichele
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
Thomas Vander Stichele
More...
almost 16 years ago
docs and repr fixes
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py (added): Add an example to read a whole disc. Doesn't work yet.
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readhtoa.py: Fix up readhtoa example. Add offset option.
Thomas Vander Stichele
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.
Thomas Vander Stichele
More...
almost 16 years ago
handle not having a toc
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/program/cdrdao.py: Convert ReadTableTask to a CDRDAOTask subclass. * examples/ARcalibrate.py: * morituri/program/cdparanoia.py: Adapt.
Thomas Vander Stichele
More...
almost 16 years ago
fail if we don't have a toc
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/program/cdrdao.py: Fix up index scanning's progress report. Add some debugging.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/program/cdrdao.py: * morituri/test/test_program_cdrdao.py: Fix up tests. Use an IndexTable.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/program/cdrdao.py: Massage out a base class for running cdrdao.
Thomas Vander Stichele
More...
almost 16 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
33
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree