1
0
Fork 0
CD-to-FLAC ripper
  • C 83.2%
  • D 14.4%
  • Makefile 2.4%
Find a file
2026-02-17 13:57:49 +00:00
src Remove redundant or uncommon types from ImportC unit 2026-02-17 13:57:49 +00:00
.gitignore Initial commit 2026-02-09 00:42:32 +00:00
COPYING Initial commit 2026-02-09 00:42:32 +00:00
Makefile Initial commit 2026-02-09 00:42:32 +00:00
README.md Add LP64 to compatibility notes 2026-02-17 11:35:44 +00:00

QuickRip is a CD-to-FLAC ripper.

Usage

-d            --drive Path to CD-ROM drive (e.g. /dev/sr0)
-e --error-correction Enable error correction (slow, usually unnecessary)
-h             --help This help information.

Compatibility

QuickRip should work correctly on systems which implement 64-bit (LP64) POSIX or POSIX-oriented standards. However, the Makefile is currently configured for GNU/Linux on amd64.

Build

To build the software, the following dependencies are required:

  • the GNU D compiler
  • GNU Make
  • libcdio-paranoia
  • libflac

then run:

make prepare && make

Report a bug

Report bugs directly to hello@indraj.net.

For security bugs, please allow up to 48 hours for a reply and up to 90 days for the issue(s) to be confirmed and fixed before disclosing them publicly.

License

QuickRip is licensed under the GNU Affero General Public License.