diff options
Diffstat (limited to 'abs/core/system-templates/templates/remotes/Lifeview')
-rwxr-xr-x | abs/core/system-templates/templates/remotes/Lifeview/lircd-lifeview.conf | 48 | ||||
-rwxr-xr-x | abs/core/system-templates/templates/remotes/Lifeview/lircrc-lifeview.txt | 474 | ||||
-rw-r--r-- | abs/core/system-templates/templates/remotes/Lifeview/preview.jpg | bin | 0 -> 1587 bytes |
3 files changed, 522 insertions, 0 deletions
diff --git a/abs/core/system-templates/templates/remotes/Lifeview/lircd-lifeview.conf b/abs/core/system-templates/templates/remotes/Lifeview/lircd-lifeview.conf new file mode 100755 index 0000000..2df0bc6 --- /dev/null +++ b/abs/core/system-templates/templates/remotes/Lifeview/lircd-lifeview.conf @@ -0,0 +1,48 @@ +begin remote + name Lifeview_trio + bits 16 + eps 30 + aeps 100 + one 0 0 + zero 0 0 + gap 199996 + pre_data_bits 16 + pre_data 0x8001 + + begin codes + fullscreen 0x0174 + power 0x0074 + one 0x0002 + two 0x0003 + three 0x0004 + four 0x0005 + five 0x0006 + six 0x0007 + seven 0x0008 + eight 0x0009 + nine 0x000A + zero 0x000B + recall 0x0081 + mute 0x0071 + tv/radio 0x0181 + sap 0x0170 + ch+ 0x0192 + vol- 0x0072 + enter 0x001C + vol+ 0x0073 + ch- 0x0193 + pip 0x0175 + source 0x0182 + record/pause 0x00A7 + timeshift/pause 0x0077 + rewind 0x009E + play/pause 0x00A4 + forward 0x009F + back 0x019C + stop 0x0080 + next 0x0197 + blank 0x0173 + + end codes + +end remote
\ No newline at end of file diff --git a/abs/core/system-templates/templates/remotes/Lifeview/lircrc-lifeview.txt b/abs/core/system-templates/templates/remotes/Lifeview/lircrc-lifeview.txt new file mode 100755 index 0000000..845742a --- /dev/null +++ b/abs/core/system-templates/templates/remotes/Lifeview/lircrc-lifeview.txt @@ -0,0 +1,474 @@ +# Channel Up +begin +prog = mythtv +button = ch+ +config = Up +end + +# Channel Down +begin +prog = mythtv +button = ch- +config = Down +end + +# General Left +begin +prog = mythtv +button = +config = Left +end + +# General Right +begin +prog = mythtv +button = +config = Right +end + + # LiveTV browse up channel +begin +prog = mythtv +button = ch+ +config = Up +end + +# LiveTV browse down channel +begin +prog = mythtv +button = ch- +config = Down +end + +# Volume Up +begin +prog = mythtv +button = vol+ +config = F11 +end + +# Volume Down +begin +prog = mythtv +button = vol- +config = F10 +end + + # OK/Select +begin +prog = mythtv +button = enter +config = Space +end + +# Play +begin +prog = mythtv +button = play/pause +config = Return +end + +# Stop +begin +prog = mythtv +button = stop +config = Esc +end + +# Escape/Exit/Back +begin +prog = mythtv +button = +config = Esc +end + +# Power Off/Exit +begin +prog = irexec +button = power +config = /usr/bin/mythpowerbutton.sh +end + +# Pause +begin +prog = mythtv +button = play/pause +config = P +end + +# Mute +begin +prog = mythtv +button = mute +config = | +end + +# Fast forward (10 sec default) +begin +prog = mythtv +button = forward +config = Right +end + +# Rewind (10 sec default) +begin +prog = mythtv +button = rewind +config = Left +end + +# Skip forward (10 min default) +begin +prog = mythtv +button = next +config = PgDown +end + +# Skip backward (10 min default) +begin +prog = mythtv +button = back +config = PgUp +end + +# Record +begin +prog = mythtv +button = record/pause +config = R +end + +# Delete +begin +prog = mythtv +button = +config = D +end + +# OSD browse +begin +prog = mythtv +button = +config = O +end + +# Display EPG while in live TV, +# View selected show while in EPG +begin +prog = mythtv +button = source +config = M +end + +# Bring up OSD info +begin +prog = mythtv +button = +config = I +end + +# Change display aspect ratio +begin +prog = mythtv +button = blank +config = W +end + +# Seek to previous commercial cut point +begin +prog = mythtv +button = +config = Q +end + +# Seek to next commercial cut point +begin +prog = mythtv +button = +config = Z +end + +# Numbers 0-9 + +begin +prog = mythtv +button = zero +config = 0 +end + +begin +prog = mythtv +button = one +config = 1 +end + +begin +prog = mythtv +button = two +config = 2 +end + +begin +prog = mythtv +button = three +config = 3 +end + +begin +prog = mythtv +button = four +config = 4 +end + +begin +prog = mythtv +button = five +config = 5 +end + +begin +prog = mythtv +button = six +config = 6 +end + +begin +prog = mythtv +button = seven +config = 7 +end + +begin +prog = mythtv +button = eight +config = 8 +end + +begin +prog = mythtv +button = nine +config = 9 +end + +# Previous channel +begin +prog = mythtv +button = recall +config = H +end + +# Closed Captioning +begin +prog = mythtv +button = +config = T +end + +# Picture in Picture +begin +prog = mythtv +button = pip +config = V +end + +# Change channels on both cards +begin +prog = mythtv +button = +config = N +end + +# Clear cutpoints in cutlist +begin +prog = mythtv +button = +config = Q +end + + + + +### MPlayer lirc setup + +# Show OSD +begin +prog = mplayer +button = source +config = osd +end + +# Pause playback +begin +prog = mplayer +button = play/pause +config = pause +end + +# Mute +begin +prog = mplayer +button = mute +config = mute +end + +# Seek back 10 seconds +begin +prog = mplayer +button = rewind +config = seek -10 +end + +# Seek forward 30 seconds +begin +prog = mplayer +button = forward +config = seek +30 +end + +# Quit +begin +prog = mplayer +button = stop +config = quit +end + +# Seek forward 10 minutes +begin +prog = mplayer +button = next +config = seek +600 +end + +# Seek backward 10 minutes +begin +prog = mplayer +button = back +config = seek -600 +end + +# Toggle full-screen +begin +prog = mplayer +button = fullscreen +config = vo_fullscreen +end + + + +### Xine lirc setup + +begin +prog = xine +button = play/pause +config = Play +end + +begin +prog = xine +button = stop +config = Stop +end + +begin +prog = xine +button = stop +config = Quit +end + +begin +prog = xine +button = play/pause +config = Pause +end + +begin +prog = xine +button = ch+ +config = EventUp +end + +begin +prog = xine +button = ch- +config = EventDown +end + +begin +prog = xine +button = +config = EventLeft +end + +begin +prog = xine +button = +config = EventRight +end + +begin +prog = xine +button = enter +config = EventSelect +end + +begin +prog = xine +button = source +config = Menu +end + +begin +prog = xine +button = forward +#config = SpeedFaster +config = SeekRelative+60 +end + +begin +prog = xine +button = rewind +#config = SpeedSlower +config = SeekRelative-60 +end + +begin +prog = xine +button = vol+ +config = Volume+ +end + +begin +prog = xine +button = vol- +config = Volume- +end + +begin +prog = xine +button = mute +config = Mute +end + +begin +prog = xine +button = stop +config = RootMenu +end + +begin +prog = xine +button = next +config = EventNext +end + +begin +prog = xine +button = back +config = EventPrior +end + +begin +prog = xine +button = blank +config = OSDStreamInfos +end
\ No newline at end of file diff --git a/abs/core/system-templates/templates/remotes/Lifeview/preview.jpg b/abs/core/system-templates/templates/remotes/Lifeview/preview.jpg Binary files differnew file mode 100644 index 0000000..a034186 --- /dev/null +++ b/abs/core/system-templates/templates/remotes/Lifeview/preview.jpg |