remove bouquets.tv and userbouquets... from Makefile (it is installed
[enigma2.git] / data / startwizard.xml
1 <wizard>
2                 <step id="welcome" nextstep="introduction">
3                         <text value="Welcome.\n\nThis start wizard will guide you through the basic setup of your Dreambox.\nPress the OK button on your remote control to move to the next step." />
4                         <code>
5 self["arrowdown"].moveTo(557, 232, 1)
6 self["arrowdown"].startMoving()
7 self["arrowup"].moveTo(800, 232, 1)
8 self["arrowup"].startMoving()
9 self["rc"].moveTo(500, 50, 1)
10 self["rc"].startMoving()
11                         </code>
12                 </step>
13                 <step id="introduction" >
14                         <text value="Use the up/down keys on your remote control to select an option. After that, press OK." />
15                         <list>
16                                 <listentry caption="Use wizard to set up basic features" step="nima" />
17                                 <listentry caption="Exit wizard" step="end" />
18                         </list>
19                         <code>
20 self["arrowup2"].moveTo(800, 320, 1)
21 self["arrowup2"].startMoving()
22 self["arrowdown"].moveTo(557, 200, 1)
23 self["arrowup"].moveTo(557, 355, 1)
24 self["arrowdown"].startMoving()
25 self["arrowup"].startMoving()
26 self["rc"].moveTo(500, 50, 1)
27 self["rc"].startMoving()
28                         </code>
29                 </step>
30                 <step id="nima">
31                         <condition>
32 from Components.NimManager import nimmanager
33 self.condition = len(nimmanager.nim_slots) > 0 and not nimmanager.nim_slots[0].empty and config.misc.startwizard.shownimconfig.value
34                         </condition>
35                         <text value="Use the left and right buttons to change an option.\n\nPlease set up tuner A" />
36                         <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
37                         <code>
38 self["rc"].moveTo(500, 50, 1)
39 self["rc"].startMoving()
40 self["arrowup"].moveTo(525, 320, 1)
41 self["arrowup"].startMoving()
42 self["arrowup2"].moveTo(590, 320, 1)
43 self["arrowup2"].startMoving()
44 self["arrowdown"].moveTo(740, 355, 1)
45 self["arrowdown"].startMoving()
46                         </code>
47                 </step>
48                 <step id="nimb">
49                         <condition>
50 from Components.NimManager import nimmanager
51 self.condition = len(nimmanager.nim_slots) > 1 and not nimmanager.nim_slots[1].empty and config.misc.startwizard.shownimconfig.value
52                         </condition>
53                         <text value="Please set up tuner B" />
54                         <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
55                         <code>
56 self["rc"].moveTo(500, 50, 1)
57 self["rc"].startMoving()
58 self["arrowup"].moveTo(525, 320, 1)
59 self["arrowup"].startMoving()
60 self["arrowup2"].moveTo(590, 320, 1)
61 self["arrowup2"].startMoving()
62 self["arrowdown"].moveTo(740, 355, 1)
63 self["arrowdown"].startMoving()
64                         </code>
65                 </step>
66                 <step id="nimc">
67                         <condition>
68 from Components.NimManager import nimmanager
69 self.condition = len(nimmanager.nim_slots) > 2 and not nimmanager.nim_slots[2].empty and config.misc.startwizard.shownimconfig.value
70                         </condition>
71                         <text value="Please set up tuner C" />
72                         <config screen="NimSetup" module="Satconfig" args="2" type="ConfigList" />
73                         <code>
74 self["rc"].moveTo(500, 50, 1)
75 self["rc"].startMoving()
76 self["arrowup"].moveTo(525, 320, 1)
77 self["arrowup"].startMoving()
78 self["arrowup2"].moveTo(590, 320, 1)
79 self["arrowup2"].startMoving()
80 self["arrowdown"].moveTo(740, 355, 1)
81 self["arrowdown"].startMoving()
82                         </code>
83                 </step>
84                 <step id="nimd">
85                         <condition>
86 from Components.NimManager import nimmanager
87 self.condition = len(nimmanager.nim_slots) > 3 and not nimmanager.nim_slots[3].empty and config.misc.startwizard.shownimconfig.value
88                         </condition>
89                         <text value="Please set up tuner D" />
90                         <config screen="NimSetup" module="Satconfig" args="3" type="ConfigList" />
91                         <code>
92 self["rc"].moveTo(500, 50, 1)
93 self["rc"].startMoving()
94 self["arrowup"].moveTo(525, 320, 1)
95 self["arrowup"].startMoving()
96 self["arrowup2"].moveTo(590, 320, 1)
97 self["arrowup2"].startMoving()
98 self["arrowdown"].moveTo(740, 355, 1)
99 self["arrowdown"].startMoving()
100                         </code>
101                 </step>
102                 <step id="scanquestion">
103                         <text value="Do you want to do a service scan?" />
104                         <condition>
105 self.condition = config.misc.startwizard.doservicescan.value
106                         </condition>
107                         <code>
108 self["rc"].moveTo(800, 50, 1)
109 self["rc"].startMoving()
110 self["arrowup"].moveTo(800, 310, 1)
111 self["arrowup"].startMoving()
112 self["arrowup2"].moveTo(800, 310, 1)
113 self["arrowup2"].startMoving()
114                         </code>
115                         <list>
116                                 <listentry caption="Yes, do an automatic scan now" step="scan" />
117                                 <listentry caption="Yes, do a manual scan now" step="manualscan" />
118                                 <listentry caption="No, let me choose default lists" step="parentalcontrol" />
119                                 <listentry caption="No, scan later manually" step="parentalcontrol" />
120                         </list>
121                         <code pos="after">
122 if self["list"].index == 2:
123         #from Screens.ScanSetup import ScanSetup
124         from Screens.ScanSetup import DefaultSatLists
125         self.session.open(DefaultSatLists)
126                         </code>
127                 </step>
128                 <step id="scan" nextstep="parentalcontrol">
129                         <condition>
130 self.condition = config.misc.startwizard.doservicescan.value
131                         </condition>                    
132                         <text value="What do you want to scan?" />
133                         <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
134                 </step>
135                 <step id="manualscan">
136                         <condition>
137 self.condition = config.misc.startwizard.doservicescan.value
138                         </condition>
139                         <text value="What do you want to scan?" />
140                         <config screen="ScanSetup" module="ScanSetup" type="ConfigList" />
141                 </step>
142                 <step id="nextscan">
143                         <condition>
144 self.condition = config.misc.startwizard.doservicescan.value
145                         </condition>
146                         <text value="Do you want to do another manual service scan?" />
147                         <list>
148                                 <listentry caption="Yes, do another manual scan now" step="manualscan" />
149                                 <listentry caption="No, scan later manually" step="parentalcontrol" />
150                         </list>
151                 </step>
152                 <step id="parentalcontrol">
153                         <text value="Do you want to enable the parental control feature on your dreambox?" />
154                         <list>
155                                 <listentry caption="Yes" step="parentalsetup" />
156                                 <listentry caption="No" step="end" />
157                         </list>
158                         <code pos="after">
159 if self["list"].index == 0:
160         config.ParentalControl.configured.value = True
161 else:
162         config.ParentalControl.configured.value = False
163 config.ParentalControl.configured.save()
164                         </code>
165                 </step>
166                 <step id="parentalsetup">
167                         <text value="You need to set a pin code and hide it from your children.\n\nDo you want to set the pin now?" />
168                         <list>
169                                 <listentry caption="Yes" step="finishparentalsetup" />
170                                 <listentry caption="No" step="finishparentalsetup" />
171                         </list>
172                         <code pos="after">
173 from ParentalControlSetup import ParentalControlChangePin
174 if self["list"].index == 0:
175         self.session.open(ParentalControlChangePin, config.ParentalControl.servicepin[0], _("parental control pin"))
176                         </code>
177                 </step>
178                 <step id="finishparentalsetup">
179                         <code>
180 config.ParentalControl.setuppinactive.value = True
181 config.ParentalControl.setuppinactive.save()
182 config.ParentalControl.servicepinactive.value = True
183 config.ParentalControl.servicepinactive.save()
184 config.ParentalControl.setuppin.value = config.ParentalControl.servicepin[0].value
185 config.ParentalControl.setuppin.save()
186                         </code>
187
188                         <text value="After the start wizard is completed, you need to protect single services. Refer to your dreambox's manual on how to do that." />
189                 </step>
190                 <step id="end">
191                         <text value="Thank you for using the wizard. Your box is now ready to use.\nPlease press OK to start using you Dreambox." />
192                 </step>
193 </wizard>