Skip to content

Commit

Permalink
update config for newer hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed Nov 7, 2016
1 parent 945ac12 commit c7d4e58
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
19 changes: 16 additions & 3 deletions 00-Streamzap_PC_Remote.conf
@@ -1,7 +1,7 @@
# This config file was automatically generated
# using lirc-0.9.4b(default) on Sat Aug 13 19:07:20 2016
# using lirc-0.9.4b(default) on Thu Nov 3 19:55:19 2016
# Command line used: --device=/dev/lirc0 --driver default Streamzap_PC_Remote
# Kernel version (uname -r): 4.7.0-1-custom
# Kernel version (uname -r): 4.8.6-1-custom
#
# Contributed by graysky (https://github.com/graysky2)
#
Expand All @@ -16,7 +16,16 @@
# USB vendor ID : 0x0e9c Streamzap, Inc.
# Product ID : 0x0000 Streamzap Remote Control
# Devices controlled : HTPC
# Remote layout :
# Remote layout : Classic models have the word "streamzap" in white
# letters across the bottom of the remote.
#
# At least one newer model has the words, "TEMPEST
# microsystems" in white letters across the bottom of
# the remote with 3 additional keys in the bottom row.
#
# Both older and newer IR receivers and corresponding
# scancodes seem identical based on the two samples
# available to me.
#
# +-----------+
# | |
Expand Down Expand Up @@ -48,6 +57,7 @@
# | |
# | x x x x | Red, Green, Yellow, Blue
# | |
# | x x x | Disp, PTZ (Pan/Tilt/Zoom), Help
# +-------------+

begin remote
Expand Down Expand Up @@ -101,6 +111,9 @@ begin remote
KEY_GREEN 0x28E1
KEY_YELLOW 0x28E2
KEY_BLUE 0x28E3
KEY_DISPLAYTOGGLE 0x28E4
KEY_ZOOM 0x28E5
KEY_HELP 0x28E6
end codes

end remote
Binary file added 00-Streamzap_PC_Remote.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions kodi/Lircmap.xml
Expand Up @@ -27,11 +27,8 @@
<select>KEY_OK</select>
<back>KEY_EXIT</back>
<menu>KEY_MENU</menu>
<title>KEY_RED</title>
<red>KEY_RED</red>
<info>KEY_GREEN</info>
<green>KEY_GREEN</green>
<display>KEY_YELLOW</display>
<yellow>KEY_YELLOW</yellow>
<blue>KEY_BLUE</blue>
<skipplus>KEY_NEXT</skipplus>
Expand All @@ -51,5 +48,8 @@
<eight>KEY_8</eight>
<nine>KEY_9</nine>
<zero>KEY_0</zero>
<display>KEY_DISPLAYTOGGLE</display>
<title>KEY_ZOOM</title>
<info>KEY_HELP</info>
</remote>
</lircmap>
9 changes: 7 additions & 2 deletions kodi/remote.xml
Expand Up @@ -64,6 +64,9 @@
<epgsearch>ActivateWindow(TVSearch)</epgsearch>
<red>PlayerProcessInfo</red>
<green>ActivateWindow(Videos)</green>
<!-- uncomment the line for yellow if not using audio_switch.py -->
<!-- and be sure to comment or delete the mapping for audio_switch.py -->
<!-- <yellow>ActivateScreensaver</yellow> -->
<yellow>RunScript("/var/lib/kodi/bin/audio_switch.py")</yellow>
<blue>ShowSubtitles</blue>
<zero>Number0</zero>
Expand All @@ -82,11 +85,10 @@
<Home>
<remote>
<red>ActivateWindow(SystemInfo)</red>
<green>ActivateWindow(Videos)</green>
<yellow>RunScript("/var/lib/kodi/bin/audio_switch.py")</yellow>
<blue>ActivateWindow(Weather)</blue>
<clear>ActivateWindow(Weather)</clear>
<hash>ActivateWindow(Settings)</hash>
<display>ActivateScreensaver</display>
</remote>
</Home>
<TVRecordings>
Expand Down Expand Up @@ -210,6 +212,9 @@
<hash>AudioNextLanguage</hash>
<pageplus>SkipNext</pageplus>
<pageminus>SkipPrevious</pageminus>
<!-- uncomment the line for yellow if not using audio_switch.py -->
<!-- <yellow>AspectRatio</yellow> -->
<display>AspectRatio</display>
</remote>
</FullscreenVideo>
<VideoTimeSeek>
Expand Down

0 comments on commit c7d4e58

Please sign in to comment.