• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CDDB_get.pmH A D08-Oct-200715.9 KiB690426

ChangelogH A D08-Oct-20079 KiB286176

LICENSEH A D15-Feb-2003520 2012

READMEH A D01-Feb-20072.1 KiB6640

TODOH A D08-Oct-20073.5 KiB9561

cripH A D03-May-202280.8 KiB2,2471,612

criprc_exampleH A D19-Dec-20067.6 KiB178146

editcommentH A D03-May-20222.4 KiB9260

editfilenamesH A D03-May-20223.2 KiB153109

README

1README for crip - last updated:  Sat May  7 04:10:30 CDT 2005
2-------------------------------------------------------------------------------
3
4INSTALL INSTRUCTIONS:
5---------------------
6
7This should help get you started:
8
9
10You will need the following software installed first:
11
12Linux, perl, cdparanoia, oggenc (Ogg Vorbis encoder) or FLAC (Free Lossless
13Audio Codec encoder), vorbiscomment (from vorbistools) (if encoding to Ogg
14Vorbis), vorbisgain (if you have normalization turned off as recommended),
15and sox (if you want to turn normalization on or trim silence (v12.17.4 or
16above necessary for silence trimming)).
17
18Sorry about all the prerequisites,  but you should have all these on
19your Linux system anyway,  especially if you're going to be making
20good, professional-quality music files.
21
22First,  copy the CDDB_get.pm file somewhere where your perl will look
23for its .pm files like so:
24
25cp CDDB_get.pm /usr/lib/perl5/site_perl/
26
27Copy the criprc_example file to your home directory and name it .criprc:
28
29cp criprc_example ~/.criprc
30
31Look at the variables in the .criprc file and set them the way you want
32them to be.  Note that I use '-q 5' as the oggenc flags that I use to
33encode,  which encodes to about 160kbps Ogg Vorbis.  If you don't like
34it change it!
35
36
37
38USAGE INSTRUCTIONS:
39-------------------
40
41Just `cd` to a directory on a robust drive with plenty of space.  There
42will be a lot of hard drive activity so make sure the drive is good and
43can handle it without overheating or otherwise failing.  Then run crip
44from the directory where you want the .wav files and .ogg / .flac files
45to go.  crip assumes that your CDROM device is /dev/cdrom.
46
47When finished just move off the music files to where you want them to go
48and 'rm *' everything left in that directory.
49
50That's it!  You now have very good "professional-grade" and properly
51labeled Ogg Vorbis (or FLAC) files of your music.
52
53
54For a tutorial of how to answer the questions once you run the script,
55plus documentation for the script, see:
56
57http://bach.dynet.com/crip/tutorial-2.5.html
58
59(I know I need to make a new tutorial).
60
61
62
63Charlton
64charlton@dynet.com
65
66