diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-03-17 08:20:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-17 08:20:39 +0700 |
commit | 58378f848677ba240cb04c701936be995f04da83 (patch) | |
tree | a4082b145c258bcc0427a7a3f2d638a20232f4dc /audio/whipper/README | |
parent | baa635f7ee4b02dd5c0b073d701fcbbbbee980f8 (diff) |
audio/whipper: Added (Secure CD Ripper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/whipper/README')
-rw-r--r-- | audio/whipper/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/whipper/README b/audio/whipper/README new file mode 100644 index 0000000000000..15ee16a4a09ca --- /dev/null +++ b/audio/whipper/README @@ -0,0 +1,17 @@ +Whipper is a Python 2 command line secure CD-DA ripper preferring +accuracy over speed, forked from the morituri project. + +Whipper features: + + Detects correct read offset (in samples) + + Has ability to defeat cache of drives + + Performs Test & Copy rips + + Verifies rip accuracy using the AccurateRip database + + Uses MusicBrainz for metadata lookup + + Supports reading the pre-emphasis flag embedded into some CDs + (and correctly tags the resulting rip) + + Detects and rips non digitally silent Hidden Track One Audio (HTOA) + + Provides batch ripping capabilities + + Provides templates for file and directory naming + + Supports lossless encoding of ripped audio tracks + + Allows re-tagging of already completed rips + + Allows extensibility through external logger plugins |