summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-config/templates/remotes/one-for-juski/lircrc
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-09 03:14:58 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-09 03:14:58 (GMT)
commit5445907db788ab2c7c73ea19fc47d59c862fc6a3 (patch)
tree1b0a868eb5b9d6aa8e7835cbc49c05947b7c75fe /abs/mv-core/MythVantage-config/templates/remotes/one-for-juski/lircrc
parentabc83d46637ebc63479ec745f05ae392f404f04e (diff)
downloadlinhes_pkgbuild-5445907db788ab2c7c73ea19fc47d59c862fc6a3.zip
linhes_pkgbuild-5445907db788ab2c7c73ea19fc47d59c862fc6a3.tar.gz
linhes_pkgbuild-5445907db788ab2c7c73ea19fc47d59c862fc6a3.tar.bz2
MythVantage-config (replaces live-installer) for MythVantage
MythVanate-system (replaces STB-system)
Diffstat (limited to 'abs/mv-core/MythVantage-config/templates/remotes/one-for-juski/lircrc')
-rw-r--r--abs/mv-core/MythVantage-config/templates/remotes/one-for-juski/lircrc394
1 files changed, 394 insertions, 0 deletions
diff --git a/abs/mv-core/MythVantage-config/templates/remotes/one-for-juski/lircrc b/abs/mv-core/MythVantage-config/templates/remotes/one-for-juski/lircrc
new file mode 100644
index 0000000..584cfec
--- /dev/null
+++ b/abs/mv-core/MythVantage-config/templates/remotes/one-for-juski/lircrc
@@ -0,0 +1,394 @@
+# ~/.mythtv/lircrc
+#
+# Mythtv LIRC config file for 'OFA' remote control
+#
+# By Justin Hornsby, 02 July 2005
+#
+#
+
+# Menu (m key)
+begin
+prog = mythtv
+button = red
+repeat = 3
+config = m
+end
+
+# Volume Up
+begin
+prog = mythtv
+button = vol+
+repeat = 3
+config = ]
+end
+
+# Volume Down
+begin
+prog = mythtv
+button = vol-
+repeat = 3
+config = [
+end
+
+# Arrow Up
+begin
+prog = mythtv
+button = up
+repeat = 3
+config = Up
+end
+
+# Arrow down
+begin
+prog = mythtv
+button = down
+repeat = 3
+config = Down
+end
+
+# Arrow left
+begin
+prog = mythtv
+button = left
+repeat = 3
+config = Left
+end
+
+# Arrow right
+begin
+prog = mythtv
+button = right
+repeat = 3
+config = Right
+end
+
+# OK / Select
+begin
+prog = mythtv
+button = ok
+repeat = 3
+config = Space
+end
+
+# Info
+begin
+prog = mythtv
+button = 10
+repeat = 3
+config = i
+end
+
+begin
+prog = mythtv
+button = blue
+repeat = 3
+config = Space
+end
+
+# Play
+begin
+prog = mythtv
+button = play
+repeat = 3
+config = Return
+end
+
+# Stop
+begin
+prog = mythtv
+button = green
+repeat = 3
+config = Esc
+end
+
+# ESC/Exit/Back
+begin
+prog = mythtv
+button = av
+repeat = 3
+
+config = Esc
+end
+
+# Pause
+begin
+prog = mythtv
+button = pause
+repeat = 3
+config = P
+end
+
+# Fast Forward
+begin
+prog = mythtv
+button = ffw
+repeat = 3
+config = Right
+end
+
+# Rewind
+begin
+prog = mythtv
+button = rew
+repeat = 3
+config = Left
+end
+
+# Skip forward (10 min default)
+begin
+prog = mythtv
+button = a
+repeat = 3
+config = PgDown
+end
+
+# Skip backward (10 min default)
+begin
+prog = mythtv
+button = b
+repeat = 3
+config = PgUP
+end
+
+# OSD browse
+begin
+prog = mythtv
+button = 10
+repeat = 3
+config = O
+end
+
+# Display EPG while in live TV,
+# View selected show while in EPG
+begin
+prog = mythtv
+button = blue
+repeat = 3
+config = M
+end
+
+# Change display aspect ratio
+begin
+prog = mythtv
+button = 0
+repeat = 3
+config = W
+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
+
+### Xine lirc setup
+
+begin
+prog = xine
+button = play
+repeat = 3
+config = Play
+end
+
+begin
+prog = xine
+button = blue
+repeat = 3
+config = ToggleAspectRatio
+end
+
+begin
+prog = xine
+button = green
+repeat = 3
+config = Stop
+end
+
+
+begin
+prog = xine
+button = av
+repeat = 3
+config = Quit
+end
+
+begin
+prog = xine
+button = pause
+repeat = 3
+config = Pause
+end
+
+begin
+prog = xine
+button = up
+repeat = 3
+config = EventUp
+end
+
+begin
+prog = xine
+button = down
+repeat = 3
+config = EventDown
+end
+
+
+begin
+prog = xine
+button = left
+repeat = 3
+config = EventLeft
+end
+
+begin
+prog = xine
+button = right
+repeat = 3
+config = EventRight
+end
+
+begin
+prog = xine
+button = ok
+repeat = 3
+config = EventSelect
+end
+
+begin
+prog = xine
+button = red
+repeat = 3
+config = Menu
+end
+
+begin
+prog = xine
+button = ffw
+repeat = 3
+config = SeekRelative+60
+end
+
+begin
+prog = xine
+button = rew
+repeat = 3
+config = SeekRelative-60
+end
+
+begin
+prog = xine
+button = vol+
+repeat = 3
+config = Volume+
+end
+
+begin
+prog = xine
+button = vol-
+repeat = 3
+config = Volume-
+end
+
+#begin
+#prog = xine
+#button = MUTE
+#repeat = 3
+#config = Mute
+#end
+
+begin
+prog = xine
+button = blue
+repeat = 3
+config = RootMenu
+end
+
+begin
+prog = xine
+button = a
+repeat = 3
+config = EventNext
+end
+
+begin
+prog = xine
+button = b
+repeat = 3
+config = EventPrior
+end
+
+begin
+prog = xine
+button = 10
+repeat = 3
+#config = OSDStreamInfos
+config = ToggleInterleave
+end
+