blob: c6bfe5829bff48e95b0895c502a2156cf7f1de39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Global config file for vdr burn plugin
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-burn/files/confd,v 1.3 2009/10/10 10:07:21 zzam Exp $
############## Global config for vdr-burn #########################
#
# Restart of VDR is needed after some changes
# Set way to your DVD Writer Drive
# allowed values: directory names
# default: /dev/dvd
#
#BURN_DVDWRITER="/dev/dvd"
# Set your tmp DIR where the files will be converted
# ! >= 10 Gb free Disc Space needed
# allowed values: directory names
# default: /var/vdr/video
#
#BURN_DATADIR="/var/vdr/video"
# Way to your not burned iso files
# allowed values: directory names
# default: /var/vdr/video/dvd-images
#
#BURN_ISODIR="/var/vdr/video/dvd-images"
|