Lines 1-6
Link Here
|
1 |
diff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl |
1 |
diff -uNr ../ripit-1.4.orig/ripit.pl ./ripit.pl |
2 |
--- ../ripit-1.2.old/ripit.pl Sun May 2 18:24:11 1999 |
2 |
--- ../ripit-1.4.orig/ripit.pl Mon Jun 14 14:24:16 1999 |
3 |
+++ ./ripit.pl Sun May 2 18:27:10 1999 |
3 |
+++ ./ripit.pl Mon Jun 14 14:26:24 1999 |
4 |
@@ -26,8 +26,8 @@ |
4 |
@@ -26,8 +26,8 @@ |
5 |
# User configurable variables |
5 |
# User configurable variables |
6 |
# |
6 |
# |
Lines 10-18
Link Here
|
10 |
+$cddev = "/dev/rcd0c"; # CD Audio device |
10 |
+$cddev = "/dev/rcd0c"; # CD Audio device |
11 |
+$outputdir = "/home/mp3/"; # Where the MP3s should go |
11 |
+$outputdir = "/home/mp3/"; # Where the MP3s should go |
12 |
$bitrate = 160; # Bitrate for MP3s |
12 |
$bitrate = 160; # Bitrate for MP3s |
|
|
13 |
$tocfile = ""; |
13 |
|
14 |
|
14 |
$use_underscore = 0; # Use _ instead of spaces in filenames (1 yes, 0 no) |
15 |
@@ -326,14 +326,11 @@ |
15 |
@@ -312,14 +312,11 @@ |
|
|
16 |
|
16 |
|
17 |
&printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n"); |
17 |
&printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n"); |
18 |
|
18 |
|
Lines 30-36
Link Here
|
30 |
&printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n"); |
30 |
&printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n"); |
31 |
|
31 |
|
32 |
# Start the Encoder in the background. but only once |
32 |
# Start the Encoder in the background. but only once |
33 |
@@ -349,7 +346,7 @@ |
33 |
@@ -363,7 +360,7 @@ |
34 |
print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; |
34 |
print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; |
35 |
&printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n"); |
35 |
&printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n"); |