Installation Manual

- 92 -
L'esempio seguente si riferisce a un file dopo l'installazione del TV in modalità "vergine":
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<TvContents>
<SchemaVersion MajorVerNo="2" MinorVerNo="0" />
<ChannelMap>
<Channel>
<Source type="HDMI1" />
<Setup presetnumber="1" name="HDMI 1" blank="0" skip="0" FreePKG="1" PayPKG1="0" PayPKG2="0" logo="" TTV1="0" TTV2="0"
TTV3="0" TTV4="0" TTV5="0" TTV6="0" TTV7="0" TTV8="0" TTV9="0" TTV10="0" />
</Channel>
<Channel>
<Source type="HDMI2" />
<Setup presetnumber="2" name="HDMI 2" blank="0" skip="0" FreePKG="1" PayPKG1="0" PayPKG2="0" logo="" TTV1="0" TTV2="0"
TTV3="0" TTV4="0" TTV5="0" TTV6="0" TTV7="0" TTV8="0" TTV9="0" TTV10="0" />
</ChannelMap>
<ApplicationMap>
<Application>
<App Type="Native" AppName="MediaBrowser" />
<Setup name="USB Devices" FreePKG="1" PayPKG1="0" PayPKG2="0" />
</Application>
<Application>
<App Type="Native" AppName="YouTube" />
<Setup name="YouTube" FreePKG="1" PayPKG1="0" PayPKG2="0" />
</Application>
</ApplicationMap>
<ThemeTV />
</TvContents>
10.2.1 Aggiunta di un canale RF nel file ChannelList.xml
Aprire il file "ChannelList.xml" come descritto nel capitolo "ChannelList.xml nel file clone". Per ciascun
canale RF che si desidera aggiungere è necessario aggiungere un elemento xml tra le parentesi
<Channel></Channel>.
Alcuni esempi:
<Channel>
<Broadcast medium="analog" frequency="203250" system="west" serviceID="41795" ONID="65535" TSID="17056"
modulation="auto" symbolrate="0" bandwidth="Auto" servicetype="TV" />
<Setup presetnumber="10" name="EEN" blank="0" skip="0" FreePKG="1" PayPKG1="0" PayPKG2="0" TTV1="0" TTV2="0" TTV3="0"
TTV4="0" TTV5="0" TTV6="0" TTV7="0" TTV8="0" TTV9="0" TTV10="0" />
</Channel>
<Channel>
<Broadcast medium="dvbc" frequency="825937" system="west" serviceID="1" ONID="1" TSID="6" modulation="auto"
symbolrate="6876000" bandwidth="Auto" servicetype="TV" />
<Setup presetnumber="11" name="één HD" blank="0" skip="0" FreePKG="1" PayPKG1="0" PayPKG2="0" TTV1="0" TTV2="0"
TTV3="0" TTV4="0" TTV5="0" TTV6="0" TTV7="0" TTV8="0" TTV9="0" TTV10="0" />
</Channel>
<Channel>
<Broadcast medium="dvbc" frequency="801937" system="west" serviceID="927" ONID="1" TSID="3" modulation="auto"
symbolrate="6877000" bandwidth="Auto" servicetype="Radio" />
<Setup presetnumber="12" name="Rock Alternative" blank="0" skip="0" FreePKG="1" PayPKG1="0" PayPKG2="0" TTV1="0"
TTV2="0" TTV3="0" TTV4="0" TTV5="0" TTV6="0" TTV7="0" TTV8="0" TTV9="0" TTV10="0" />
</Channel>
<Channel>
<Broadcast medium="dvbt" frequency="490000" system="west" serviceID="1537" ONID="8442" TSID="6" modulation="auto"
symbolrate="0" bandwidth="8MHz" servicetype="TV"></Broadcast>
<Setup presetnumber="13" name="TF1" blank="0" skip="0" FreePKG="1" PayPKG1="0" PayPKG2="0" TTV1="0" TTV2="0" TTV3="0"
TTV4="0" TTV5="0" TTV6="0" TTV7="0" TTV8="0" TTV9="0" TTV10="0"></Setup>
</Channel>