You can also use any remote with the Touch/Radio that "speaks" the nec
IR protocol.

You update the /usr/share/jive/jive/irMap_default.lua file with the
"new" codes sent for each button on the alternative remote to the jive
action(s) you want.

A patch installer file can be used to modify the mappings, which makes
it simple to reinstall after a firmware upgrade.

Unfortunately, it's not usually easy to identify what protocol a remote
uses unless you already have it.
I have a box of old remotes, 7 or 8 of them and only the one from an old
Popcorn Hour A-100 sent nec codes.

'A picture of the remote'
(http://forum.flirc.tv/uploads/monthly_2016_02/popcorn-hour-remote.thumb.jpg.74419983b1bf7736a19bcdd5304f27b7.jpg).

Here's my config for that remote.  I use it on one of my 2 radios as
they are in the same room setup as a stereo pair.

Code:
--------------------
    -- IR button name to IR code for Syabas Popcorn Hour A-100 remote control
  irMap = {}
  irMap["name"] = "Popcorn Hour A100" 
  irMap["map"] = {
        [0x20d3609f] = "arrow_up",
        [0x20d350af] = "arrow_down",
        [0x20d3c23d] = "arrow_left",
        [0x20d3807f] = "arrow_right",
        [0x20d3906f] = "menu_home",
        [0x20d30af5] = "play",
        [0x20d32ad5] = "pause",
        [0x20d3a05f] = "add",                   -- Source
        [0x20d348B7] = "rew",                   -- Previous
        [0x20d3b04f] = "fwd",
        [0x20d38877] = "fwd",                   -- Next
        [0x20d3728d] = "volup",
        [0x20d34ab5] = "voldown",
        [0x20d38a75] = "mute",
        [0x20d3d827] = "0",
        [0x20d3827d] = "1",
        [0x20d3c03f] = "2",
        [0x20d342bd] = "3",
        [0x20d3a25d] = "4",
        [0x20d3e01f] = "5",
        [0x20d3629d] = "6",
        [0x20d3aa55] = "7",
        [0x20d3e817] = "8",
        [0x20d36a95] = "9",
        [0x20d3b24d] = "sleep",                 -- Suspend/BT
        [0x20d352ad] = "power",
        [0x20d312ed] = "favorites",             -- File Mode
        [0x20d3f00f] = "search",                -- Setup
        [0x20d3d22d] = "menu_playlist",         -- Info
        [0x20d36897] = "shuffle",               -- Angle
        [0x20d3ea15] = "repeat",
        [0x20d3f20d] = "now_playing",           -- Title
        [0x20d322dd] = "size",                  -- Eject
        [0x20d3c837] = "brightness",            -- TV Mode
        [0x20d3ca35] = "browse",                -- Menu
        [0x20d340bf] = "arrow_right",           -- Enter
        [0x20d332cd] = "pause",                 -- Stop
        [0x20d3e21d] = "arrow_left",            -- Return
        [0x20d39a65] = "arrow_left",            -- Delete
        [0x20d35aa5] = "dead",                  -- Caps/Num
        [0x20d3da25] = "preset_1",              -- Time Seek
        [0x20d358a7] = "preset_2",              -- Audio
        [0x20d31ae5] = "preset_3",              -- Subtitle
        [0x20d39867] = "preset_4",              -- Zoom
        [0x20d3fa05] = "preset_5",              -- Red
        [0x20d37887] = "preset_6",              -- Green
        [0x20d33ac5] = "dead",                  -- Yellow
        [0x20d3b847] = "dead",                  -- Blue
  }
  
--------------------


Anyway, just something to keep in mind as the supply of
slimdevices/logitech remotes dry up and/or die.

If anyone is interested in how to obtain the IR codes sent from an
alternate remote. I can put together a quick howto.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=115905

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to