summaryrefslogtreecommitdiff
path: root/scripts/epgsearchcmds-french.conf
diff options
context:
space:
mode:
authorChristian Wieninger <winni@debian.(none)>2007-11-11 15:40:28 +0100
committerChristian Wieninger <winni@debian.(none)>2007-11-11 15:40:28 +0100
commit8d4f8607dc1558ce73eb4c376bdbf78ddb65da83 (patch)
treed0c5dde81a36ab2e8a2edc7c1e6922556518b312 /scripts/epgsearchcmds-french.conf
downloadvdr-plugin-epgsearch-8d4f8607dc1558ce73eb4c376bdbf78ddb65da83.tar.gz
vdr-plugin-epgsearch-8d4f8607dc1558ce73eb4c376bdbf78ddb65da83.tar.bz2
Initial commit
Diffstat (limited to 'scripts/epgsearchcmds-french.conf')
-rwxr-xr-xscripts/epgsearchcmds-french.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/scripts/epgsearchcmds-french.conf b/scripts/epgsearchcmds-french.conf
new file mode 100755
index 0000000..cc87a9f
--- /dev/null
+++ b/scripts/epgsearchcmds-french.conf
@@ -0,0 +1,38 @@
+#
+# This is a example of epgsearchcmds.conf with with usually using and sample entrys.
+#
+# This file should placed on VDR configuration folder with setup.conf
+# .../setup.conf
+# .../plugins/epgsearchcmds.conf
+#
+# Syntax is: <name>[?];<command>
+#
+# <name> = descriptor displayed in VDR
+# [?] = confirmation request, before execute command (optionally)
+# <command> = command what execute
+#
+# When a command is executed the following parameters are passed to it:
+#
+# $1: the name of the epg entry
+# $2: the start time of the epg entry as time_t value (like in the shutdown script)
+# $3: the end time
+# $4: the channel of the epg entry
+#
+# See also at man-pages vdr(5), it the same syntax as reccmds.conf
+# ENG remember event? : /usr/local/bin/rememberevent.sh 0
+# ENG remember event? (inc. switch) : /usr/local/bin/rememberevent.sh 1
+# ENG epg2taste : /usr/local/bin/epg2taste.sh
+# ENG epg2autotimer : /usr/local/bin/epg2autotimer.sh
+#
+# En Francais :
+Rappel de l'émission? : /usr/lib/vdr/epgsearch/rememberevent.sh 0
+Rappel de l'émission? (avec changement de chaînes) : /usr/lib/vdr/epgsearch/rememberevent.sh 1
+Programme interdit : /usr/lib/vdr/epgsearch/epg2taste.sh
+Autoprogrammeur : /usr/lib/vdr/epgsearch/epg2autotimer.sh
+Enregistrement repeter : /usr/lib/vdr/epgsearch/recrep.sh
+Rappel repeter : /usr/lib/vdr/epgsearch/timerrep.sh
+#
+# remember event? : /usr/lib/vdr/epgsearch/rememberevent.sh 0
+# remember event? (inc. switch) : /usr/lib/vdr/epgsearch/rememberevent.sh 1
+# epg2taste : /usr/lib/vdr/epgsearch/epg2taste.sh
+# epg2autotimer : /usr/lib/vdr/epgsearch/epg2autotimer.sh