Bug remote.xml overrides are not respected in /userdata/keymaps/remote.xml
#1
Added overrides to remote.xml in userdata/keymaps/remote.xml

<keymap>
<FullscreenVideo>
<remote>
<back>SmallStepBack</back>
</remote>
</FullscreenVideo>
</keymap>


Does not work...
Reply
#2
debug log please
Reply
#3
(2014-05-18, 18:32)FernetMenta Wrote: debug log please

http://***
Reply
#4
Code:
12:43:18 T:2908   DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0

assuming you have recorded this using you remote you edited the wrong file. your remote is registered as a keyboard.
Reply
#5
(2014-05-18, 18:54)FernetMenta Wrote:
Code:
12:43:18 T:2908   DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0

assuming you have recorded this using you remote you edited the wrong file. your remote is registered as a keyboard.

I have a keyboard + infrared receiver connected.

Check again please?
Reply
#6
provide another debug log and only use your remote
Reply
#7
Alright, let's try this again:

.xbmc/userdata/keymaps/remote.xml

<keymap>
<FullscreenVideo>
<remote>
<back>SmallStepBack</back>
</remote>
</FullscreenVideo>
</keymap>

Check this one:
***

On my linux box I got it working...

My windows using same config linux config folder. Let's close this thread. I figured it out...

Thanks!
Reply
#8
Smile this log does not show any user input at all. please press some buttons on your remote. On Windows you would see either keyboard input or appcommand so you need to override one of those:
http://wiki.xbmc.org/?title=Using_a_Micr...in_Windows
Reply
#9
(2014-05-18, 19:15)FernetMenta Wrote: Smile this log does not show any user input at all. please press some buttons on your remote. On Windows you would see either keyboard input or appcommand so you need to override one of those:
http://wiki.xbmc.org/?title=Using_a_Micr...in_Windows

After analyzing the debug log further I noticed:

That my windows box was trying to do something it was not supposed to Wink

12:43:04 T:5332 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
12:43:05 T:2908 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
12:43:05 T:5332 DEBUG: CRemoteControl::Connect - failed to connect
12:43:05 T:5332 INFO: CRemoteControl:Tonguerocess - failed to connect to irss, will keep retrying every 5 seconds

I was using my linux .xbmc folder within my windows %appdata%/xbmc and that was causing issues for remote control recognition.


I don't really care for it to work under windows as this is mainly a ubuntu/xbmc setup.

Let's consider this resolved.

On Linux here is what the config looks like:

~/.xbmc/userdata/keymaps/remote.xml

<keymap>
<FullscreenVideo>
<remote>
<back>SmallStepBack</back>
</remote>
</FullscreenVideo>
</keymap>

Thanks!
Reply
#10
RESOLVED.
Reply

Logout Mark Read Team Forum Stats Members Help
remote.xml overrides are not respected in /userdata/keymaps/remote.xml0