Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-extrecmenu/files: dvdarchive.conf dvdarchive-2.3-beta-configfile.patch
Date: Tue, 06 Oct 2009 17:12:10
Message-Id: E1MvDa4-0004kx-MQ@stork.gentoo.org
1 zzam 09/10/06 17:12:08
2
3 Added: dvdarchive.conf
4 dvdarchive-2.3-beta-configfile.patch
5 Log:
6 Install latest dvdarchive script with an added config file, suggested by Rudi Lippert <Rudi@×××××××××.de>.
7 (Portage version: 2.2_rc43/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-extrecmenu/files/dvdarchive.conf
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extrecmenu/files/dvdarchive.conf?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extrecmenu/files/dvdarchive.conf?rev=1.1&content-type=text/plain
14
15 Index: dvdarchive.conf
16 ===================================================================
17 # config file for /usr/bin/dvdarchive.sh
18 # this is used by vdr-extrecmenu for dvdarchives
19
20 # Mountpoint, the same as in fstab
21 MOUNTPOINT="/mnt/cdrom" # no trailing '/'
22
23 # Eject DVD for exit-codes 2 and 3 (no or wrong dvd). 1 = yes, 0 = no.
24 EJECTWRONG=1
25
26 # Eject DVD after unmounting. 1 = yes, 0 = no.
27 EJECTUMOUNT=0
28
29 # Log warnings/errors in syslog. 1 = yes, 0 = no.
30 SYSLOG=1
31
32 # Create a length.vdr after mounting the dvd for the played recording. 1 = yes, 0 = no.
33 # Only for non-vfat and with index.vdr only on dvd.
34 GETLENGTH=1
35
36 # Put debug infos in file $DEBUGLOG. Only if $DEBUG=1.
37 DEBUG=0
38 DEBUGLOG="/tmp/dvdarchive.sh-debug.log"
39
40
41
42
43 1.1 media-plugins/vdr-extrecmenu/files/dvdarchive-2.3-beta-configfile.patch
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extrecmenu/files/dvdarchive-2.3-beta-configfile.patch?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extrecmenu/files/dvdarchive-2.3-beta-configfile.patch?rev=1.1&content-type=text/plain
47
48 Index: dvdarchive-2.3-beta-configfile.patch
49 ===================================================================
50 --- dvdarchive-2.3-beta.sh 2009-10-06 16:23:20.000000000 +0200
51 +++ dvdarchive-2.3-beta.sh 2009-10-06 17:32:43.000000000 +0200
52 @@ -118,6 +118,10 @@
53 DEBUGLOG="/tmp/dvdarchive.sh-debug.log"
54
55 #</Configuration>
56 +
57 +# read config file
58 +. /etc/vdr/dvdarchive.conf
59 +
60 #
61 # No changes needed after this mark