diff options
author | Christian Wieninger <winni@debian.(none)> | 2007-11-11 15:40:28 +0100 |
---|---|---|
committer | Christian Wieninger <winni@debian.(none)> | 2007-11-11 15:40:28 +0100 |
commit | 8d4f8607dc1558ce73eb4c376bdbf78ddb65da83 (patch) | |
tree | d0c5dde81a36ab2e8a2edc7c1e6922556518b312 /conf/epgsearchconflmail.templ | |
download | vdr-plugin-epgsearch-8d4f8607dc1558ce73eb4c376bdbf78ddb65da83.tar.gz vdr-plugin-epgsearch-8d4f8607dc1558ce73eb4c376bdbf78ddb65da83.tar.bz2 |
Initial commit
Diffstat (limited to 'conf/epgsearchconflmail.templ')
-rw-r--r-- | conf/epgsearchconflmail.templ | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/conf/epgsearchconflmail.templ b/conf/epgsearchconflmail.templ new file mode 100644 index 0000000..265bf90 --- /dev/null +++ b/conf/epgsearchconflmail.templ @@ -0,0 +1,58 @@ +######################################################################### +# This is a sample template for email notifications about timer conflicts. +# +# There are 4 sections to be defined: +# - "subject" to be used as mail subject +# - "mailbody" the body of the mail (put %conflictss% in the place where the +# list of conflicts should appear!) +# - "conflictsat" the description of one time where one or more conflicts +# exists (put %confltimers% in the place where the list of conflict +# timers should appear!) +# - "confltimer" the description of one conflicting timer +# +# close each section with the correspondig end tag! +######################################################################### + + +######################################################################### +# here's the subject definition (no CR!) +######################################################################### +<subject>[epgsearch] timer conflict info: %conflict.count% conflicting timers!</subject> + + +######################################################################### +# here's the body definition +######################################################################### +<mailbody>information about conflicting timers +---------------------------------------------------------------------- + + check at: %datenow% %timenow% +conflicts: %conflict.count% + +---------------------------------------------------------------------- +%conflict.conflicts% + + +Have fun!</mailbody> + +######################################################################### +# here's the conflictsat definition +######################################################################### +<conflictsat> +the following timers have a conflict at: %conflict.date% %conflict.time% +%conflict.confltimers% + +</conflictsat> + + +######################################################################### +# here's the definition of a conflict timer +######################################################################### +<conflicttimer> + Title: %title% ~ %subtitle% +Start/End: %time_w% %date% %time%-%timeend% (Timer: %timer.start%-%timer.stop%) + Channel: %chlng% (%chnr%) + File: %timer.file% + Search: %timer.search% (%timer.searchid%) +---------------------------------------------------------------------- +</conflicttimer> |