Epgsearchcmds.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
K
 
(6 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
#
+
Konfigurationsdatei des [[epgsearch-plugin]]s.
# This is a example of epgsearchcmds.conf with usually using and sample entrys.
+
 
#
+
{{Box Datei | [[Struktur|$VDRCONFIG]]/plugins/epgsearch/epgsearchcmds.conf |
# This file should placed on VDR configuration folder with setup.conf
+
<pre>
#  .../setup.conf
+
#
#  .../plugins/epgsearchcmds.conf
+
# This is a example of epgsearchcmds.conf with usually using and sample entrys.
#
+
#
# Syntax is: <name>[?];<command>
+
# This file should placed on VDR configuration folder with setup.conf
#
+
#  .../setup.conf
# <name>    = descriptor displayed in VDR
+
#  .../plugins/epgsearchcmds.conf
# [?]      = confirmation request, before execute command (optionally)
+
#
# <command> = command what execute
+
# Syntax is: <name>[?];<command>
#
+
#
# When a command is executed the following parameters are passed to it:
+
# <name>    = descriptor displayed in VDR
#
+
# [?]      = confirmation request, before execute command (optionally)
# $1: the name of the epg entry
+
# <command> = command what execute
# $2: the start time of the epg entry as time_t value (like in the shutdown script)
+
#
# $3: the end time
+
# When a command is executed the following parameters are passed to it:
# $4: the channel of the epg entry
+
#
# $5: the long channel name of the EPG entry
+
# $1: the name of the epg entry
# $6: the subtitle of the EPG entry, "" if not present
+
# $2: the start time of the epg entry as time_t value (like in the shutdown script)
#
+
# $3: the end time
# See also at man-pages vdr(5), its the same syntax as reccmds.conf
+
# $4: the channel of the epg entry
#
+
# $5: the long channel name of the EPG entry
remember event?                : /path_to_this_script/[[rememberevent.sh]] 0
+
# $6: the subtitle of the EPG entry, "" if not present
remember event (inc. switch)?  : /path_to_this_script/[[rememberevent.sh]] 1
+
#
show event list                : /path_to_this_script/[[rememberevent.sh]] -ls
+
# See also at man-pages vdr(5), its the same syntax as reccmds.conf
remove all events?            : /path_to_this_script/[[rememberevent.sh]] -rm
+
#
epg2taste                      : /path_to_this_script/[[epg2taste.sh]]
+
epg2taste                      : /path_to_this_script/epg2taste.sh
epg2adminautotimer            : /path_to_this_script/[[epg2autotimer.sh]]
+
epg2adminautotimer            : /path_to_this_script/epg2autotimer.sh
epg2master-timer              : /path_to_this_script/[[epg2master-timer.sh]]
+
epg2master-timer              : /path_to_this_script/epg2master-timer.sh
epg2master-timer (no subtitle) : /path_to_this_script/[[epg2master-timer.sh]] -nosub
+
epg2master-timer (no subtitle) : /path_to_this_script/epg2master-timer.sh -nosub
epg2xxvautotimer              : /path_to_this_script/epg2xxvautotimer.pl
+
epg2xxvautotimer              : /path_to_this_script/epg2xxvautotimer.pl
update searchtimer now        : touch /etc/vdr/plugins/epgsearch/.epgsearchupdate
+
createcats                    : cd $VDRCONFIG/plugins/epgsearch; createcats ../epg.data &
createcats                    : cd /etc/vdr/plugins/epgsearch; createcats ../epg.data &
+
</pre>
 +
}}
  
 
[[Kategorie:Konfigurationsdateien]]
 
[[Kategorie:Konfigurationsdateien]]

Aktuelle Version vom 22. April 2006, 03:11 Uhr

Konfigurationsdatei des epgsearch-plugins.

Datei
$VDRCONFIG/plugins/epgsearch/epgsearchcmds.conf
#
# 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
#
epg2taste                      : /path_to_this_script/epg2taste.sh
epg2adminautotimer             : /path_to_this_script/epg2autotimer.sh
epg2master-timer               : /path_to_this_script/epg2master-timer.sh
epg2master-timer (no subtitle) : /path_to_this_script/epg2master-timer.sh -nosub
epg2xxvautotimer               : /path_to_this_script/epg2xxvautotimer.pl
createcats                     : cd $VDRCONFIG/plugins/epgsearch; createcats ../epg.data &