library names now start with wamblee- to make them unique.
[utils] / crawler / kiss / conf / kiss / programs.xml
1 <programs>
2   
3   <notification>
4     <from>kiss@brakkee.org</from>
5     <to>erik@brakkee.org</to>
6     <subject>Recording summary for today</subject>
7     <smtp>
8       <host>falcon</host>
9       <port>25</port>
10     </smtp>
11     <format>
12       <html>reportToHtml.xsl</html>
13       <text>reportToText.xsl</text>
14     </format>
15   </notification>
16   
17   <program>
18     <category>horror</category>
19     <action>notify</action>
20     <match field="description">horror</match>
21   </program>
22
23   <program>
24     <category>horror</category>
25     <action>notify</action>
26     <match>the.*ghost.*whisperer</match>
27   </program>
28   
29   <program>
30     <category>films</category>
31     <action>notify</action>
32     <match field="keywords">film</match>
33     <match field="description">horror|actie|thriller</match>
34   </program>
35   
36   <program>
37     <category>wetenschap</category>
38     <action>notify</action>
39     <match field="description">wetenschap</match>
40   </program>
41   
42   <program>
43     <category>science fiction</category>
44     <action>notify</action>
45     <match field="description">sf-|(sci-fi)|(science fiction)</match>
46   </program>
47   
48   <program>
49     <category>documentaires</category>
50     <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
51   </program>
52   
53   <program>
54     <priority>20</priority>
55     <match>star.*gate</match>
56   </program>
57
58   <program>
59     <match>six.*feet.*under</match>
60   </program>
61   
62   <program>
63     <priority>11</priority>
64     <match>battlestar</match>
65   </program>
66
67   <program>
68     <priority>10</priority>
69     <match>star trek</match>
70   </program>
71
72   <program>
73     <priority>9</priority>
74     <match>buffy.*vampire.*slayer</match>
75   </program>
76
77   <program>
78     <match>de.*wereld.*draait.*door</match>
79   </program>
80   
81   <program>
82     <priority>8</priority>
83     <match>lois.*clark</match>
84   </program>
85   
86   <program>
87     <priority>8</priority>
88     <match>jag</match>
89   </program>
90   
91   <program>
92     <priority>5</priority>
93     <match>shouf shouf</match>
94   </program>
95   
96   <program>
97     <match>red dwarf</match>
98   </program>
99   
100   <program>
101     <match>top gear</match>
102   </program>
103
104   <program>
105     <match>bedreigde.*paradijzen</match>
106   </program>
107
108   <program>
109     <match>wie is de baas</match>
110   </program>
111   
112   <program>
113     <category>wetenschap</category>
114     <action>notify</action>
115     <match>brainiac</match>
116   </program>
117   
118   <program>
119     <action>notify</action>
120     <category>auto</category>
121     <match>wegmisbruikers|(blik.*op.*weg)</match>
122   </program>
123   
124 </programs>