Subversion Repositories HomeAutomation

Rev

Details | Last modification | View Log | SVN | RSS feed

Rev Author Line No. Line
15 arune 1
<?xml version='1.0' encoding='utf-8'?>
2
 
3
<!-- Configuration file for the TVchart Macbeth module. -->
4
<modtvchart>
5
 
6
    <!-- value="1" nextshows, lists current show and the following shows on current channel -->
7
    <!-- value="2" channels, lists the current show on current channel and the current shows on contiguous channels -->
8
    <!-- value="3" description, lists the show on current channel and a detailed description of that show (if available) -->
9
    <option name="guidestyle" value="1"/>
10
 
11
    <!-- how many show to list (except for current channel) this setting has no effect in guidestyle=3 -->
12
    <option name="itemstolist" value="1"/>
13
 
14
    <!-- If you have remotecontrolbuttons for zapping up and down -->
15
    <!-- check modRemoteControl.xml -->
16
    <option name="progplusbtn" value="PUP"/>
17
    <option name="progminusbtn" value="PDOWN"/>
18
 
19
    <list name="servers">
20
        <item>
21
            <!-- No trailing slash! -->
22
            <field name="serverlocation" value="http://www.arune.se/tv"/>
23
        </item>
24
        <!--item>
25
            <option name="serverlocation" value="backupserver/tv"/>
26
        </item-->
27
    </list>
28
 
29
    <!-- this is the lowest channelnumber when zapping up and down -->
30
    <option name="firstchannel" value="1"/>
31
    <!-- this is the highest channelnumber when zapping up and down -->
32
    <option name="lastchannel" value="11"/>
33
 
34
    <list name="channels">
35
        <item>
36
            <!-- what channelnumber on the tv/remote is this -->
37
            <field name="tvchannel" value="1"/>
38
            <!-- from http://arune.se/tv/channellist.txt -->
39
            <field name="id" value="21"/>
40
            <!-- whatever you want, it has nothing to do with the names in channellist.txt -->
41
            <field name="longname" value="SVT1"/>
42
            <!-- max 3 chars -->
43
            <field name="shortname" value="TV1"/>
44
        </item>
45
        <item>
46
            <!-- what channelnumber on the tv/remote is this -->
47
            <field name="tvchannel" value="2"/>
48
            <!-- from http://arune.se/tv/channellist.txt -->
49
            <field name="id" value="22"/>
50
            <!-- whatever you want, it has nothing to do with the names in channellist.txt -->
51
            <field name="longname" value="SVT2"/>
52
            <!-- max 3 chars -->
53
            <field name="shortname" value="TV2"/>
54
        </item>
55
        <item>
56
            <!-- what channelnumber on the tv/remote is this -->
57
            <field name="tvchannel" value="3"/>
58
            <!-- from http://arune.se/tv/channellist.txt -->
59
            <field name="id" value="26"/>
60
            <!-- whatever you want, it has nothing to do with the names in channellist.txt -->
61
            <field name="longname" value="TV3"/>
62
            <!-- max 3 chars -->
63
            <field name="shortname" value="TV3"/>
64
        </item>
65
        <item>
66
            <!-- what channelnumber on the tv/remote is this -->
67
            <field name="tvchannel" value="4"/>
68
            <!-- from http://arune.se/tv/channellist.txt -->
69
            <field name="id" value="27"/>
70
            <!-- whatever you want, it has nothing to do with the names in channellist.txt -->
71
            <field name="longname" value="TV4"/>
72
            <!-- max 3 chars -->
73
            <field name="shortname" value="TV4"/>
74
        </item>
75
        <item>
76
            <!-- what channelnumber on the tv/remote is this -->
77
            <field name="tvchannel" value="5"/>
78
            <!-- from http://arune.se/tv/channellist.txt -->
79
            <field name="id" value="10"/>
80
            <!-- whatever you want, it has nothing to do with the names in channellist.txt -->
81
            <field name="longname" value="Kanal 5"/>
82
            <!-- max 3 chars -->
