T.E.A.R. - Tear Encodes And Rips
A console based front-end for common MP3 creation tools.

## License ##

This Program Is Disrtibuted under the GPL. Please see included
LICENSE file.

## Requirements ##
It is almost certain that you will need:
cdparanoia -
 can be found at
   http://www.xiph.org/paranoia/
cdda2wav -
 can be found as part of cdrtools
lame -
 can be found at
   http://www.sulaco.org/mp3/
bladeenc -
 can be found at
   http://bladeenc.mp3.no/
CDDB_get.pl -
 can be found at
   http://armin.emx.at/cddb/
id3tool -
 can be found at
   http://kitsumi.xware.cx/id3tool/
These are also included in the require package that can be found at
http://tear.sourceforge.net

## Instalation ##
Type the following Commands:
$ make
$ su
Password: ********
$ make install

## Hints ##
To be able to run tear without being root:
Find what device /dev/cdrom is linked to:
$ ls /dev/cdrom -l
lrwxrwxrwx  1  root  root  8 Aug 23 20:24  /dev/cdrom -> /dev/*
$ su
Password: ********
$ chmod a+rs /dev/*
# Remember to replace the * with the device name :)
# And if that doesn't work please email me.

--------------
And that's it.
--------------
DevDuck@users.sourceforge.net
