diff options
| author | Keine_Ahnung <dirk-vdr@gmx.de> | 2012-09-18 15:06:44 +0200 |
|---|---|---|
| committer | Keine_Ahnung <dirk-vdr@gmx.de> | 2012-09-18 15:06:44 +0200 |
| commit | ee94a5640140db8369f64b676bbba7b06d006f47 (patch) | |
| tree | 5bea078823a222057da6ec7a710a42ad02072bae /README | |
| parent | d74decea551c5535f75dda64f271bf7f80b2adc1 (diff) | |
| download | vdr-plugin-ripit-ee94a5640140db8369f64b676bbba7b06d006f47.tar.gz vdr-plugin-ripit-ee94a5640140db8369f64b676bbba7b06d006f47.tar.bz2 | |
- Regenerated Makefile based upon vdr 1.7.30
DEFAULT_RIPIT_DIR could be set in make.config|global or as an make commandline
parameter
- switched to gettext
an added Italian translation
- Added help system for setup menu
edit help.h for the english help pages or the po files for the other languages
- ripit.pl removed, now vdr-ripit/vdr-eject do the job calling the ripper
- Removed networking support
- Added cPluginRipit::Active(void) to prevent shutdown if ripping in progress
- Removed [device] from svdrp command START
- Reordered Setup menu
- kBack now leave the log windows
- some improvements on log windows (there are still room for improvements)
- Added sourcecode formatter rule
Diffstat (limited to 'README')
| -rw-r--r-- | README | 23 |
1 files changed, 7 insertions, 16 deletions
@@ -10,17 +10,16 @@ With this plugin you can rip AudioCDs. ========================================================================= Req.: ========================================================================= -All requirements of ripit.pl. -Special version of ripit.pl (Its in dir "commands"). -a VDR :P +ripit (http://www.suwald.com/ripit/news.php) + ========================================================================= Install : ========================================================================= -Install the original ripit ( http://www.suwald.com/ripit/ripitde.html) -I used version 0.34 (i think). +Install the original ripit (http://www.suwald.com/ripit/news.php) +Debian: "apt-get install ripit" Install this plugin like the other : Copy ripit-x.x.x.tar.gz to your plugins (where x is a placeholder) @@ -32,16 +31,10 @@ make all Now copy the lib libvdr-ripit.so-x.x.x to VDRs LIBDIR and add -Pripit to your VDR command. -Edit the special ripit.pl ($cddevice and $svdrpcmd) -and copy the file into /usr/bin. +Copy "commands/vdr-ripit" and "commands/vdr-eject" someware in the search path -THIS IS HARDCODED !! IF YOU WANT ANOTHER PLACE , CHANGE THE -COMMAND IN SOURCECODE. +Edit "vdr-eject" to match your system settigs. -TAKE CARE THAT YOU OVERWRITE THE ORIGINAL (AFTER BACKUP) AND -THERE ISNT ANOTHER ripit.pl IN YOUR $PATH. -! After an updatedb you should find only one ripit.pl with -"locate ripit.pl" @@ -79,9 +72,7 @@ To see what command will do: svdrpsend.pl PLUG ripit HELP START If you want to start an external rip process : -svdrpsend.pl PLUG ripit START [device] -If device is not given , ripit will use the device from Setup, -otherwise if [device] exists, this one. +svdrpsend.pl PLUG ripit START If you want to call the plugin external or from a (mp3ng)commandsmenu, put an entry like this in commands.conf/mp3ng_cmds.dat : |
