HTPC Remotes

techead

Honorary Master
Joined
Apr 11, 2008
Messages
12,188
You can leave the keymap as is I guess, I just found it needed some tweaks, for example
PHP:
<volume_down>VolumeDown</volume_down>
<volume_up>VolumeUp</volume_up>
Thats the default, and I changed it to something else, like 'a' 'b'
PHP:
<a>VolumeDown</a>
<b>VolumeUp</b>

Then you need to go into the Harmony remote software and tell it to send a 'a' when you press vol up, and 'b' when you press vol down which will then trigger the correct events in XBMC

Am I making any sense?

https://github.com/xbmc/xbmc/blob/master/system/keymaps/keyboard.xml

ok what you said makes sense, obviously you left your volumes the same though I imagine?

making my way through this thread, its helping

http://forum.xbmc.org/showthread.php?t=54466&page=10
 

Archer

Honorary Master
Joined
Jan 7, 2010
Messages
22,423
I actually think volume was something I did change, the default was doing double steps. After I changed it, volume was going up/down in single steps like its meant to
 

techead

Honorary Master
Joined
Apr 11, 2008
Messages
12,188
@ archer so I would assign volumne up to "+" and volume down to "-" and leave it as the default "volumeup" and "volumedown"

@keeper then why would someone explicitly say on the xbmc forum that I must DISABLE that "remote control send keypress". Is that oke a bit confused or what?
 
Last edited:

The_Unnamed

WUD FTW
Joined
Oct 14, 2010
Messages
13,437
@ archer so I would assign volumne up to "+" and volume down to "-" and leave it as the default "volumeup" and "volumedown"

@keeper then why would someone explicitly say on the xbmc forum that I must DISABLE that "remote control send keypress". Is that oke a bit confused or what?

There are 2 ways of doing it.

Option 1, use the standard Microsoft Remote support in XBMC.

Option 2, Link your remote buttons to key presses in XBMC.

Option 2 is easier with the Harmony remote from what i have seen.
 

Archer

Honorary Master
Joined
Jan 7, 2010
Messages
22,423
so I would assign volumne up to "+" and volume down to "-" and leave it as the default "volumeup" and "volumedown"

In the Harmony software you would manually assign
Plus (+) to the vol up bottun
Minus (-) to the vol down button

And then yes, you just leave the default keymap as is. I do find however that sometimes the keymap changes between versions, so its better to make a copy of it, and place it in the Roaming folder, that way your keymap stays the same regardless of anything else that happens

If you're still confused, then PM me and I can add you to gtalk or we can meet up and I'll show you :p Took me a good week to figure this all out as well
 

Gnome

Executive Member
Joined
Sep 19, 2005
Messages
7,211
How about typing up a proper guide then guys?

(if you have the time)
 

techead

Honorary Master
Joined
Apr 11, 2008
Messages
12,188
would love to, Im just trying to overcome the confusion barrier :eek:
 

techead

Honorary Master
Joined
Apr 11, 2008
Messages
12,188
archer,

ive got my 300 setup at MCE remote. Using the harmony software I have remapped the volume buttons to + and -

In XBMC I have enabled that keystroke option

If I open notepad in windows, and press volumeup and or volumedown the relevent + or - is populated in the notepad window.

I open XBMC and I can only put volume up... but not down. If I press - on the actual keyboard it goes down...

:wtf:
 

techead

Honorary Master
Joined
Apr 11, 2008
Messages
12,188
C:\Program Files (x86)\XBMC\system\keymaps\keyboard.xml

<period>SkipNext</period> <comma>SkipPrevious</comma> <tab>FullScreen</tab> <printscreen>Screenshot</printscreen> <s mod="ctrl">Screenshot</s> <minus>VolumeDown</minus> <plus>VolumeUp</plus> <zero>Number0</zero> <one>Number1</one>

my mate was right... He warned me that this XMBC was a royal pain in the arse. He was right I should have just gone for WMC, at least it works
 
Last edited:

The_Unnamed

WUD FTW
Joined
Oct 14, 2010
Messages
13,437
C:\Program Files (x86)\XBMC\system\keymaps\keyboard.xml

<period>SkipNext</period> <comma>SkipPrevious</comma> <tab>FullScreen</tab> <printscreen>Screenshot</printscreen> <s mod="ctrl">Screenshot</s> <minus>VolumeDown</minus> <plus>VolumeUp</plus> <zero>Number0</zero> <one>Number1</one>

my mate was right... He warned me that this XMBC was a royal pain in the arse. He was right I should have just gone for WMC, at least it works

Not a chance, XBMC is the best there is. I have no idea why you are struggling so much to get the remote working.
 

Archer

Honorary Master
Joined
Jan 7, 2010
Messages
22,423
I open XBMC and I can only put volume up... but not down. If I press - on the actual keyboard it goes down...

Had a similar issue... and cant remember how I solved it :p um...

I do know I dont have plus mapped to volume up, I use 'j' instead. Try subbing other unused letters.

<minus>VolumeDown</minus>
<j>VolumeUp</j>
 

xrapidx

Honorary Master
Joined
Feb 16, 2007
Messages
40,362
Did you get the remote working? I'm looking to order something with an IR receiver for my Harmony remote.
 

rodga

Honorary Master
Joined
May 9, 2007
Messages
11,060
harmony 600 is R274 at sybaritic
or at least it was yesterday
 
Top