83
            <field name="shortname" value="TV5"/>
84
        </item>
85
        <item>
86
            <!-- what channelnumber on the tv/remote is this -->
87
            <field name="tvchannel" value="6"/>
88
            <!-- from http://arune.se/tv/channellist.txt -->
89
            <field name="id" value="42"/>
90
            <!-- whatever you want, it has nothing to do with the names in channellist.txt -->
91
            <field name="longname" value="ZTV"/>
92
            <!-- max 3 chars -->
93
            <field name="shortname" value="ZTV"/>
94
        </item>
95
        <item>
96
            <!-- what channelnumber on the tv/remote is this -->
97
            <field name="tvchannel" value="7"/>
98
            <!-- from http://arune.se/tv/channellist.txt -->
99
            <field name="id" value="14"/>
100
            <!-- whatever you want, it has nothing to do with the names in channellist.txt -->
101
            <field name="longname" value="MTV"/>
102
            <!-- max 3 chars -->
103
            <field name="shortname" value="MTV"/>
104
        </item>
105
        <item>
106
            <!-- what channelnumber on the tv/remote is this -->
107
            <field name="tvchannel" value="8"/>
108
            <!-- from http://arune.se/tv/channellist.txt -->
109
            <field name="id" value="89"/>
110
            <!-- whatever you want, it has nothing to do with the names in channellist.txt -->
111
            <field name="longname" value="Discovery Mix"/>
112
            <!-- max 3 chars -->
113
            <field name="shortname" value="DMx"/>
114
        </item>
115
    </list>
116
 
117
    <list name="remotebtns">
118
        <item>
119
            <!-- check modRemoteControl.xml -->
120
            <field name="remotebutton" value="NUMERIC1"/>
121
            <!-- what channelnumber on the tv/remote is this -->
122
            <field name="tvchannel" value="1"/>
123
        </item>
124
        <item>
125
            <!-- check modRemoteControl.xml -->
126
            <field name="remotebutton" value="NUMERIC2"/>
127
            <!-- what channelnumber on the tv/remote is this -->
128
            <field name="tvchannel" value="2"/>
129
        </item>
130
        <item>
131
            <!-- check modRemoteControl.xml -->
132
            <field name="remotebutton" value="NUMERIC3"/>
133
            <!-- what channelnumber on the tv/remote is this -->
134
            <field name="tvchannel" value="3"/>
135
        </item>
136
        <item>
137
            <!-- check modRemoteControl.xml -->
138
            <field name="remotebutton" value="NUMERIC4"/>
139
            <!-- what channelnumber on the tv/remote is this -->
140
            <field name="tvchannel" value="4"/>
141
        </item>
142
        <item>
143
            <!-- check modRemoteControl.xml -->
144
            <field name="remotebutton" value="NUMERIC5"/>
145
            <!-- what channelnumber on the tv/remote is this -->
146
            <field name="tvchannel" value="5"/>
147
        </item>
148
        <item>
149
            <!-- check modRemoteControl.xml -->
150
            <field name="remotebutton" value="NUMERIC6"/>
151
            <!-- what channelnumber on the tv/remote is this -->
152
            <field name="tvchannel" value="6"/>
153
        </item>
154
        <item>
155
            <!-- check modRemoteControl.xml -->
156
            <field name="remotebutton" value="NUMERIC7"/>
157
            <!-- what channelnumber on the tv/remote is this -->
158
            <field name="tvchannel" value="7"/>
159
        </item>
160
        <item>
161
            <!-- check modRemoteControl.xml -->
162
            <field name="remotebutton" value="NUMERIC8"/>
163
            <!-- what channelnumber on the tv/remote is this -->
164
            <field name="tvchannel" value="8"/>
165
        </item>
166
        <item>
167
            <!-- check modRemoteControl.xml -->
168
            <field name="remotebutton" value="NUMERIC9"/>
169
            <!-- what channelnumber on the tv/remote is this -->
170
            <field name="tvchannel" value="9"/>
171
        </item>
172
    </list>
173
 
174
 
175
</modtvchart>