<?xml version='1.0' encoding='utf-8'?>
<!-- Configuration file for the TVchart Macbeth module. -->
<modtvchart>
<!-- value="1" nextshows, lists current show and the following shows on current channel -->
<!-- value="2" channels, lists the current show on current channel and the current shows on contiguous channels -->
<!-- value="3" description, lists the show on current channel and a detailed description of that show (if available) -->
<option name="guidestyle" value="1"/>
<!-- how many show to list (except for current channel) this setting has no effect in guidestyle=3 -->
<option name="itemstolist" value="1"/>
<!-- If you have remotecontrolbuttons for zapping up and down -->
<!-- check modRemoteControl.xml -->
<option name="progplusbtn" value="PUP"/>
<option name="progminusbtn" value="PDOWN"/>
<list name="servers">
<item>
<!-- No trailing slash! -->
<field name="serverlocation" value="http://www.arune.se/tv"/>
</item>
<!--item>
<option name="serverlocation" value="backupserver/tv"/>
</item-->
</list>
<!-- this is the lowest channelnumber when zapping up and down -->
<option name="firstchannel" value="1"/>
<!-- this is the highest channelnumber when zapping up and down -->
<option name="lastchannel" value="11"/>
<list name="channels">
<item>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="1"/>
<!-- from http://arune.se/tv/channellist.txt -->
<field name="id" value="21"/>
<!-- whatever you want, it has nothing to do with the names in channellist.txt -->
<field name="longname" value="SVT1"/>
<!-- max 3 chars -->
<field name="shortname" value="TV1"/>
</item>
<item>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="2"/>
<!-- from http://arune.se/tv/channellist.txt -->
<field name="id" value="22"/>
<!-- whatever you want, it has nothing to do with the names in channellist.txt -->
<field name="longname" value="SVT2"/>
<!-- max 3 chars -->
<field name="shortname" value="TV2"/>
</item>
<item>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="3"/>
<!-- from http://arune.se/tv/channellist.txt -->
<field name="id" value="26"/>
<!-- whatever you want, it has nothing to do with the names in channellist.txt -->
<field name="longname" value="TV3"/>
<!-- max 3 chars -->
<field name="shortname" value="TV3"/>
</item>
<item>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="4"/>
<!-- from http://arune.se/tv/channellist.txt -->
<field name="id" value="27"/>
<!-- whatever you want, it has nothing to do with the names in channellist.txt -->
<field name="longname" value="TV4"/>
<!-- max 3 chars -->
<field name="shortname" value="TV4"/>
</item>
<item>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="5"/>
<!-- from http://arune.se/tv/channellist.txt -->
<field name="id" value="10"/>
<!-- whatever you want, it has nothing to do with the names in channellist.txt -->
<field name="longname" value="Kanal 5"/>
<!-- max 3 chars -->
<field name="shortname" value="TV5"/>
</item>
<item>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="6"/>
<!-- from http://arune.se/tv/channellist.txt -->
<field name="id" value="42"/>
<!-- whatever you want, it has nothing to do with the names in channellist.txt -->
<field name="longname" value="ZTV"/>
<!-- max 3 chars -->
<field name="shortname" value="ZTV"/>
</item>
<item>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="7"/>
<!-- from http://arune.se/tv/channellist.txt -->
<field name="id" value="14"/>
<!-- whatever you want, it has nothing to do with the names in channellist.txt -->
<field name="longname" value="MTV"/>
<!-- max 3 chars -->
<field name="shortname" value="MTV"/>
</item>
<item>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="8"/>
<!-- from http://arune.se/tv/channellist.txt -->
<field name="id" value="89"/>
<!-- whatever you want, it has nothing to do with the names in channellist.txt -->
<field name="longname" value="Discovery Mix"/>
<!-- max 3 chars -->
<field name="shortname" value="DMx"/>
</item>
</list>
<list name="remotebtns">
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC1"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="1"/>
</item>
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC2"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="2"/>
</item>
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC3"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="3"/>
</item>
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC4"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="4"/>
</item>
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC5"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="5"/>
</item>
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC6"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="6"/>
</item>
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC7"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="7"/>
</item>
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC8"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="8"/>
</item>
<item>
<!-- check modRemoteControl.xml -->
<field name="remotebutton" value="NUMERIC9"/>
<!-- what channelnumber on the tv/remote is this -->
<field name="tvchannel" value="9"/>
</item>
</list>
</modtvchart>