* extraction of README:
CD-Ripper for RedHat-Linux 5.x/6.x
requires: perl5, gogo, cdda2wav [optional: cdown, mp3info]
(c) by nostromo@nostromo.fro.at / 09.Aug.1998 - revised: 02.May.2000
installation:
just set right permissions, and execute cd_ripp3r with ./cd_ripp3r
if perl isn't in /usr/bin/perl (to find out type: whereis perl)
change the first line of cd_ripp3r and adjust the path to your system.
make sure you have enough disk-space (appr. about 80MB) for the temporary
.wav-file. mp3s will be stored into current directory in a directory
named 'ArtistAlbum'.
usage:
nostromo#/home/nostromo> cd_ripp3r -h
usage: /usr/local/bin/cd_ripp3r [flags]
flag meaning
-s x start_track
-e x end_track
-h this help-site
none encode all tracks on CD
[ http://nostromo.fro.at/nostromo -> DL -> software cd_ripp3r ]
[ (c) by nostromo@nostromo.fro.at / 09.Aug.1998 ]
if omitting start_track, all songs to end_track will be encoded.
(i.e. "-e 3" -> [1, 2, 3])
if omitting end_track, all songs from start_track to <number_of_tracks> will be encoded.
(i.e. "-s 8" -> [8, 9, 10] - assuming CD has 10 tracks)
if omitting both, start_track and end_track, all songs will be encoded.
todo:
* error-handling - done
* looking for required software - done (mostly)
* status-bar - done
* eXample of a cd_ripp3rV01-session, encoding a "L'Ame Mortelle"-CD (Tracks 1 to 2)
nostromo#cd_ripp3r> cd_ripp3r -s 1 -e 2
#####################################################################
####
#### cd-ripp3r: (c) by nostromo@nostromo.fro.at
####
#### looking up cddb (this might take a while)...
#### CD contains 10 songs
#### Artist: LameImmortelle
#### CD-Name: WennDerLetzteSchattenFaellt
#### Mp3s will be put to LameImmortelle_WennDerLetzteSchattenFaellt/
#####################################################################
==== Do you want to edit an mp3tag? y
---- 0 Grunge 1 Metal 2 NewAge 3 Other
---- 4 Industrial 5 Alternative 6 DeathMetal 7 Soundtrack
---- 8 Instrumental 9 Game 10 Noise 11 AlternRock
---- 12 Punk 13 Meditative 14 Gothic 15 Darkwave
---- 16 Electronic 17 Dream 18 Pop 19 NewWave
---- 20 Psychadelic 21 ------------ 22 ------------ 23 ------------
==== Choose Genre: 15
==== Choose Year: 1999
**** Infoquery complete for mp3-tag [Darkwave - 1999]
#### Processing J/S: 1/1 - WennDerLetzteSchattenFaellt
#### ripping .wav-file (this takes a while)
#### Processing: -
#### done...
#### encoding to mp3 (this definitely takes a while) with...
#### Titel: WennDerLetzteSchattenFaellt.mp3
#### Processing: done...
#### Song 1 successfully encoded!
**** Written mp3tag...
#####################################################################
#### Processing J/S: 2/2 - Gefallen
#### ripping .wav-file (this takes a while)
#### Processing: -
#### done...
#### encoding to mp3 (this definitely takes a while) with...
#### Titel: Gefallen.mp3
#### Processing: done...
#### Song 2 successfully encoded!
**** Written mp3tag...
#####################################################################
############################## cd--ripp3r ###########################
############################## Resumee: ###########################
####
#### CD containd 10 songs
#### Artist: LameImmortelle
#### CD-Name: WennDerLetzteSchattenFaellt
#### Track#1: WennDerLetzteSchattenFaellt
#### Track#2: Gefallen
#### mp3 encoded to: LameImmortelle_WennDerLetzteSchattenFaellt/
####
################### (c) by nostromo@nostromo.fro.at #################
nostromo#cd_ripp3r>
back