File: epgsearchcmds-french.conf

package info (click to toggle)
vdr-plugin-epgsearch 1.0.1~beta3-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,764 kB
  • ctags: 2,316
  • sloc: ansic: 23,300; perl: 1,330; sh: 608; makefile: 193
file content (38 lines) | stat: -rw-r--r-- 1,833 bytes parent folder | download | duplicates (5)
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
28
29
30
31
32
33
34
35
36
37
38
#
# This is an example of epgsearchcmds.conf with sample entries.
#
# 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 chanes) : /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