Epgsearchcmds.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
Zeile 1: | Zeile 1: | ||
+ | # | ||
+ | # 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 | ||
+ | # | ||
epg2autotimer : /usr/local/bin/[[epg2autotimer.sh]] | epg2autotimer : /usr/local/bin/[[epg2autotimer.sh]] | ||
epg2taste : /usr/local/bin/[[epg2taste.sh]] | epg2taste : /usr/local/bin/[[epg2taste.sh]] | ||
epg2epgsearch : /usr/local/bin/[[epg2epgsearch.sh]] | epg2epgsearch : /usr/local/bin/[[epg2epgsearch.sh]] | ||
+ | |||
+ | [[Kategorie:Konfigurationsdateien]] |
Version vom 12. Dezember 2004, 10:49 Uhr
# # 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 # epg2autotimer : /usr/local/bin/epg2autotimer.sh epg2taste : /usr/local/bin/epg2taste.sh epg2epgsearch : /usr/local/bin/epg2epgsearch.sh