50dcc17e05
encoder. Provided by Leonard Schmidt in PR#27269 and PR#27290. rip is a wrapper for rippers and encoders which provides a common interface for ripping any CD audio track and encoding it into MP3, Ogg Vorbis, or FLAC. Manual and CDDB based renaming schemes are available for naming and tagging your ripped tracks.
22 lines
1 KiB
Text
22 lines
1 KiB
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/10/19 03:13:11 ben Exp $
|
|
|
|
--- rip.orig 2004-10-08 17:11:28.000000000 +0000
|
|
+++ rip 2004-10-08 17:12:08.000000000 +0000
|
|
@@ -128,7 +128,7 @@
|
|
|
|
|
|
my %config; # Configuration passed to CDDB/CDDB_get
|
|
-my $dev = "/dev/cdrom"; # CDROM device to read (used by -d/--dev)
|
|
+my $dev = "/dev/rcd0d"; # CDROM device to read (used by -d/--dev)
|
|
$config{CD_DEVICE} = $dev; # Device that has the audio CD
|
|
$config{CDDB_HOST} = "freedb.freedb.org"; # CDDB host to find the server on
|
|
$config{CDDB_PORT} = 888; # CDDB port the CDDB server is using
|
|
@@ -343,7 +343,7 @@
|
|
print rcFile "# Only when debug is set to \"\" is the errorFile removed after each rip.\n";
|
|
print rcFile "debug = \"\"\n\n";
|
|
print rcFile "# The default device to find the CD in.\n";
|
|
- print rcFile "dev = \"/dev/cdrom\"\n\n";
|
|
+ print rcFile "dev = \"/dev/rcd0d\"\n\n";
|
|
|
|
close( rcFile );
|
|
}
|