Linux remote.xml help with Harmony
#1
I am having trouble getting my custom button presses to work. From my remote.xml
Code:
<keymap>
  <global>
    <remote>
      <RecordedTV>ToggleWatched</RecordedTV>
    </remote>
<FullscreenVideo>
    <remote>
      <subtitle>ShowSubtitles</subtitle>
      <star>NextSubtitle</star>
    </remote>
  </FullscreenVideo>

From my xbmc.log
[code]
21:16:40 T:6904576    INFO: Loading skin file: Settings.xml
21:16:42 T:6904576   DEBUG: LIRC: Update - NEW at 3687494:000000037ff07bb2 00 BB2 mceusb (BB2)
21:16:43 T:6904576   DEBUG: LIRC: Update - NEW at 3688594:000000037ff07be2 00 Star mceusb (Star)
21:16:43 T:6904576   DEBUG: OnKey: leftbracket (28) pressed, action is
21:16:44 T:6904576   DEBUG: LIRC: Update - NEW at 3689627:000000037ff07bb7 00 RecTV mceusb (RecTV)
21:16:45 T:6904576   DEBUG: LIRC: Update - NEW at 3691277:000000037ff07bde 00 KEY_RIGHT mceusb (KEY_RIGHT)

The code above wasn't from a movie playing so I wouldn't expect anything about a subtitle. Here is code from a movie
Code:
20:16:36 T:6904576   DEBUG: LIRC: Update - NEW at 82159:000000037ff07bb2 00 BB2 mceusb (BB2)
20:16:38 T:6904576   DEBUG: LIRC: Update - NEW at 83703:000000037ff07be2 00 Star mceusb (Star)
20:16:38 T:6904576   DEBUG: OnKey: leftbracket (28) pressed, action is NextSubtitle
20:16:39 T:6904576   DEBUG: LIRC: Update - NEW at 84287:000000037ff07bb7 00 RecTV mceusb (RecTV)


So I am guessing the RecTV is my button press of RecordedTV and BB2 of the Subtitle button. So my harmony setup is fine and I need to change my remote.xml to match what is shown? Should I change my <subtitle> to <BB2>? And how can I get xbmc to reload the remote.xml file without a reboot?
Living Room: Ubuntu 16.10 x64 | BayTrail-M SOC | Krypton | Hitachi 55L6 | Yamaha RX-V665 | 7.1 Polk Surround
Den: RetroPie 4.1 | Raspberry Pi 3 | Krypton | VIZIO XVT553SV
Bedroom: OSMC 2017.02-1 | Raspberry Pi 3 | Krypton | VIZIO E370VA
HP Chromebook 14: Ubuntu 16.04 x64 | Celeron 2955U | Jarvis
NAS: Windows 10 | 20TB on DrivePool | Emby DB | Subsonic | Plex
Reply

Logout Mark Read Team Forum Stats Members Help
remote.xml help with Harmony0