2022-01-18, 05:19 AM
I am trying to setup my remote to allow direct access to the new Scheduler, What's New and Recordings screens. I have two 45 key Hauppague remotes. On the Windows server, I was able to assign the F8, F9 and F10 to keystrokes to the Radio, Pictures and Music buttons, respectively. I am trying to get the same functionality on the Client UI under Kodi on the other TV. I looked at my Hauppague file under Configfiles/rc_keymaps, my Lircmap.xml file under Userdata and my remote.xml under Userdata/keymaps. I had originally set this up a while ago, so I am a little rusty on this. After playing with it a bit, I realized I needed to change the remote.xml file.
So, I changed the following lines from:
to:
(I guess I didn't change the one line.) None of them worked. Music took me to NextPVR's Music screen. Pictures took me to NextPVR's Picture screen. Radio didn't do anything. To make sure I was changing the correct things, I tried the following:
When I pressed the buttons, the cursor went up and down as I expected it would. I tried changing to the key names, even though the documentation says you have to have an Action and I couldn't find an action to send a keystroke. Now, Music took me to Kodi's Music screen. Pictures took me to Kodi's Pictures screen.
Does anybody know what values I should have for each line? Would logs help? If so, which logs, NextPVR or Kodi? Both?
So, I changed the following lines from:
Code:
<mymusic>ActivateWindow(AddOn, Music)</mymusic>
<mypictures>ActivateWindow(AddOn, Pictures)</mypictures>
<liveradio>ActivateWindow(AddOn, Recordings)</liveradio>
to:
Code:
<mymusic>ActivateWindow(AddOn, What's New)</mymusic>
<mypictures>ActivateWindow(AddOn, Scheduler)</mypictures>
<liveradio>ActivateWindow(AddOn, Recordings)</liveradio>
(I guess I didn't change the one line.) None of them worked. Music took me to NextPVR's Music screen. Pictures took me to NextPVR's Picture screen. Radio didn't do anything. To make sure I was changing the correct things, I tried the following:
Code:
<mymusic>Down</mymusic>
<mypictures>Up</mypictures>
When I pressed the buttons, the cursor went up and down as I expected it would. I tried changing to the key names, even though the documentation says you have to have an Action and I couldn't find an action to send a keystroke. Now, Music took me to Kodi's Music screen. Pictures took me to Kodi's Pictures screen.
Does anybody know what values I should have for each line? Would logs help? If so, which logs, NextPVR or Kodi? Both?
Tuners: SD HDHR Prime (HDHR3-CC). SD HDHR Connect Quatro Tuner (HDHR5-4US) - only QAM. EXVIST H.265 Encoder - capturing cable box.
Client: Odroid-N2 running knewc on KODI - connected via MoCA.
EPG: SchedulesDirect
Provider: Verizon Fios
Server: Dell XPS 8700 with Windows 10
Client: Odroid-N2 running knewc on KODI - connected via MoCA.
EPG: SchedulesDirect
Provider: Verizon Fios
Server: Dell XPS 8700 with Windows 10