Corrected sorting of programs.
[utils] / crawler / kiss / conf / kiss / programs.xml
index b99436fe92daca5f9166cb844c5697abe8527f66..0417895fb5c91b6757c1950cb88453e5751da239 100644 (file)
@@ -1,9 +1,9 @@
 <programs>
   
   <notification>
-    <from>erik@brakkee.org</from>
+    <from>kiss@brakkee.org</from>
     <to>erik@brakkee.org</to>
-    <subject>KiSS Crawler Update</subject>
+    <subject>Recording summary for today</subject>
     <smtp>
       <host>falcon</host>
       <port>25</port>
     <match field="description">horror|actie|thriller</match>
   </program>
   
+  <program>
+    <category>wetenschap</category>
+    <action>notify</action>
+    <match field="description">wetenschap</match>
+  </program>
+  
   <program>
     <category>science fiction</category>
     <action>notify</action>
-    <match field="description">(sci-fi)|(science fiction)</match>
+    <match field="description">sf-|(sci-fi)|(science fiction)</match>
   </program>
   
   <program>
     <category>documentaires</category>
-    <action>notify</action>
-    <match>(zembla)|(uur.*wolf)</match>
+    <match>(zembla)|(uur.*wolf)|(andere tijden)</match>
   </program>
   
   <program>
+    <priority>20</priority>
     <match>star.*gate</match>
   </program>
+
+  <program>
+    <match>six.*feet.*under</match>
+  </program>
   
   <program>
+    <priority>10</priority>
     <match>battlestar</match>
   </program>
 
   <program>
+    <priority>10</priority>
     <match>star trek</match>
   </program>
   
   <program>
+    <priority>9</priority>
+    <match>lois.*clark</match>
+  </program>
+  
+  <program>
+    <priority>8</priority>
+    <match>jag</match>
+  </program>
+  
+  <program>
+    <priority>5</priority>
     <match>shouf shouf</match>
   </program>
   
   </program>
   
   <program>
+    <category>wetenschap</category>
     <action>notify</action>
     <match>brainiac</match>
   </program>
   
-  <program>
-    <match>lois.*clark</match>
-  </program>
-  
 </programs>