debian lxdvdrip setup config file
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
So you're set to make your backup dvds, you have all the apps installed, lxdvdrip and so on, but then you hit the config file, /etc/lxdvdrip.conf

Now, to have a satisfactory user experience, you need to fix the following two bugs in the Debian version, change these only if your first attempt to run lxdvdrip as regular user ends in missing program errors for play_cell_lxdvdrip and/or vamps_lxdvdrip.

If you do get this error, open the config file, find the two commented out lines, which are not commented out in the conf file, and change their values to the following:
:: Code ::
# play_cell_name=play_cell_lxdvdrip
play_cell_name=play_cell
# vamps_name=vamps_lxdvdrip
vamps_name=vamps


Then set a few defaults to be better and more usable:
First of course, I assume you won't want to use the german config file, unless you speak german, you can install the english version from here:
:: Code ::
/usr/share/doc/lxdvdrip/examples/lxdvdrip.conf.EN.gz


Now, we'll want to set better defaults:
Set this to 2 for english
:: Code ::
audio=2


Then set:
:: Code ::
untertitel=en

and
:: Code ::
language=en


leser is reader and brenner is burner. Change these if needed. If you have only one unit, this is probably right by default.
:: Code ::
dvdleser=/dev/sr0
dvdbrenner=/dev/sr0


Then change the default paths, I prefer to put my data into a /home/user directory:
:: Code ::
filmverzeichnis=/home/bob/dvd-backups

and this sets lxdvdrip to always ask you if you want to make more copies. Change to 0 for always only one copy made: can be overridden by -mc=1 or -mc=0
:: Code ::
multicopy=1


Then another item for default paths, if you don't want to use /tmp
:: Code ::
tmp=/home/bob/dvd-backups


then set this to 1 if you want auto-deletion of files after burn is done.
:: Code ::
delete=1


Then set the default burner speed to 0 (use system data to determine speed), from 4, which is slow for today's dvd burners and blanks:
:: Code ::
speed=0


Once you set these, and restart lxdvdrip, everything should work exactly as expected, out of the box.

Next, to figure out how to turn off the default mplayer preview option after the backup to vob is done, so it will run all the way through without interaction, except putting in dvd blanks.

Obviously, only backup dvds that are legal to backup in your area.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours