Added warning if no channels can be found.
[utils] / crawler / kiss / conf / kiss / programs.xml
index 0417895fb5c91b6757c1950cb88453e5751da239..38fb018d25986a892b4c22830708ace2a6eb0001 100644 (file)
@@ -1,24 +1,16 @@
 <programs>
   
-  <notification>
-    <from>kiss@brakkee.org</from>
-    <to>erik@brakkee.org</to>
-    <subject>Recording summary for today</subject>
-    <smtp>
-      <host>falcon</host>
-      <port>25</port>
-    </smtp>
-    <format>
-      <html>reportToHtml.xsl</html>
-      <text>reportToText.xsl</text>
-    </format>
-  </notification>
-  
   <program>
     <category>horror</category>
     <action>notify</action>
     <match field="description">horror</match>
   </program>
+
+  <program>
+    <category>horror</category>
+    <action>notify</action>
+    <match>the.*ghost.*whisperer</match>
+  </program>
   
   <program>
     <category>films</category>
@@ -40,8 +32,9 @@
   </program>
   
   <program>
+    <action>notify</action>
     <category>documentaires</category>
-    <match>(zembla)|(uur.*wolf)|(andere tijden)</match>
+    <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
   </program>
   
   <program>
@@ -54,7 +47,7 @@
   </program>
   
   <program>
-    <priority>10</priority>
+    <priority>11</priority>
     <match>battlestar</match>
   </program>
 
     <priority>10</priority>
     <match>star trek</match>
   </program>
-  
+
+  <program>
+    <priority>9</priority>
+    <match>((dr)|(doct.*)).*who</match>
+  </program>   
+
+  <program>
+    <match>little britain</match>
+  </program>
+
   <program>
     <priority>9</priority>
-    <match>lois.*clark</match>
+    <match>the.*x.*files</match>
+  </program>
+
+  <program>
+    <priority>9</priority>
+    <match>buffy.*vampire.*slayer</match>
+  </program>
+
+  <program>
+    <action>notify</action>
+    <match>de.*wereld.*draait.*door</match>
   </program>
   
   <program>
   <program>
     <match>top gear</match>
   </program>
+
+  <program>
+    <match>bedreigde.*paradijzen</match>
+  </program>
+
+  <program>
+    <match>wie is de baas</match>
+  </program>
   
   <program>
     <category>wetenschap</category>
     <match>brainiac</match>
   </program>
   
+  <program>
+    <category>auto</category>
+    <match>wegmisbruikers|(blik.*op.*weg)</match>
+  </program>
+  
 </programs>