36 lines
673 B
Plaintext
36 lines
673 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.
|
|
|
|
|
|
You will need the following perl modules for cdripper to work:
|
|
|
|
CDDB
|
|
CDDB_get
|
|
|
|
|
|
These are only needed if you want to pass '-y' to tagfromfilename:
|
|
|
|
Music::Tag::OGG
|
|
Music::Tag::FLAC
|
|
Music::Tag::MP3
|
|
Music::Tag::MusicBrainz
|
|
|
|
|
|
You will also need the following programs:
|
|
|
|
cdparanoia
|
|
mplayer, mpg321, or mpg123
|
|
cdrecord
|
|
oggenc
|
|
vorbiscomment
|
|
metaflac
|
|
id3v2
|