[FanControl2] too much deleted metainfo inserted again
[vuplus_dvbapp-plugin] / autotimer / etc / autotimer.xml
index 03baafb..2836d66 100644 (file)
@@ -2,13 +2,27 @@
 <!-- Sample -->
 
 <!-- All timers are enclosed in this elements -->
-<autotimer version="4">
+<autotimer version="5">
+
+ <!--
+    Set default for new Autotimers. You can set everything as usual but
+    name/match/enabled is not supported to set a default for, so are the
+    counter properties left and lastActivation.
+    
+    Here the Dialog to add a new Autotimer will be prefilled with
+      - a timespan 16:30-23:15
+      - offset 5min before and 10min after event
+      - services restricted to those in (single bouquet) favourites
+ -->
+ <defaults from="16:30" to="23:15" offset="5,10">
+  <bouquet>1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 195) || (type == 25) || (type == 134) FROM BOUQUET "userbouquet.favourites.tv" ORDER BY bouquet</bouquet> <!-- favourites (in single bouquet mode)-->
+ </defaults>
 
  <!-- 
     - Record all Events with "House" in its Title
     - When aired between 20:15 and 23:00 on a weekday
     - And add a margin of 5 minutes before and after the recording
-      (added to the margin already defined globally in enigma2)
+      (regardless of enigma2 defaults)
  -->
  <timer name="Record House" match="House" enabled="no" from="20:15" to="23:00" offset="5">
   <!-- Record only on german station "RTL" -->
@@ -43,7 +57,7 @@
       (must contain upper case L and end with "al" - any better example?)
     - Save recordings into /media/net/Malcolm
  -->
- <timer name="Events with Malcolm" match="Malcolm" destination="/media/net/Malcolm/" enabled="no">
+ <timer name="Events with Malcolm" match="Malcolm" location="/media/net/Malcolm/" enabled="no">
   <!-- Don't limit stations to record on -->
   <!-- If the recording ends between 23:00 and 06:00 shutdown afterwards -->
   <afterevent from="23:00" to="06:00">shutdown</afterevent>