Cda2mp3
From VDR Wiki
Revision as of 12:16, 24 April 2007 by 83.206.73.250 (Talk)
Contents |
Description
This is for ripping audio CDs via the commands menu.
Images
Hardware requirements
- CD drive
Software requirements
- At (job manager)
- Dagrab
- Lame
Installation
Lame
cd $SOURCEDIR tar xvzf lame-<VERSION>.tar.gz cd lame-<VERSION> ./configure --prefix=/usr make make install
Dagrab
cd $SOURCEDIR tar xvzf dagrab-<VERSION>.tar.gz cd dagrab-<VERSION> make cp dagrab /usr/local/bin
A directory is needed, for the MP3s. E.g
mkdir /mp3
The shell script dagrab.sh has to be copied into the PATH and made executable
cp dagrab.sh /usr/local/bin chmod 777 /usr/local/bin/dagrab.sh
Configuration
Here is an example for the commands.conf
Run dagrab : /usr/local/bin/dagrab.sh -start /mp3 Status : /usr/local/bin/dagrab.sh -status List /mp3 : if ls "/mp3"/* >/dev/null 2>&1 ; then cd "/mp3" ; ls ; else echo '/mp3 is empty !' ; fi
During Run dagrab one should be online to have access to a CDDB database.
Headline text
[[Link titleItalic ---- Insert non-formatted text here</now<math>[[Media:Insert formula here]]</math>iki>text''''']] ==Problems== ==Links== {| | [1] | http://web.tiscali.it/marcellou/dagrab.html | Dagrab homepage |- | [2] | http://lame.sourceforge.net | Lame homepage |- | [3] | http://lwp.linpro.no/lwp | Libwww homepage |} <!-- Link to german wiki page --> [[de:Cda2mp3]]