Thomas Vander Stichele 247d27db6a split up
2009-06-07 13:22:25 +00:00
2009-05-22 20:21:22 +00:00
2009-05-22 20:21:46 +00:00
2009-05-22 20:15:13 +00:00
2009-05-22 20:39:11 +00:00
2009-05-22 20:19:55 +00:00
2009-06-07 12:54:32 +00:00
2009-05-22 20:08:16 +00:00
2009-05-22 20:08:16 +00:00
2009-06-07 12:54:32 +00:00
2009-06-05 07:57:54 +00:00
2009-06-07 13:22:25 +00:00
2009-06-07 13:21:58 +00:00
2009-05-22 20:21:46 +00:00
2009-05-22 20:39:11 +00:00
2009-05-22 20:08:16 +00:00
2009-06-07 13:22:25 +00:00
2009-05-22 20:19:55 +00:00
2009-05-22 20:08:16 +00:00

morituri is a CD ripper aiming for accuracy over speed.
Its features are modeled to compare with Exact Audio Copy on Windows.

FEATURES
--------
- support for MusicBrainz for metadata lookup
- support for AccurateRip verification
- detects sample read offset
- test and copy rip

REQUIREMENTS
------------
- cdparanoia, for the actual ripping
- cdrdao, for session, TOC, pregap, and ISRC extraction
- GStreamer, for encoding
- pycdio, for drive identification

KNOWN ISSUES
------------
- cdrdao read-toc does not always get pregaps right compared to EAC, still
  under investigation

GOALS
-----
- quality over speed
- support one-command automatic ripping
- support offline ripping (doing metadata lookup and log rewriting later)
  - separate the info/result about the rip from the metadata/file generation/...


rip command tree
----------------
rip
  offset
    find
      find drive's read offset using AccurateRip
    verify
      verify drive's read offset using AccurateRip
  cd
    rip
      rip the cd
  htoa
    find
    rip
      rip the htoa if it's there
  image
    verify
      verify the cd image
Description
No description provided
Readme GPL-3.0 4.2 MiB
Languages
Python 93.6%
TeX 4.7%
C 0.9%
Dockerfile 0.5%
Shell 0.3%