blob: 15ee16a4a09caccd9a0a5ed6f28c4bbfadf5635f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|