Ticket #6049: lircrc

File lircrc, 9.1 KB (added by mlists@…, 15 years ago)

lircrc file used for this test

Line 
1# MythTV native LIRC config file for
2# a Logitech Harmony Remote with a
3# profile based off of MythTV/Knoppmyth.
4#
5# The original profile is based on a
6# Hauppuage PVR-250 Remote.
7#
8# By Douglas Wagner, 2008/04/21
9# Most of the below comes from
10# Jarod Wilson's excellent guide
11# to setting up MythTV on Fedora.
12#
13
14#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
15#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
16#                       Myth TV Mappings
17#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
18#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
19
20#########################################
21#       Channel Buttons
22#########################################
23
24# Channel Up
25begin
26prog = mythtv
27button = ChannelUp
28repeat = 4
29config = Up
30end
31
32# Channel Down
33begin
34prog = mythtv
35button = ChannelDown
36repeat = 4
37config = Down
38end
39
40# Cycle through channel history
41begin
42prog = mythtv
43button = ChannelPrev
44repeat = 4
45config = H
46end
47
48#########################################
49#       Volume Control Buttons
50#########################################
51
52# Increase Volume
53begin
54prog = mythtv
55button = VolumeUp
56repeat = 4
57config = F11
58end
59
60# Decrease Volume
61begin
62prog = mythtv
63button = VolumeDown
64repeat = 4
65config = F10
66end
67
68# Mute
69begin
70prog = mythtv
71button = Mute
72repeat = 4
73config = F9
74end
75
76#########################################
77#       Navigation Buttons
78#########################################
79
80# Direction Up
81begin
82prog = mythtv
83button = DirectionUp
84repeat = 4
85config = Up
86end
87
88# Direction Down
89begin
90prog = mythtv
91button = DirectionDown
92repeat = 4
93config = Down
94end
95
96# Direction Left
97begin
98prog = mythtv
99button = DirectionLeft
100repeat = 4
101config = Left
102end
103
104# Direction Right
105begin
106prog = mythtv
107button = DirectionRight
108repeat = 4
109config = Right
110end
111
112# OK/Select
113begin
114prog = mythtv
115button = OK
116repeat = 4
117config = Enter
118end
119
120# Escape/Exit/Back
121begin
122prog = mythtv
123button = Exit
124repeat = 4
125config = Esc
126end
127
128#########################################
129#       Video Management Buttons
130#########################################
131
132# Play
133begin
134prog = mythtv
135button = Play
136repeat = 4
137config = Space
138end
139
140# Stop
141begin
142prog = mythtv
143button = Stop
144repeat = 4
145config = Esc
146end
147
148# Pause
149begin
150prog = mythtv
151button = Pause
152repeat = 4
153config = P
154end
155
156# Rewind (10 sec default)
157begin
158prog = mythtv
159button = Rew
160repeat = 4
161config = Left
162end
163
164# Fast forward (30 sec default)
165begin
166prog = mythtv
167button = Fwd
168repeat = 4
169config = Right
170end
171
172# Skip forward (10 min default)
173begin
174prog = mythtv
175button = Skip
176repeat = 4
177config = PgDown
178end
179
180# Skip backward (10 min default)
181begin
182prog = mythtv
183button = Replay
184repeat = 4
185config = PgUp
186end
187
188# Record
189begin
190prog = mythtv
191button = Rec
192repeat = 4
193config = R
194end
195
196#########################################
197#       OSD/Guide Buttons
198#########################################
199
200# OSD browse
201begin
202prog = mythtv
203button = Guide
204repeat = 4
205config = s
206end
207
208# Display EPG while in live TV,
209# View selected show while in EPG
210begin
211prog = mythtv
212button = Menu
213repeat = 4
214config = M
215end
216
217# Bring up OSD info
218begin
219prog = mythtv
220button = Info
221repeat = 4
222config = I
223end
224
225#########################################
226#       Number Buttons
227#########################################
228
229begin
230prog = mythtv
231button = *
232repeat = 4
233config = _
234end
235
236begin
237prog = mythtv
238button = 0
239repeat = 4
240config = 0
241end
242
243begin
244prog = mythtv
245button = 1
246repeat = 4
247config = 1
248end
249
250begin
251prog = mythtv
252button = 2
253repeat = 4
254config = 2
255end
256
257begin
258prog = mythtv
259button = 3
260repeat = 4
261config = 3
262end
263
264begin
265prog = mythtv
266button = 4
267repeat = 4
268config = 4
269end
270
271begin
272prog = mythtv
273button = 5
274repeat = 4
275config = 5
276end
277
278begin
279prog = mythtv
280button = 6
281repeat = 4
282config = 6
283end
284
285begin
286prog = mythtv
287button = 7
288repeat = 4
289config = 7
290end
291
292begin
293prog = mythtv
294button = 8
295repeat = 4
296config = 8
297end
298
299begin
300prog = mythtv
301button = 9
302repeat = 4
303config = 9
304end
305
306#########################################
307#       Commercial Cut Point Buttons
308#########################################
309
310# Load Commercial Cut Points
311begin
312prog = mythtv
313button = NumberInput
314repeat = 4
315config = Z
316end
317
318# Seek to Previous Commercial Cut Point
319begin
320prog = mythtv
321button = Red
322repeat = 4
323config = PgUp
324end
325
326# Seek to Next Commercial Cut Point
327begin
328prog = mythtv
329button = Yellow
330repeat = 4
331config = PgDown
332end
333
334#########################################
335#       Picture-in-Picture Options
336#########################################
337
338# Change TV card input
339begin
340prog = mythtv
341button = Go
342repeat = 4
343config = C
344end
345
346# Toggle Picture-In-Picture
347begin
348prog = mythtv
349button = Blue
350repeat = 4
351config = V
352end
353
354# Swap PIP
355begin
356prog = mythtv
357button = Green
358repeat = 4
359config = N
360end
361
362#########################################
363#       MythTV Jump Points
364#########################################
365
366# Jump to Main Menu
367begin
368prog = mythtv
369button = PwrToggle
370repeat = 4
371config = F3
372end
373
374# Jump to Recorded Programs
375begin
376prog = mythtv
377button = JumpPictures
378repeat = 4
379config = F4
380end
381
382# Jump to MythVideos
383begin
384prog = mythtv
385button = JumpVideo
386repeat = 4
387config = F5
388end
389
390# Jump to MythMusic
391begin
392prog = mythtv
393button = JumpMusic
394repeat = 4
395config = F6
396end
397
398# Jump to Live TV
399begin
400prog = mythtv
401button = JumpTV
402repeat = 4
403config = F7
404end
405
406# Jump to MythRadio
407begin
408prog = mythtv
409button = JumpRadio
410repeat = 4
411config = F8
412end
413
414#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
415#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
416#                       MPlayer Mappings
417#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
418#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
419
420### MPlayer commands
421
422begin
423prog = mplayer
424button = Menu
425repeat = 4
426config = osd
427end
428
429begin
430prog = mplayer
431button = Pause
432repeat = 4
433config = pause
434end
435
436begin
437prog = mplayer
438button = Play
439repeat = 4
440config = seek +1
441end
442
443begin
444prog = mplayer
445button = Stop
446repeat = 4
447config = quit
448end
449
450begin
451prog = mplayer
452button = Mute
453repeat = 4
454config = mute
455end
456
457begin
458prog = mplayer
459button = Rew
460repeat = 4
461config = seek -10
462end
463
464begin
465prog = mplayer
466button = DirectionLeft
467repeat = 4
468config = seek -10
469end
470
471begin
472prog = mplayer
473button = Fwd
474repeat = 4
475config = seek +30
476end
477
478begin
479prog = mplayer
480button = DirectionRight
481repeat = 4
482config = seek +30
483end
484
485begin
486prog = mplayer
487button = Exit
488repeat = 4
489config = quit
490end
491
492begin
493prog = mplayer
494button = Skip
495repeat = 4
496config = seek +600
497end
498
499begin
500prog = mplayer
501button = Replay
502repeat = 4
503config = seek -600
504end
505
506#begin
507#prog = mplayer
508#button = +100
509#repeat = 4
510#config = vo_fullscreen
511#end
512
513#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
514#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
515#                       Xine Mappings
516#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
517#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
518
519
520begin
521prog = xine
522button = Play
523repeat = 3
524config = Play
525end
526
527begin
528prog = xine
529button = Pause
530repeat = 3
531config = Pause
532end
533
534begin
535prog = xine
536button = Stop
537repeat = 3
538config = Stop
539end
540
541begin
542prog = xine
543button = Exit
544repeat = 3
545config = Quit
546end
547
548# Move 10 seconds back.
549begin
550prog = xine
551button = Rew
552repeat = 3
553config = SeekRelative-10
554end
555
556# Move 30 seconds forward
557begin
558prog = xine
559button = Fwd
560repeat = 3
561config = SeekRelative+30
562end
563
564# Go to Input % of Video
565begin
566prog = xine
567button = Go
568repeat = 3
569config = SetPosition%
570end
571
572# Go to Beginning of Video
573begin
574prog = xine
575button = Red
576repeat = 3
577config = SetPosition0%
578end
579
580# Go to 1/3 of Video
581begin
582prog = xine
583button = Blue
584repeat = 3
585config = SetPosition33%
586end
587
588# Go to 2/3 of Video
589begin
590prog = xine
591button = Green
592repeat = 3
593config = SetPosition66%
594end
595
596# Go to End of Video
597begin
598prog = xine
599button = Yellow
600repeat = 3
601config = SetPosition95%
602end
603
604# Incriment Audio Volume
605begin
606prog = xine
607button = VolumeUp
608repeat = 3
609config = Volume+
610end
611
612# Decrement Audio Volume
613begin
614prog = xine
615button = VolumeDown
616repeat = 3
617config = Volume-
618end
619
620begin
621prog = xine
622button = Mute
623repeat = 3
624config = Mute
625end
626
627begin
628prog = xine
629button = Guide
630repeat = 3
631config = Menu
632end
633
634begin
635prog = xine
636button = Menu
637repeat = 3
638config = RootMenu
639end
640
641begin
642prog = xine
643button = DirectionUp
644repeat = 3
645config = EventUp
646end
647
648begin
649prog = xine
650button = DirectionDown
651repeat = 3
652config = EventDown
653end
654
655begin
656prog = xine
657button = DirectionLeft
658repeat = 3
659config = EventLeft
660end
661
662begin
663prog = xine
664button = DirectionRight
665repeat = 3
666config = EventRight
667end
668
669begin
670prog = xine
671button = OK
672repeat = 3
673config = EventSelect
674end
675
676begin
677prog = xine
678button = Skip
679repeat = 3
680config = EventNext
681end
682
683begin
684prog = xine
685button = Replay
686repeat = 3
687config = EventPrior
688end
689
690begin
691prog = xine
692button = Info
693repeat = 3
694config = OSDStreamInfos
695end
696
697begin
698prog = xine
699button = NumberInput
700repeat = 3
701config = OSDMenu
702end
703
704begin
705prog = xine
706button = 1
707repeat = 3
708config = Number1
709end
710
711begin
712prog = xine
713button = 2
714repeat = 3
715config = Number2
716end
717
718begin
719prog = xine
720button = 3
721repeat = 3
722config = Number3
723end
724
725begin
726prog = xine
727button = 4
728repeat = 3
729config = Number4
730end
731
732begin
733prog = xine
734button = 5
735repeat = 3
736config = Number5
737end
738
739begin
740prog = xine
741button = 6
742repeat = 3
743config = Number6
744end
745
746begin
747prog = xine
748button = 7
749repeat = 3
750config = Number7
751end
752
753begin
754prog = xine
755button = 8
756repeat = 3
757config = Number8
758end
759
760begin
761prog = xine
762button = 9
763repeat = 3
764config = Number9
765end
766
767begin
768prog = xine
769button = 0
770repeat = 3
771config = Number0
772end
773