19 lines
516 B
Plaintext
19 lines
516 B
Plaintext
|
INSTALLATION
|
||
|
------------
|
||
|
|
||
|
To install these scripts, simply copy them into your $PATH somewhere. I recommend creating a local bin directory at ~/bin and adding it to your path. To do so, edit the file ~/.bashrc and add the line
|
||
|
|
||
|
export PATH=$PATH:~/bin
|
||
|
|
||
|
Install ALL of the scripts, since some of them depend on others.
|
||
|
|
||
|
cdripper requires the CDDB and CDDB_get perl modules.
|
||
|
|
||
|
You will also need the following programs:
|
||
|
cdparanoia
|
||
|
mplayer, mpg321, or mpg123
|
||
|
oggenc
|
||
|
cdrecord
|
||
|
vorbiscomment
|
||
|
metaflac (for flac support)
|