summaryrefslogtreecommitdiff
path: root/scripts/queuehandler.sh.conf
diff options
context:
space:
mode:
authorDaniel Meyerholt <dxm523@googlemail.com>2011-02-06 16:02:09 +0100
committerDaniel Meyerholt <dxm523@googlemail.com>2011-02-06 16:02:09 +0100
commita0674cc59c6aaad845ed0a48768fb56b90c41d52 (patch)
treebe828ed0f61ebe85db7f1098e8e8942126b3e7fc /scripts/queuehandler.sh.conf
downloadvdr-plugin-vdrrip-a0674cc59c6aaad845ed0a48768fb56b90c41d52.tar.gz
vdr-plugin-vdrrip-a0674cc59c6aaad845ed0a48768fb56b90c41d52.tar.bz2
Init'd using http://www.a-land.de/vdr-vdrrip-0.3.0.tgz
Diffstat (limited to 'scripts/queuehandler.sh.conf')
-rwxr-xr-xscripts/queuehandler.sh.conf71
1 files changed, 71 insertions, 0 deletions
diff --git a/scripts/queuehandler.sh.conf b/scripts/queuehandler.sh.conf
new file mode 100755
index 0000000..37fed90
--- /dev/null
+++ b/scripts/queuehandler.sh.conf
@@ -0,0 +1,71 @@
+#
+# queuehandler.sh.conf:
+# this is the configuration-file of queuehandler.sh
+#
+ qh_conf_ver="0.3.0"
+
+ # set this to 1 to get debug-informations in the syslog and
+ # exit-messages of the queuehandler on the osd:
+ debug=0
+
+ # set this to 1 to see stdout while the queuehandler is executing an
+ # external programm
+ stdout=0
+
+ # resulting length (in seconds) of movies if the queuehandler is
+ # started in the preview-mode
+ previewlength=60
+
+ # check for new entries in queuefile (in seconds)
+ check=30
+
+ # check for unlocked queuefile (in seconds)
+ lock=5
+
+
+
+ # if you have set the setup-option "rename after encodings"
+ # to yes, this string will be appended to the recording-name
+ # after the movie is encoded.
+ append_string="_-_CONVERTED"
+
+
+
+ # this pathes are used for the encoding of vdr-recordings & dvd's.
+ # they _must_ point to an unpatched mencoder & mplayer
+ mencoder="/usr/local/bin/mencoder"
+ mplayer="/usr/local/bin/mplayer"
+
+ # this pathes are only used for encoding a vdr-recording with
+ # selected ac3-stream.
+ # they _must_ point to an ac3-patched mencoder & mplayer.
+ # if you don't use this feature you should deactivate the option
+ # AC3 Support (MPlayer-patch inst.) in the plugins setup-menu.
+ mencoder_ac3="/usr/local/bin/mencoder_ac3"
+ mplayer_ac3="/usr/local/bin/mplayer_ac3"
+
+
+ # this string is added to the mencoder-command in the
+ # queuehandler
+ useropts=""
+
+
+
+ # optional tools (only needed for ogm/matroska-container)
+ vdrsync="/usr/local/bin/vdrsync.pl"
+ ffmpeg="/usr/local/bin/ffmpeg"
+ ogmmerge="/usr/local/bin/ogmmerge"
+ ogmsplit="/usr/local/bin/ogmsplit"
+ mkvmerge="/usr/local/bin/mkvmerge"
+
+
+
+ # This (optional) command is used to display some informations
+ # from the queuehandler on your tv.
+ # You have to specify only $svdrpsend or $netcat.
+ # $netcat is only recommend, if perl isn't installed.
+ svdrpsend="/usr/local/bin/svdrpsend.pl"
+ #netcat=""
+
+ vdrhostname="localhost"
+