summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/templates/remotes/other/X10_Lola/lircrc-x10lola.txt
blob: 5fc949e925516e55df61cee0c4bfe12554ae2dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
# lircrc
# lircrc configuration file for X-10 Lola remote for use with MythTV
# for use with keymapping at http://wendy.seltzer.org/mythtv/lircd.conf
# common keymappings from the keys.txt suggestions
# 
# This file is public domain.  No rights reserved.
 
###number keys
begin
	prog = mythtv
	button = 0
	config =  0 
end
begin
	prog = mythtv
	button = 1
	config =  1 
end
begin
	prog = mythtv
	button = 2
	config =  2 
end
begin
	prog = mythtv
	button = 3
	config =  3 
end
begin
	prog = mythtv
	button = 4
	config =  4 
end
begin
	prog = mythtv
	button = 5
	config =  5 
end
begin
	prog = mythtv
	button = 0
	config =  0 
end
begin
	prog = mythtv
	button = 6
	config =  6 
end
begin
	prog = mythtv
	button = 7
	config =  7 
end
begin
	prog = mythtv
	button = 8
	config =  8 
end
begin
	prog = mythtv
	button = 9
	config =  9 
end

##arrows
begin
	prog = mythtv
	button = play
	config =  Space 
end

### arrows with the multibutton
begin
	prog = mythtv
	button = eu
	config =  Up 
end
begin
	prog = mythtv
	button = ed
	config =  Down 
end
begin
	prog = mythtv
	button = el
	config =  Left 
end
begin
	prog = mythtv
	button = er
	config =  Right 
end
begin
	prog = mythtv
	button = enter
	config =  Space 
end
begin
	prog = mythtv
	button = stop
	config =  Escape 
end
begin
	prog = mythtv
	button = alb
	config =  m 
end
begin
	prog = mythtv
	button = art
	config =  e 
end
begin
	prog = mythtv
	button = gen
	config =  i 
end
begin
	prog = mythtv
	button = trk
	config =  y 
end
begin
	prog = mythtv
	button = rec
	config =  r 
end

begin
	prog = mythtv
	button = pause
	config = p
end

begin
	prog = mythtv
	button = T
	config = t
end

begin 
	prog = mythtv
	button = E
	config = u
end

begin
	prog = mythtv
	button = S
	config = a
end

begin
	prog = mythtv
	button = F
	config = +
end

begin
	prog = mythtv
	button = playing
	config = s
end

begin
	prog=mythtv
	button = playlist
	config = w
end

begin
	prog = mythtv
	button = a-d
	config = d
end

begin
	prog = mythtv
	button = a-b
	config = b
end
##Volume (with pageup)
begin
	prog=mythtv
	button = pageup
	config = Page Up
end
begin
        prog=mythtv
	button = pagedown
	config = Page Down
end

begin
	prog=mythtv
	button = ch+
	config = ]
end

begin
	prog=mythtv
	button = ch-
	config = [
end

begin
	prog=mythtv
	button = vol-
	config = q
end

begin
	prog=mythtv
	button = vol+
	config = z
end	

begin
	prog=mythtv
	button = ff
	config = >
end

begin 
	prog=mythtv
	button = rew
	config = <
end

begin
	prog=mythtv
	button = scan+
	config = }
end

begin
	prog=mythtv
	button = scan-
	config = {
end


##mplayer
### MPlayer lirc setup

# Show OSD
begin
prog = mplayer
button = alb
repeat = 3
config = osd
end

# Pause playback
begin
prog = mplayer
button = pause
repeat = 3
config = pause
end

# Skip ahead a minute if playing
# If paused, resume playing
begin
prog = mplayer
button = play
repeat = 3
config = seek +1
end

# Stop playback and exit
begin
prog = mplayer
button = stop
repeat = 3
config = quit
end

# Mute
begin
prog = mplayer
button = 
repeat = 3
config = mute
end

# Seek back 10 seconds
begin
prog = mplayer
button = rew
repeat = 3
config = seek -10
end

# Seek forward 30 seconds
begin
prog = mplayer
button = ff
repeat = 3
config = seek +30
end

# Quit
begin
prog = mplayer
button = E
repeat = 3
config = quit
end

# Seek forward 10 minutes
begin
prog = mplayer
button = vol+
repeat = 3
config = seek +600
end

# Seek backward 10 minutes
begin
prog = mplayer
button = vol-
repeat = 3
config = seek -600
end

# Toggle full-screen
begin
prog = mplayer
button = playlist
repeat = 3
config = vo_fullscreen
end