1 | /*****************************************************/
|
---|
2 | /* this file is part of the tiTan / tiTanNIT Project */
|
---|
3 | /* and allowed only for use with this. */
|
---|
4 | /* */
|
---|
5 | /* copyright by NIT */
|
---|
6 | /*****************************************************/
|
---|
7 |
|
---|
8 | query: sendrc
|
---|
9 | raw: nothing
|
---|
10 | desc: send rc code
|
---|
11 | param: rc code
|
---|
12 |
|
---|
13 | query: getrectimer
|
---|
14 | raw: begin#end#justplay#repeate#name#serviceid#transpoderid#status#errstr#timestamp
|
---|
15 | desc: get aktive record timer
|
---|
16 | param: no
|
---|
17 |
|
---|
18 | query: addrectimer
|
---|
19 | raw: ?
|
---|
20 | desc: add a record timer
|
---|
21 | param: ?
|
---|
22 |
|
---|
23 | query: delrectimer
|
---|
24 | raw: ?
|
---|
25 | desc: delete a record timer
|
---|
26 | param: ?
|
---|
27 |
|
---|
28 | query: editrectimer
|
---|
29 | raw: ?
|
---|
30 | desc: edit a record timer
|
---|
31 | param: ?
|
---|
32 |
|
---|
33 | query: rectimersend
|
---|
34 | raw: ?
|
---|
35 | desc: ?
|
---|
36 | param: ?
|
---|
37 |
|
---|
38 | query: getrectimerarchive
|
---|
39 | raw: begin#end#justplay#repeate#name#serviceid#transpoderid#status#errstr#timestamp
|
---|
40 | desc: get old record timer
|
---|
41 | param: no
|
---|
42 |
|
---|
43 | query: setvol
|
---|
44 | raw: returns the aktive vol (0-100)
|
---|
45 | desc: set the volume
|
---|
46 | param: 0-100
|
---|
47 |
|
---|
48 | query: setmute
|
---|
49 | raw: returns the aktive mute (0/1)
|
---|
50 | descr: set mute
|
---|
51 | param: 0/1
|
---|
52 |
|
---|
53 | query: getbouquet
|
---|
54 | raw: bouquetname#type
|
---|
55 | desc: get a list of all bouquets
|
---|
56 | param: no
|
---|
57 |
|
---|
58 | query: getsat
|
---|
59 | raw: satname#orbitalpos
|
---|
60 | desc: get a list of all sat
|
---|
61 | param: no
|
---|
62 |
|
---|
63 | query: getprovider
|
---|
64 | raw: providername#number
|
---|
65 | desc: get a list of all provoder
|
---|
66 | param: no
|
---|
67 |
|
---|
68 | query: getaz
|
---|
69 | raw: returns A-Z
|
---|
70 | desc: get chars A-Z
|
---|
71 | param: no
|
---|
72 |
|
---|
73 | query: getchannelpage
|
---|
74 | raw: channelname#proz#serviceid#transponderid#channellist#servicetype#eventid
|
---|
75 | desc: get a channel page
|
---|
76 | param: 0 = 0, 1 = orbitalpos, 2 = providername, 3 = A-Z
|
---|
77 | param: type (0 = all, 1 = sat, 2 = provider, 3 = A-Z)
|
---|
78 | param: page nr
|
---|
79 |
|
---|
80 | query: getallchannel
|
---|
81 | raw: channelname#proz#serviceid#transponderid#channellist#servicetype#eventid
|
---|
82 | desc: get all channel
|
---|
83 | param: no
|
---|
84 |
|
---|
85 | query: getbouquetchannel
|
---|
86 | raw: channelname#proz#serviceid#transponderid#channellist#servicetype#eventid
|
---|
87 | desc: get all channel from a bouquet
|
---|
88 | param: bouquetname
|
---|
89 |
|
---|
90 | query: getsatchannel
|
---|
91 | raw: channelname#proz#serviceid#transponderid#channellist#servicetype#eventid
|
---|
92 | desc: get all channel from a sat
|
---|
93 | param: orbitalposition
|
---|
94 |
|
---|
95 | query: getproviderchannel
|
---|
96 | raw: channelname#proz#serviceid#transponderid#channellist#servicetype#eventid
|
---|
97 | desc: get all channel from a provider
|
---|
98 | param: providername
|
---|
99 |
|
---|
100 | query: getazchannel
|
---|
101 | raw: channelname#proz#serviceid#transponderid#channellist#servicetype#eventid
|
---|
102 | desc: get all channel from first char
|
---|
103 | param: char (A-Z)
|
---|
104 |
|
---|
105 | query: switch
|
---|
106 | raw: channelname#proz#serviceid#transponderid#channellist#servicetype#eventid
|
---|
107 | desc: change channel
|
---|
108 | param: channelid
|
---|
109 | param: transponderid
|
---|
110 |
|
---|
111 | query: getaktservice
|
---|
112 | raw: channelname#proz#serviceid#transponderid#channellist#servicetype#eventid
|
---|
113 | desc: get akt service
|
---|
114 | param: no
|
---|
115 |
|
---|
116 | query: getepg
|
---|
117 | raw: epgshort#begin#end#subtitle#epglong
|
---|
118 | desc: get epg from a channel
|
---|
119 | param: channelid
|
---|
120 | param: transponderid
|
---|
121 | param: epg event id
|
---|
122 |
|
---|
123 | query: getmovieepg
|
---|
124 | raw: returns .epg
|
---|
125 | desc: gets the epg to a recordet movie
|
---|
126 | param: movie name (full path)
|
---|
127 |
|
---|
128 | query: getsingleepg
|
---|
129 | raw: epgshort#begin#end#subtitle
|
---|
130 | desc: get all epg to a channel
|
---|
131 | param: channelid
|
---|
132 | param: transponderid
|
---|
133 |
|
---|
134 | query: getgmultiepg
|
---|
135 | raw: ?
|
---|
136 | desc: get all epg from all channel in a bouquet
|
---|
137 | param: bouquetname
|
---|
138 | param: page nr
|
---|
139 |
|
---|
140 | query: getepgsearch
|
---|
141 | raw: ?
|
---|
142 | desc: search epg entry
|
---|
143 | param: ?
|
---|
144 |
|
---|
145 | query: getsignal
|
---|
146 | raw: ber#unc#signal#snr
|
---|
147 | desc: get tuner signals
|
---|
148 | param: no
|
---|
149 |
|
---|
150 | query: getmoviefilelist
|
---|
151 | raw: name#type (dir = 0, file = 1)
|
---|
152 | desc: get a list of movies
|
---|
153 | param: empty or path
|
---|
154 | param: page nr
|
---|
155 |
|
---|
156 | query: delmoviefile
|
---|
157 | raw: ?
|
---|
158 | desc: delete a file
|
---|
159 | param: ?
|
---|
160 |
|
---|
161 | query: getm3u
|
---|
162 | raw: m3u format
|
---|
163 | desc: get m3u file from a movie
|
---|
164 | param: moviename
|
---|
165 |
|
---|
166 | query: getvideo
|
---|
167 | raw: http url string for video
|
---|
168 | desc: get html inline code for playing movie
|
---|
169 | param: moviename
|
---|
170 |
|
---|
171 | query: getshoot
|
---|
172 | raw: fixtext shoot.html
|
---|
173 | desc: get a screenshot
|
---|
174 | param: type (gui, tv, gui + tv)
|
---|
175 |
|
---|
176 | query: poweroff
|
---|
177 | raw: nothing
|
---|
178 | desc: poweroff the box
|
---|
179 | param: no
|
---|
180 |
|
---|
181 | query: restart
|
---|
182 | raw: nothing
|
---|
183 | desc: restart the box
|
---|
184 | param: no
|
---|
185 |
|
---|
186 | query: guirestart
|
---|
187 | raw: nothing
|
---|
188 | desc: gui restart the box
|
---|
189 | param: no
|
---|
190 |
|
---|
191 | query: standby
|
---|
192 | raw: nothing
|
---|
193 | desc: set box in standby
|
---|
194 | param: no
|
---|
195 |
|
---|
196 | query: boxstatus
|
---|
197 | raw: running or standby
|
---|
198 | desc: get boxstatus (running or standby)
|
---|
199 | param: no
|
---|
200 |
|
---|
201 | query: message
|
---|
202 | raw: fixtext Message send
|
---|
203 | desc: shows the message on tv
|
---|
204 | param; message |
---|