summaryrefslogtreecommitdiff
path: root/conf/epgsearchconflmail.templ
blob: 265bf907919f12f8d76cdd46e1edc4feef5d8960 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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>