summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/templates/remotes/other/AOpen-EA65
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-templates/templates/remotes/other/AOpen-EA65')
-rw-r--r--linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircd.conf.ea6573
-rw-r--r--linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircrc.ea65381
-rw-r--r--linhes/linhes-templates/templates/remotes/other/AOpen-EA65/preview.jpgbin0 -> 76036 bytes
3 files changed, 454 insertions, 0 deletions
diff --git a/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircd.conf.ea65 b/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircd.conf.ea65
new file mode 100644
index 0000000..a10181d
--- /dev/null
+++ b/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircd.conf.ea65
@@ -0,0 +1,73 @@
+#
+# Config file for AOpen XC Cube EA65, EA65-II
+# Max Krasnyanskiy <maxk@qualcomm.com>
+#
+
+begin remote
+ name EA65
+ bits 24
+ eps 10
+ aeps 100
+
+ gap 960000
+ toggle_bit 0
+
+ begin codes
+ tv/pvr 0x0014814c
+ photo 0x0017810e
+ htpc 0x0011811b
+ dvd/vcd 0x00128100
+ cd/mp3 0x00138152
+ fm 0x00158111
+ video 0x0016810f
+
+ 1 0x0041810b
+ 2 0x00428115
+ 3 0x00438112
+ 4 0x00448141
+ 5 0x00458119
+ 6 0x00468116
+ 7 0x00478150
+ 8 0x0048811a
+ 9 0x00498155
+ * 0x00328156
+ 0 0x00408158
+ # 0x0030814d
+
+ menu 0x00188104
+ exit 0x001d8154
+ enter 0x001e8101
+ up 0x00198159
+ down 0x001a811c
+ left 0x001c8102
+ right 0x001b815d
+
+ vol+ 0x00298103
+ vol- 0x002a814e
+ ch+ 0x002c8113
+ ch- 0x002d8117
+ mute 0x00288105
+ tune+ 0x002e8144
+ tune- 0x002f8148
+ mem 0x00318145
+ scan 0x00278151
+
+ display 0x0034811f
+ eject 0x0035815c
+ rwnd 0x00228118
+ ffwd 0x00218110
+ rec 0x002b810a
+ repeate 0x0038815a
+ prev 0x00238107
+ next 0x00248114
+ time/shift 0x00338108
+ stop 0x0020811d
+ play/pause 0x001f8109
+
+ play-pause 0x0080811d
+ stop-eject 0x00238107
+ mode- 0x00ff1080
+ mode+ 0x00ff1180
+ end codes
+end remote
+
diff --git a/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircrc.ea65 b/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircrc.ea65
new file mode 100644
index 0000000..fd96d42
--- /dev/null
+++ b/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircrc.ea65
@@ -0,0 +1,381 @@
+#
+# Max Krasnyanskiy <maxk@qualcomm.com>
+#
+
+#
+# Xine key bindings.
+#
+
+# start playback
+begin
+ button = dvd/vcd
+ prog = xine
+ repeat = 1
+ config = Play
+end
+
+# playback pause toggle
+begin
+ button = play/pause
+ prog = xine
+ repeat = 1
+ config = Pause
+end
+
+# stop playback
+begin
+ button = stop
+ prog = xine
+ repeat = 1
+ config = Stop
+end
+
+# eject the current medium
+begin
+ button = eject
+ prog = xine
+ repeat = 1
+ config = Eject
+end
+
+# scan playlist to grab stream infos
+begin
+ button = mem
+ prog = xine
+ repeat = 1
+ config = ScanPlaylistInfo
+end
+
+# set position to -60 seconds in current stream
+begin
+ button = rwnd
+ prog = xine
+ repeat = 1
+ config = SeekRelative-60
+end
+
+# set position to +60 seconds in current stream
+begin
+ button = ffwd
+ prog = xine
+ repeat = 1
+ config = SeekRelative+60
+end
+
+# increment playback speed
+begin
+ button = tune+
+ prog = xine
+ repeat = 1
+ config = SpeedFaster
+end
+
+# decrement playback speed
+begin
+ button = tune-
+ prog = xine
+ repeat = 1
+ config = SpeedSlower
+end
+
+# increment audio volume
+begin
+ button = vol+
+ prog = xine
+ repeat = 1
+ config = Volume+
+end
+
+# decrement audio volume
+begin
+ button = vol-
+ prog = xine
+ repeat = 1
+ config = Volume-
+end
+
+# audio muting toggle
+begin
+ button = mute
+ prog = xine
+ repeat = 1
+ config = Mute
+end
+
+# select next audio channel
+begin
+ button = ch+
+ prog = xine
+ repeat = 1
+ config = AudioChannelNext
+end
+
+# select previous audio channel
+begin
+ button = ch-
+ prog = xine
+ repeat = 1
+ config = AudioChannelPrior
+end
+
+# interlaced mode toggle
+begin
+ button = scan
+ prog = xine
+ repeat = 1
+ config = ToggleInterleave
+end
+
+# cycle aspect ratio values
+begin
+ button = display
+ prog = xine
+ repeat = 1
+ config = ToggleAspectRatio
+end
+
+# jump to Title Menu
+begin
+ button = menu
+ prog = xine
+ repeat = 1
+ config = TitleMenu
+end
+
+# menu navigate up
+begin
+ button = up
+ prog = xine
+ repeat = 1
+ config = EventUp
+end
+
+# menu navigate down
+begin
+ button = down
+ prog = xine
+ repeat = 1
+ config = EventDown
+end
+
+# menu navigate left
+begin
+ button = left
+ prog = xine
+ repeat = 1
+ config = EventLeft
+end
+
+# menu navigate right
+begin
+ button = right
+ prog = xine
+ repeat = 1
+ config = EventRight
+end
+
+# menu select
+begin
+ button = enter
+ prog = xine
+ repeat = 1
+ config = EventSelect
+end
+
+# jump to next chapter
+begin
+ button = next
+ prog = xine
+ repeat = 1
+ config = EventNext
+end
+
+# jump to previous chapter
+begin
+ button = prev
+ prog = xine
+ repeat = 1
+ config = EventPrior
+end
+
+# select a subtitle file
+begin
+ button = repeat
+ prog = xine
+ repeat = 1
+ config = SubSelector
+end
+
+# enter the number 0
+begin
+ button = 0
+ prog = xine
+ repeat = 1
+ config = Number0
+end
+
+# enter the number 1
+begin
+ button = 1
+ prog = xine
+ repeat = 1
+ config = Number1
+end
+
+# enter the number 2
+begin
+ button = 2
+ prog = xine
+ repeat = 1
+ config = Number2
+end
+
+# enter the number 3
+begin
+ button = 3
+ prog = xine
+ repeat = 1
+ config = Number3
+end
+
+# enter the number 4
+begin
+ button = 4
+ prog = xine
+ repeat = 1
+ config = Number4
+end
+
+# enter the number 5
+begin
+ button = 5
+ prog = xine
+ repeat = 1
+ config = Number5
+end
+
+# enter the number 6
+begin
+ button = 6
+ prog = xine
+ repeat = 1
+ config = Number6
+end
+
+# enter the number 7
+begin
+ button = 7
+ prog = xine
+ repeat = 1
+ config = Number7
+end
+
+# enter the number 8
+begin
+ button = 8
+ prog = xine
+ repeat = 1
+ config = Number8
+end
+
+# enter the number 9
+begin
+ button = 9
+ prog = xine
+ repeat = 1
+ config = Number9
+end
+
+# quit the program
+begin
+ button = exit
+ prog = xine
+ repeat = 1
+ config = Quit
+end
+
+##
+# End of xine key bindings.
+##
+
+## MPlayer lirc setup
+
+# Show OSD
+begin
+ prog = mplayer
+ button = menu
+ repeat = 1
+ config = osd
+end
+
+# Pause playback
+begin
+ prog = mplayer
+ button = play/pause
+ repeat = 1
+ config = pause
+end
+
+# Stop playback and exit
+begin
+ prog = mplayer
+ button = stop
+ repeat = 1
+ config = stop #quit
+end
+
+# Mute
+begin
+ prog = mplayer
+ button = mute
+ repeat = 1
+ config = mute
+end
+
+# Seek back 10 seconds
+begin
+ prog = mplayer
+ button = rwnd
+ repeat = 1
+ config = seek -10
+end
+
+# Seek forward 30 seconds
+begin
+ prog = mplayer
+ button = ffwd
+ repeat = 1
+ config = seek +10
+end
+
+# Quit
+begin
+ prog = mplayer
+ button = exit
+ repeat = 1
+ config = quit
+end
+
+# Seek forward 10 minutes
+begin
+ prog = mplayer
+ button = next
+ repeat = 1
+ config = seek +600
+end
+
+# Seek backward 10 minutes
+begin
+ prog = mplayer
+ button = prev
+ repeat = 1
+ config = seek -600
+end
+
+# Toggle full-screen
+begin
+ prog = mplayer
+ button = display
+ repeat = 1
+ config = vo_fullscreen
+end
diff --git a/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/preview.jpg b/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/preview.jpg
new file mode 100644
index 0000000..2fc223c
--- /dev/null
+++ b/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/preview.jpg
Binary files differ