whipper icon indicating copy to clipboard operation
whipper copied to clipboard

Python CD-DA ripper preferring accuracy over speed

Results 152 whipper issues
Sort by recently updated
recently updated
newest added

Running ```whipper cd rip``` usually results in something like this, where it reports CRC errors at first but then says they match: ```INFO:whipper.command.cd:using configured read offset 6 INFO:whipper.command.cd:checking device /dev/sr0...

I tried ripping a disc that was not yet added to MusicBrainz (with the `--unknown` option), and I had the following `track_template`: `%%A - %%d/%%N-%%t %%n`. This then resulted in...

I can't seem to rip any CD on my drive: whipper fails after generating the TOC with `discid.disc.TOCError: Disc too long`. The command was invoked like so: ``` whipper cd...

I've come across a particular disc, "Rush - Different Stages (Live)" disc 3, that causes whipper to generate a corrupt .cue file and crash. The problem seems to be related...

It would be nice to be able to specify which track to perform offset testing on, as sometimes the first track might be damaged. Also, why is it necessary for...

The read/verify cycle of `whipper` is pretty inefficient and I think it could be dramatically improved. Instead of re-reading and re-verifying the track if there is a mismatch, it should...

I often want to try re-ripping certain tracks of a CD over again using different settings, and don't want to waste time re-ripping tracks that were already successful. So it's...

I set my output settings in whipper.conf like so: ``` [whipper.cd.rip] unknown = False output_directory = ~/Music/Accurate Rips track_template = %%A - %%d/%%t. %%a - %%n disc_template = %%A -...

Selecting a release requires copy/pasting all or part of the release UUID, which isn't the clearest of interactions. Ideally, the matching releases would be numbered, and typing one of the...

I use whipper to rip CDs on a Linux system, which I then consume from my NAS over SMB, so directory and file names created shouldn't have any Unix or...