NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 6 7 8 9 10 … 13 Next »
What can't XNEWA do?

 
  • 0 Vote(s) - 0 Average
What can't XNEWA do?
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#11
2015-05-07, 10:33 PM
mvallevand Wrote:I am a huge fan of wireless USB and BT keyboards with Kodi, so I just use Alt + Colour.

For the colour buttons on a remote it will depend on your remote, your OS and your Kodi keymap.xml Hit the colour buttons on the remote and post the kodi log file and I can see if the colours are coming in by name.

I attached a kodi log file. I played an episode of The Middle and all went fine. Then when it was done, I tried using the keyboard and doing an Alt-B (which displayed an error saying no PVR add-in was configured), and Alt-Y, Alt-G, and Alt-R (each of which didn't appear to do anything).

For my remote, I'm using a Harmony 650 and I configured a Windows Media Center SE remote (which has the 4 color buttons). With it, when I got the following:
  1. Blue=Goes to Kodi Pictures
  2. Yellow=Goes to Kodi Music
  3. Green=Goes to Kodi Videos
  4. Red=Kodi error that no PVR clients have been started

As far as I know, I'm using the standard OpenELEC distribution for the rPi with the only configuration change being the substitutions to get it use smb: to access recordings rather than http: streaming. I haven't (at least that I know of) done anything with key mapping.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#12
2015-05-07, 11:17 PM
Sorry I forget to mention that I need debug logs.

Defintely working here

19:10:47 T:3300 DEBUG: CInputManager::OnKey: alt-g (0x4f047) pressed, action is
19:10:47 T:1284 NOTICE: True
19:10:47 T:1284 NOTICE: http://172.16.3.2:8866/control?time=1431...e4165bdd7L

It looks like you might have a problem with your advancedsetttings.xml too

19:01:42 T:1677718592 NOTICE: F:/NPVR Recordings3/The Middle/The Middle.S06E23.Mother's Day Reservations.ts
19:01:42 T:1677718592 NOTICE: not found

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#13
2015-05-08, 03:43 AM
mvallevand Wrote:Sorry I forget to mention that I need debug logs.

Defintely working here

19:10:47 T:3300 DEBUG: CInputManager::OnKey: alt-g (0x4f047) pressed, action is
19:10:47 T:1284 NOTICE: True
19:10:47 T:1284 NOTICE: http://172.16.3.2:8866/control?time=1431...e4165bdd7L

OK, I turned on debugging. See the attached kodi.log. It looks like the mini-keyboard that I'm using isn't sending the Alt- key combinations correctly. They seem to be showing up as key "0" followed by "b", "y", "g", "r". The color buttons from the remote do seem to be seen ok, but they appear to be mapped to other functions. So I probably just need to setup some sort of key mapping for them.

mvallevand Wrote:It looks like you might have a problem with your advancedsetttings.xml too

19:01:42 T:1677718592 NOTICE: F:/NPVR Recordings3/The Middle/The Middle.S06E23.Mother's Day Reservations.ts
19:01:42 T:1677718592 NOTICE: not found

Humm... I recently added a 3rd disk for recordings. It seems like the advancedsettings mapping for NPVR Recordings2 is working, but the one for NPVR Recordings3 isn't. (And consequently, comskip .edl files are being used for recordings in NPVR Recordings2, but not NPVR Recordings3.) I don't see anything different about the entries in advancedsettings.xml, but I'll investigate further.

Thanks!

- Brett
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#14
2015-05-08, 03:57 AM
For the remote colours yes I think you might just need to edit keymaps.xml file from what looks like OE specific defaults to alt letter pairs. I'll check on OE this weekend to see if mine eats the alt key modifier. Thanks for the logs they do really help answer most questions.

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#15
2015-05-09, 01:40 AM
mvallevand Wrote:For the remote colours yes I think you might just need to edit keymaps.xml file from what looks like OE specific defaults to alt letter pairs. I'll check on OE this weekend to see if mine eats the alt key modifier. Thanks for the logs they do really help answer most questions.

Martin,

I tried another keyboard, and the Alt- key combinations are working to set the colored dots. Yeah!

However, I'm not having any luck getting it to work from the remote. I put the following in the remote.xml file:
Code:
<keymap>
  <global>
    <remote>
      <red>Notification(key, r, 3)</red>
      <green>Green</green>
      <yellow>Yellow</yellow>
      <blue>Blue</blue>
    </remote>
  </global>
</keymap>

And it will display the notification window when the red button is pressed. But, I can not find any "Action" to put in the .xml file which will simulate a keypress (other than the numbers 0-9). So, I can't get it to translate to an Alt-R. Any ideas?

- Brett
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#16
2015-05-09, 01:51 AM
What if you don't override the colours and just comment them out and see what web client does?

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#17
2015-05-09, 02:38 AM
mvallevand Wrote:What if you don't override the colours and just comment them out and see what web client does?

If I don't override the color buttons in the remote section, then the Kodi defaults are used:
Code:
<keymap>
  <global>
    <remote>
{extra stuff cut}
      <red>ActivateWindow(TVChannels)</red>
      <green>ActivateWindow(MyVideos)</green>
      <yellow>ActivateWindow(MyMusic)</yellow>
      <blue>ActivateWindow(MyPictures)</blue>
{extra stuff cut}
    </remote>
  </global>
</keymap>

In the attached debug log, I removed the <yellow> override from my remote.xml file. Then went in and tried pressing the buttons. (See 12:19:53 in the log.)
  1. Pressed Red: Notification action from my override comes up
  2. Pressed Yellow: My Music (from Kodi default) comes up
  3. Pressed Back: Left My Music back to X-NEWA
  4. Pressed Blue: No visible action
  5. Pressed Green: No visible action

- Brett
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#18
2015-05-09, 02:43 AM
I will need to try on my Chromebox over the weekend What if you set it to noop?

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#19
2015-05-09, 07:56 PM
Unfortunately my Hauppauge MCE remote doesn't have colour buttons, I'd have to map the "My" buttons.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  XNewa on Kodi 18.8 on Android TV Jumps out Playing Show Currently Recording jksmurf 28 11,108 2020-09-13, 06:09 AM
Last Post: jksmurf
  [Moved] Comskip with XNEWA on Kodi 18 Leia jksmurf 50 15,115 2019-03-02, 08:53 PM
Last Post: jksmurf
  Location of Guide.xml in XNEWA on RPi2? jksmurf 2 2,312 2018-01-27, 02:34 AM
Last Post: jksmurf
  In progress recordings in xnewa stustunz 63 18,271 2017-04-05, 01:00 AM
Last Post: stustunz
  Playing commercial-less recordings from HTPC to android clients from xnewa, nPVR tryingtocordcut 5 3,052 2017-02-08, 11:34 PM
Last Post: mvallevand
  XNEWA Estuary Skin for Kodi 17 pkscout 21 11,859 2016-11-27, 12:33 AM
Last Post: pkscout
  How do I exit XNEWA? fuzzweed 12 6,026 2016-07-27, 06:04 PM
Last Post: mvallevand
  Jarvis Confluence Skin Mods with XNEWA Integration pkscout 11 10,737 2016-04-11, 01:13 PM
Last Post: cncb
  Touch screen support for android tablet using Xnewa Twisel 1 2,800 2015-11-20, 08:50 PM
Last Post: mvallevand
  XNEWA unable to connect to server every 24 hrs Twisel 20 9,821 2015-11-06, 03:03 PM
Last Post: Twisel

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode