ralphy wrote: > 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.It was asked by few > members on forums including myself, if there is a way to reprogram remote so it can be used with 2 devices in one room.. Best advice I came across was to disable IR on one of devices, but surely what you suggested is the way better solution. Thanks!
3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+) ------------------------------------------------------------------------ Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187 View this thread: http://forums.slimdevices.com/showthread.php?t=115905 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
