summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old')
-rwxr-xr-xabs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/lircd-dvicomceold.conf76
-rwxr-xr-xabs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/lircrc-dvicomceold.txt526
-rw-r--r--abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/preview.jpgbin0 -> 1587 bytes
3 files changed, 602 insertions, 0 deletions
diff --git a/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/lircd-dvicomceold.conf b/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/lircd-dvicomceold.conf
new file mode 100755
index 0000000..d814713
--- /dev/null
+++ b/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/lircd-dvicomceold.conf
@@ -0,0 +1,76 @@
+#
+# this config file was automatically generated
+# using lirc-0.7.0(dvico) on Sat Jun 18 00:56:01 2005
+#
+# contributed by anonymous
+#
+# brand: DVICO
+# model no. of remote control: MCE Remote
+#
+
+begin remote
+
+ name DVICO_MCE
+ bits 32
+ eps 30
+ aeps 100
+
+ one 0 0
+ zero 0 0
+ pre_data_bits 8
+ pre_data 0x0
+ post_data_bits 8
+ post_data 0x0
+ gap 195956
+ toggle_bit 0
+
+
+ begin codes
+ ok 0x0000000000FE5E00
+ dtv 0x0000000000FE0200
+ mp3 0x0000000000FE0E00
+ dvd 0x0000000000FE1A00
+ cpf 0x0000000000FE1E00
+ setup 0x0000000000FE1600
+ tv_onoff 0x0000000000FE4600
+ guide 0x0000000000FE0A00
+ back 0x0000000000FE4900
+ more 0x0000000000FE5900
+ dvd_menu 0x0000000000FE4D00
+ alt_tab 0x0000000000FE5500
+ replay 0x0000000000FE0F00
+ skip 0x0000000000FE1200
+ up 0x0000000000FE5100
+ down 0x0000000000FE5300
+ left 0x0000000000FE5B00
+ right 0x0000000000FE5F00
+ start 0x0000000000FE4200
+ vol_up 0x0000000000FE1500
+ vol_down 0x0000000000FE0500
+ ch_up 0x0000000000FE1100
+ ch_down 0x0000000000FE0900
+ snapshot 0x0000000000FE5200
+ live 0x0000000000FE5A00
+ folder_open 0x0000000000FE1900
+ 1 0x0000000000FE0B00
+ 2 0x0000000000FE1700
+ 3 0x0000000000FE1B00
+ 4 0x0000000000FE0700
+ 5 0x0000000000FE5000
+ 6 0x0000000000FE5400
+ 7 0x0000000000FE4800
+ 8 0x0000000000FE4C00
+ 9 0x0000000000FE5800
+ 0 0x0000000000FE0300
+ aspect 0x0000000000FE1300
+ fullscreen 0x0000000000FE1F00
+ rewind 0x0000000000FE4300
+ playpause 0x0000000000FE4700
+ fastforward 0x0000000000FE4F00
+ stop 0x0000000000FE0D00
+ mute 0x0000000000FE5700
+ record 0x0000000000FE0100
+ white_onoff 0x0000000000FE4E00
+ end codes
+
+end remote \ No newline at end of file
diff --git a/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/lircrc-dvicomceold.txt b/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/lircrc-dvicomceold.txt
new file mode 100755
index 0000000..3d196c4
--- /dev/null
+++ b/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/lircrc-dvicomceold.txt
@@ -0,0 +1,526 @@
+
+ # Power Button
+ begin
+ prog = irexec
+ button = power_onoff
+ repeat = 3
+ config = /usr/bin/mythpowerbutton.sh
+ end
+
+
+ # Channel Up
+ begin
+ prog = mythtv
+ button = ch_up
+ repeat = 3
+ config = Up
+ end
+
+ # Channel Down
+ begin
+ prog = mythtv
+ button = ch_down
+ repeat = 3
+ config = Down
+ end
+
+ # OK/Select
+ begin
+ prog = mythtv
+ button = ok
+ config = Space
+ end
+
+ # Play/Pause
+ begin
+ prog = mythtv
+ button = playpause
+ config = P
+ end
+
+ begin
+ prog = mythtv
+ button = stop
+ config = Esc
+ end
+
+ # Escape/Exit/Back
+ begin
+ prog = mythtv
+ button = back
+ config = Esc
+ end
+
+ # Escape/Exit/Back
+ begin
+ prog = mythtv
+ button = tv_onoff
+ config = Esc
+ end
+
+ # big green start button
+ begin
+ prog = mythtv
+ button = start
+ repeat = 3
+ config = Esc
+ end
+
+ # Mute
+ begin
+ prog = mythtv
+ button = mute
+ repeat = 3
+ config = F9
+ end
+
+ # Fast forward (30 sec default)
+ begin
+ prog = mythtv
+ button = fastforward
+ repeat = 24
+ config = Right
+ end
+
+ # Back (10 sec default)
+ begin
+ prog = mythtv
+ button = rewind
+ repeat = 24
+ config = Left
+ end
+
+ # Skip forward (10 min default)
+ begin
+ prog = mythtv
+ button = skip
+ repeat = 3
+ config = PgDown
+ end
+
+ # Skip backward (10 min default)
+ begin
+ prog = mythtv
+ button = replay
+ repeat = 3
+ config = PgUp
+ end
+
+ # Record
+ begin
+ prog = mythtv
+ button = record
+ repeat = 3
+ config = R
+ end
+
+ # OSD browse
+ begin
+ prog = mythtv
+ button = guide
+ repeat = 3
+ config = O
+ end
+
+ # Display EPG while in live TV,
+ # View selected show while in EPG
+ begin
+ prog = mythtv
+ button = setup
+ repeat = 3
+ config = M
+ end
+
+ # Scroll up
+ begin
+ prog = mythtv
+ button = up
+ repeat = 3
+ config = Up
+ end
+
+ # Scroll down
+ begin
+ prog = mythtv
+ button = down
+ repeat = 3
+ config = Down
+ end
+
+ # Scroll Left
+ begin
+ prog = mythtv
+ button = left
+ repeat = 3
+ config = Left
+ end
+
+ # Scroll Right
+ begin
+ prog = mythtv
+ button = right
+ repeat = 3
+ config = Right
+ end
+
+ # Bring up OSD info
+ begin
+ prog = mythtv
+ button = more
+ repeat = 3
+ config = I
+ end
+
+ # Change display aspect ratio
+ begin
+ prog = mythtv
+ button = aspect
+ repeat = 3
+ config = W
+ end
+
+ # Seek to previous commercial cut point
+ begin
+ prog = mythtv
+ button = snapshot
+ repeat = 3
+ config = Q
+ end
+
+ # Seek to next commercial cut point
+ begin
+ prog = mythtv
+ button = folder_open
+ repeat = 3
+ config = Z
+ end
+
+ # Numbers 0-9
+
+ begin
+ prog = mythtv
+ button = 0
+ repeat = 3
+ config = 0
+ end
+
+ begin
+ prog = mythtv
+ button = 1
+ repeat = 3
+ config = 1
+ end
+
+ begin
+ prog = mythtv
+ button = 2
+ repeat = 3
+ config = 2
+ end
+
+ begin
+ prog = mythtv
+ button = 3
+ repeat = 3
+ config = 3
+ end
+
+ begin
+ prog = mythtv
+ button = 4
+ repeat = 3
+ config = 4
+ end
+
+ begin
+ prog = mythtv
+ button = 5
+ repeat = 3
+ config = 5
+ end
+
+ begin
+ prog = mythtv
+ button = 6
+ repeat = 3
+ config = 6
+ end
+
+ begin
+ prog = mythtv
+ button = 7
+ repeat = 3
+ config = 7
+ end
+
+ begin
+ prog = mythtv
+ button = 8
+ repeat = 3
+ config = 8
+ end
+
+ begin
+ prog = mythtv
+ button = 9
+ repeat = 3
+ config = 9
+ end
+
+ begin
+ prog = mythtv
+ button = dvd_menu
+ config = M
+ end
+
+ begin
+ prog = mythtv
+ button = vol_down
+ repeat = 3
+ config = [
+ end
+
+ begin
+ prog = mythtv
+ button = vol_up
+ repeat = 3
+ config = ]
+ end
+
+ begin
+ prog = mythtv
+ button = dtv
+ config = C
+ end
+
+### MPlayer/Xine lirc setup
+
+ # Show OSD
+ begin
+ prog = mplayer
+ button = guide
+ repeat = 3
+ config = osd
+ end
+
+ # Pause playback
+ begin
+ prog = mplayer
+ button = stop
+ repeat = 3
+ config = pause
+ end
+
+ # Skip ahead a minute if playing
+ # If paused, resume playing
+ begin
+ prog = mplayer
+ button = playpause
+ repeat = 3
+ config = seek +1
+ end
+
+ # Stop playback and exit
+ begin
+ prog = mplayer
+ button = tv_onoff
+ repeat = 3
+ config = quit
+ end
+ begin
+ prog = mplayer
+ button = back
+ repeat = 3
+ config = quit
+ end
+
+ # big green start button
+ begin
+ prog = mplayer
+ button = start
+ repeat = 3
+ config = quit
+ end
+
+ # Mute
+ begin
+ prog = mplayer
+ button = mute
+ repeat = 3
+ config = mute
+ end
+
+ # Seek back 10 seconds
+ begin
+ prog = mplayer
+ button = left
+ repeat = 3
+ config = seek -10
+ end
+
+ # Seek forward 30 seconds
+ begin
+ prog = mplayer
+ button = right
+ repeat = 3
+ config = seek +30
+ end
+
+ # Seek forward 3 minutes
+ begin
+ prog = mplayer
+ button = fastforward
+ repeat = 3
+ config = seek +180
+ end
+
+ # Seek backward 3 minutes
+ begin
+ prog = mplayer
+ button = rewind
+ repeat = 3
+ config = seek -180
+ end
+
+ # Seek forward 10 minutes
+ begin
+ prog = mplayer
+ button = skip
+ repeat = 3
+ config = seek +600
+ end
+
+ # Seek backward 10 minutes
+ begin
+ prog = mplayer
+ button = replay
+ repeat = 3
+ config = seek -600
+ end
+
+ # Toggle full-screen
+ begin
+ prog = mplayer
+ button = fullscreen
+ repeat = 3
+ config = vo_fullscreen
+ end
+
+ # Xine
+
+ begin
+ prog = xine
+ button = playpause
+ repeat = 3
+ config = Play
+ end
+
+ begin
+ prog = xine
+ button = stop
+ repeat = 3
+ config = Pause
+ end
+
+ begin
+ prog = xine
+ button = back
+ config = Quit
+ end
+
+ begin
+ prog = xine
+ button = tv_onoff
+ config = Quit
+ end
+
+ begin
+ prog = xine
+ button = right
+ repeat = 3
+ config = SeekRelative+10
+ end
+
+ begin
+ prog = xine
+ button = left
+ repeat = 3
+ config = SeekRelative-10
+ end
+
+ begin
+ prog = xine
+ button = fastforward
+ repeat = 3
+ config = SeekRelative+30
+ end
+
+ begin
+ prog = xine
+ button = rewind
+ repeat = 3
+ config = SeekRelative-30
+ end
+
+ begin
+ prog = xine
+ button = skip
+ repeat = 3
+ config = SeekRelative+300
+ end
+
+ begin
+ prog = xine
+ button = replay
+ repeat = 3
+ config = SeekRelative-300
+ end
+
+ begin
+ prog = xine
+ button = up
+ repeat = 1
+ config = EventUp
+ end
+
+ begin
+ prog = xine
+ button = down
+ repeat = 1
+ config = EventDown
+ end
+
+ begin
+ prog = xine
+ button = ok
+ repeat = 0
+ config = EventSelect
+ end
+
+ begin
+ prog = xine
+ button = guide
+ repeat = 0
+ config = Menu
+ end
+
+ begin
+ prog = xine
+ button = setup
+ repeat = 0
+ config = Menu
+ end
+
+ begin
+ prog = xine
+ button = vol_up
+ repeat = 1
+ config = Volume+
+ end
+
+ begin
+ prog = xine
+ button = vol_down
+ repeat = 1
+ config = Volume-
+ end
diff --git a/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/preview.jpg b/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/preview.jpg
new file mode 100644
index 0000000..a034186
--- /dev/null
+++ b/abs/core-testing/system-templates/templates/remotes/Dvico_MCE_old/preview.jpg
Binary files differ