Epgsearchcmds.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
Zeile 23: | Zeile 23: | ||
# See also at man-pages vdr(5), its the same syntax as reccmds.conf | # See also at man-pages vdr(5), its the same syntax as reccmds.conf | ||
# | # | ||
− | remember event? | + | remember event? : /path_to_this_script/[[rememberevent.sh]] 0 |
− | remember event (inc. switch)? : / | + | remember event (inc. switch)? : /ath_to_this_script/[[rememberevent.sh]] 1 |
− | show event list | + | show event list : /ath_to_this_script/[[rememberevent.sh]] -ls |
− | remove all events? | + | remove all events? : /ath_to_this_script/[[rememberevent.sh]] -rm |
− | epg2taste | + | epg2taste : /ath_to_this_script/[[epg2taste.sh]] |
− | epg2autotimer | + | epg2autotimer : /ath_to_this_scrip/[[epg2autotimer.sh]] |
− | update searchtimer now | + | epg2master-timer : /ath_to_this_script/[[epg2master-timer.sh]] |
+ | epg2master-timer - no subtitle : /ath_to_this_script/[[epg2master-timer.sh]] -nosub | ||
+ | update searchtimer now : touch /etc/vdr/plugins/.epgsearchupdate | ||
[[Kategorie:Konfigurationsdateien]] | [[Kategorie:Konfigurationsdateien]] |
Version vom 21. April 2005, 10:40 Uhr
# # This is a example of epgsearchcmds.conf 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 # $5: the long channel name of the EPG entry # $6: the subtitle of the EPG entry, "" if not present # # See also at man-pages vdr(5), its the same syntax as reccmds.conf # remember event? : /path_to_this_script/rememberevent.sh 0 remember event (inc. switch)? : /ath_to_this_script/rememberevent.sh 1 show event list : /ath_to_this_script/rememberevent.sh -ls remove all events? : /ath_to_this_script/rememberevent.sh -rm epg2taste : /ath_to_this_script/epg2taste.sh epg2autotimer : /ath_to_this_scrip/epg2autotimer.sh epg2master-timer : /ath_to_this_script/epg2master-timer.sh epg2master-timer - no subtitle : /ath_to_this_script/epg2master-timer.sh -nosub update searchtimer now : touch /etc/vdr/plugins/.epgsearchupdate