summaryrefslogtreecommitdiff
blob: bf3615afc5be48d3dffa1ecd4a831c30cc0c6103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /etc/conf.d/vdr.dvd:
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvd-cvs/files/vdr.dvd,v 1.1 2005/10/21 09:28:46 zzam Exp $

# Global config file for vdr rc-scripts

# The plugin uses libdvdcss to access CSS protected DVDs. The library
# provides three methods to decrypt the title keys. It is strongly
# recommended to use the "key" methode, as it will yield the best stability
# and speed results (Note: doing so might be illegal in some countries).
# The decryption method can be selected by setting an environment
# variable before starting vdr:
#export DVDCSS_METHOD=key

# If your DVD isn't at the default place /dev/dvd
# please set the current device here
_EXTRAOPTS="-C/dev/cdrom"