diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-05-07 07:06:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:30 +0700 |
commit | 6249c3d10e31ea4b2af954e481f91c6b3b9239d6 (patch) | |
tree | c9e59893861b522ed58f35c02be8440856917826 /audio/whipper/README | |
parent | 2397cdb3373c41824cdae4b7332376f99ffddc0a (diff) |
audio/whipper: Update DEP and README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/whipper/README')
-rw-r--r-- | audio/whipper/README | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/audio/whipper/README b/audio/whipper/README index 15ee16a4a09ca..395fc1c6c24f6 100644 --- a/audio/whipper/README +++ b/audio/whipper/README @@ -1,17 +1,16 @@ -Whipper is a Python 2 command line secure CD-DA ripper preferring -accuracy over speed, forked from the morituri project. +Whipper is a CD ripping utility focusing on accuracy over speed that +supports multiple features: -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 + * Detects correct read offset (in samples) + * Detects whether ripped media is a CD-R + * 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 (FLAC) + * Allows extensibility through external logger plugins |