alternative media decoder based on libxine
[enigma2.git] / data / startwizard.xml
index 54533ebef361dd3f39e2a50926a15c7179425d37..eb1dc39cef871b2b9ef58f6398a991d17865fab4 100644 (file)
@@ -30,7 +30,7 @@ self["rc"].startMoving()
                <step id="nima">
                        <condition>
 from Components.NimManager import nimmanager
-self.condition = nimmanager.nimCount > 0
+self.condition = nimmanager.getNimType(0) != nimmanager.nimType["empty/unknown"]
                        </condition>
                        <text value="Use the left and right buttons to change an option.\n\nPlease set up tuner A" />
                        <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
@@ -48,7 +48,43 @@ self["arrowdown"].startMoving()
                <step id="nimb">
                        <condition>
 from Components.NimManager import nimmanager
-self.condition = nimmanager.nimCount > 1
+self.condition = nimmanager.getNimType(1) != nimmanager.nimType["empty/unknown"]
+                       </condition>
+                       <text value="Please set up tuner B" />
+                       <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
+                       <code>
+self["rc"].moveTo(500, 50, 1)
+self["rc"].startMoving()
+self["arrowup"].moveTo(525, 320, 1)
+self["arrowup"].startMoving()
+self["arrowup2"].moveTo(590, 320, 1)
+self["arrowup2"].startMoving()
+self["arrowdown"].moveTo(740, 355, 1)
+self["arrowdown"].startMoving()
+                       </code>
+               </step>
+               <step id="nimc">
+                       <condition>
+from Components.NimManager import nimmanager
+self.condition = nimmanager.getNimType(2) != nimmanager.nimType["empty/unknown"]
+                       </condition>
+                       <text value="Please set up tuner B" />
+                       <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
+                       <code>
+self["rc"].moveTo(500, 50, 1)
+self["rc"].startMoving()
+self["arrowup"].moveTo(525, 320, 1)
+self["arrowup"].startMoving()
+self["arrowup2"].moveTo(590, 320, 1)
+self["arrowup2"].startMoving()
+self["arrowdown"].moveTo(740, 355, 1)
+self["arrowdown"].startMoving()
+                       </code>
+               </step>
+               <step id="nimd">
+                       <condition>
+from Components.NimManager import nimmanager
+self.condition = nimmanager.getNimType(3) != nimmanager.nimType["empty/unknown"]
                        </condition>
                        <text value="Please set up tuner B" />
                        <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />